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

Commit 82829ef3 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick
Browse files

StrictMode: use Log.isLoggable

Change-Id: Ic28450066a43a168cfe3026d6d4b06b752f8423c
parent 71d4ecb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ import java.util.HashMap;
 */
public final class StrictMode {
    private static final String TAG = "StrictMode";
    private static final boolean LOG_V = false;
    private static final boolean LOG_V = Log.isLoggable(TAG, Log.VERBOSE);

    private static final boolean IS_USER_BUILD = "user".equals(Build.TYPE);