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