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

Commit 6479897a authored by Manjeet Rulhania's avatar Manjeet Rulhania
Browse files

Enable verbose logging on userdebug builds

We receive many UI bugs which are hard to reproduce,
and even if we are able to reproduce it takes time
to do that. This can help make critical logs available
readily for test flake/failures.

Change-Id: Ic184a69ca1f50c55a4569acde70cf57fe9f5fd77
FLAG: EXEMPT bug fix
parent f239e535
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;