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

Commit e5ab5210 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Add missing value to bugreport

Test: bugreport
Bug: 171914300
Change-Id: I39dd3a1b757e5502e04e1ea245ca4b413d6b3cca
parent 78e7af30
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();