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

Commit 867fb40f authored by Garfield Tan's avatar Garfield Tan Committed by android-build-merger
Browse files

Merge "Disable verbose logging." into oc-dev

am: 003b5a78

Change-Id: I0039e51315eba1453026fa0dac565449838dce85
parents 182d29ec 003b5a78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public final class Shared {

    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);

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