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

Commit ddf806d9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable verbose logging on userdebug builds" into main

parents bcff4e75 6479897a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ public final class UiAutomation {
    private static final String LOG_TAG = UiAutomation.class.getSimpleName();

    private static final boolean DEBUG = false;
    private static final boolean VERBOSE = false;
    private static final boolean VERBOSE = Build.IS_DEBUGGABLE;

    private static final int CONNECTION_ID_UNDEFINED = -1;