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

Commit a33f6c1c authored by Shan Huang's avatar Shan Huang Committed by Android (Google) Code Review
Browse files

Merge "Log config change in EdgeBackGestureHandler" into tm-qpr-dev

parents 8f569191 fb94398d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -955,9 +955,9 @@ public class EdgeBackGestureHandler extends CurrentUserTracker
            updateDisabledForQuickstep(newConfig);
        }

        if (DEBUG_MISSING_GESTURE) {
            Log.d(DEBUG_MISSING_GESTURE_TAG, "Config changed: config=" + newConfig);
        }
        // TODO(b/243765256): Disable this logging once b/243765256 is fixed.
        Log.d(DEBUG_MISSING_GESTURE_TAG, "Config changed: newConfig=" + newConfig
                + " lastReportedConfig=" + mLastReportedConfig);
        mLastReportedConfig.updateFrom(newConfig);
        updateDisplaySize();
    }