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

Commit 58e0dd46 authored by Garfield Tan's avatar Garfield Tan Committed by android-build-merger
Browse files

Disable verbose logging. am: 6daebf55

am: e9f4a44a

Change-Id: Icfe7c57987133f16ffa598fb840b8a635feaa60f
parents 1394f620 e9f4a44a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@ public final class Shared {


    public static final String TAG = "Documents";
    public static final String TAG = "Documents";


    public static final boolean DEBUG = true;
    public static final boolean DEBUG = false;
    public static final boolean VERBOSE = DEBUG && Log.isLoggable(TAG, Log.VERBOSE);
    public static final boolean VERBOSE = DEBUG && Log.isLoggable(TAG, Log.VERBOSE);


    /** Intent action name to pick a copy destination. */
    /** Intent action name to pick a copy destination. */