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

Commit addda685 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Dump state listeners to bug reports"

parents e559812c 4e14a67b
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -507,6 +507,10 @@ public class StatusBarStateControllerImpl implements
        pw.println(" mLeaveOpenOnKeyguardHide=" + mLeaveOpenOnKeyguardHide);
        pw.println(" mLeaveOpenOnKeyguardHide=" + mLeaveOpenOnKeyguardHide);
        pw.println(" mKeyguardRequested=" + mKeyguardRequested);
        pw.println(" mKeyguardRequested=" + mKeyguardRequested);
        pw.println(" mIsDozing=" + mIsDozing);
        pw.println(" mIsDozing=" + mIsDozing);
        pw.println(" mListeners{" + mListeners.size() + "}=");
        for (RankedListener rl : mListeners) {
            pw.println("    " + rl.mListener);
        }
        pw.println(" Historical states:");
        pw.println(" Historical states:");
        // Ignore records without a timestamp
        // Ignore records without a timestamp
        int size = 0;
        int size = 0;