Merge "Add missing value to bugreport"

This commit is contained in:
TreeHugger Robot
2020-11-03 12:26:23 +00:00
committed by Android (Google) Code Review

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