Add missing value to bugreport

Test: bugreport
Bug: 171914300
Change-Id: I39dd3a1b757e5502e04e1ea245ca4b413d6b3cca
This commit is contained in:
Julia Reynolds
2020-11-02 09:40:26 -05:00
parent 78e7af30bc
commit e5ab521017

View File

@@ -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();