Add missing value to bugreport
Test: bugreport Bug: 171914300 Change-Id: I39dd3a1b757e5502e04e1ea245ca4b413d6b3cca
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user