diff options
author | Bruno Martins <bgcngm@gmail.com> | 2019-11-09 22:58:39 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-02 09:56:20 +0800 |
commit | 053cd4dd7250e80b377069d32692c545501c6f35 (patch) | |
tree | cc5656a4676e87573b78d7aa43f981e518433e39 | |
parent | 28b120fa81aeafb5be45f18841c5cb2ff3f6a9c7 (diff) |
Launcher3: Globally disable debug logging
This also ensures that developer options stay hidden.
Change-Id: I34f5ffb5815effc48bf18c2996d3b074b547472f
-rw-r--r-- | src/com/android/launcher3/Utilities.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java index d2fe483c96..84663c64ac 100644 --- a/src/com/android/launcher3/Utilities.java +++ b/src/com/android/launcher3/Utilities.java @@ -139,7 +139,6 @@ public final class Utilities { * add extra logging and not for changing the app behavior. */ public static final boolean IS_DEBUG_DEVICE = - Build.TYPE.toLowerCase(Locale.ROOT).contains("debug") || Build.TYPE.toLowerCase(Locale.ROOT).equals("eng"); /** |