Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e2a42669 authored by Bruno Martins's avatar Bruno Martins Committed by Michael Bestas
Browse files

Globally disable debug logging

This also ensures that developer options stay hidden.

Change-Id: I34f5ffb5815effc48bf18c2996d3b074b547472f
parent 1cbea9c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -148,7 +148,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");

    /**