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

Commit aeca7015 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add missing value to bugreport"

parents c4609e81 e5ab5210
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5498,6 +5498,8 @@ public class NotificationManagerService extends SystemService {
                    pw.println("  mCallState=" + callStateToString(mCallState));
                    pw.println("  mSystemReady=" + mSystemReady);
                    pw.println("  mMaxPackageEnqueueRate=" + mMaxPackageEnqueueRate);
                    pw.println("  hideSilentStatusBar="
                            + mPreferencesHelper.shouldHideSilentStatusIcons());
                }
                pw.println("  mArchive=" + mArchive.toString());
                Iterator<Pair<StatusBarNotification, Integer>> iter = mArchive.descendingIterator();