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

Commit e7d529b4 authored by Garfield Tan's avatar Garfield Tan
Browse files

Disable verbose logging.

Bug: 36818488
Test: Auto tests.
Change-Id: I6a9e6d7657a9521da2c1f8db01f0d40611e453a7
parent dee39589
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. */