Turn off debugging and logging in preparation for a release.
This commit is contained in:
parent
a5d982aa4e
commit
34b6151596
@ -13,7 +13,7 @@
|
||||
|
||||
<application
|
||||
android:name=".android.Application"
|
||||
android:debuggable="true"
|
||||
android:debuggable="false"
|
||||
android:icon="@drawable/or_launcher"
|
||||
android:killAfterRestore="true"
|
||||
android:label="@string/app_name"
|
||||
|
@ -9,7 +9,7 @@ import android.util.Log;
|
||||
|
||||
public class AndroidLogWrapper {
|
||||
|
||||
private static final boolean logEnabled = true;
|
||||
private static final boolean logEnabled = false;
|
||||
|
||||
public static void d( Class clzz, String msg ) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user