(SHIFT) Revert "Globally disable debug logging"
This reverts commit e2a42669a40cdabb2d7544a3d5016a028f2b4675.
We are making use of userdebug to develop and debug.
Change-Id: I3c2dba8c337c56f4ea636d85bc693be70af2ec75
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java
index e512011..e466e5d 100644
--- a/src/com/android/launcher3/Utilities.java
+++ b/src/com/android/launcher3/Utilities.java
@@ -137,6 +137,7 @@
*/
@Deprecated
public static final boolean IS_DEBUG_DEVICE =
+ Build.TYPE.toLowerCase(Locale.ROOT).contains("debug") ||
Build.TYPE.toLowerCase(Locale.ROOT).equals("eng");
public static final int TRANSLATE_UP = 0;