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

Commit ce4f2f18 authored by Robert Carr's avatar Robert Carr
Browse files

Temporary enable logging for monkey testing

Temporary enable logging for tracing 26157153 in monkey testing.

Bug: 26157153
Change-Id: I85aef42c426ceaa831b7919a37dd35ef78e9c779
parent 712a1c0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class WindowManagerDebugConfig {
    static final boolean DEBUG_RESIZE = false;
    static final boolean DEBUG = false;
    static final boolean DEBUG_ADD_REMOVE = false;
    static final boolean DEBUG_FOCUS = false;
    static final boolean DEBUG_FOCUS = true;
    static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
    static final boolean DEBUG_ANIM = false;
    static final boolean DEBUG_KEYGUARD = false;
+3 −7
Original line number Diff line number Diff line
@@ -131,13 +131,9 @@ class WindowSurfaceController {
    }

    void destroyInTransaction() {
        if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
            RuntimeException e = null;
            if (!HIDE_STACK_CRAWLS) {
                e = new RuntimeException();
                e.fillInStackTrace();
            }
        }
        //        if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
        Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(3));
        //        }
        try {
            mSurfaceControl.destroy();
            mSurfaceShown = false;