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

Commit 003b5a78 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable verbose logging." into oc-dev

parents 0d9cd777 e7d529b4
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. */