google-maps-tracker
google-maps-tracker copied to clipboard
Issue : BuildConfig DEBUG value always false
The BuildConfig.java file has public final static boolean DEBUG = Boolean.parseBoolean(null);. This will always result in DEBUG being false since Boolean.parseBoolean(null) returns false. The build system should inject the correct debug value.