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

Commit 9c2ce8fd authored by Evan Severson's avatar Evan Severson Committed by Android (Google) Code Review
Browse files

Merge "Always keep UI automation verbose logging off." into main

parents d4180b87 30814f13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,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 = Build.IS_DEBUGGABLE;
    private static final boolean VERBOSE = false;

    private static final int CONNECTION_ID_UNDEFINED = -1;