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

Commit 7a77ed95 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Switch status bar long press from log buffer to log cat" into main

parents 95cb7d2b bf8c02bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2201,7 +2201,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
    @Override
    @Deprecated
    public void onStatusBarLongPress(MotionEvent event) {
        mShadeLog.d("Status Bar was long pressed.");
        Log.i(TAG, "Status Bar was long pressed.");
        ShadeExpandsOnStatusBarLongPress.assertInNewMode();
        mStatusBarLongPressDowntime = event.getDownTime();
        if (isTracking()) {