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

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

Disable verbose logging.

am: 6daebf55

Change-Id: Ibcc053a8ce8b9a4f3b056cb45d613ecd5b8feb77
parents 48b33e70 6daebf55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,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. */