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

Commit 30814f13 authored by Manjeet Rulhania's avatar Manjeet Rulhania
Browse files

Always keep UI automation verbose logging off.

These logs has regressed performance metrics, so
disabling them, we can enable these when debugging
locally or with abtd.

Fix: 395956563
Change-Id: I015fe7a7125afbeca1bfb120ce71734b491ebff4
Test: build
Flag: EXEMPT bug fix
parent 376f1537
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;