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

Commit 5daa4598 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "add ranking information to the dumpsys info"

parents e6652217 d1dd0277
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -533,6 +533,8 @@ public class NotificationManagerService extends SystemService {
                pw.println(prefix + "  }");
            }
            pw.println(prefix + "  stats=" + stats.toString());
            pw.println(prefix + "  mContactAffinity=" + mContactAffinity);
            pw.println(prefix + "  mRecentlyIntrusive=" + mRecentlyIntrusive);
        }

        @Override