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

Commit d1dd0277 authored by Chris Wren's avatar Chris Wren
Browse files

add ranking information to the dumpsys info

Change-Id: Ie08186066821a10feef010fd7967150b5517cd54
parent d41b9116
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