Loading services/core/java/com/android/server/am/ActivityManagerService.java +11 −4 Original line number Diff line number Diff line Loading @@ -9155,11 +9155,15 @@ public class ActivityManagerService extends IActivityManager.Stub } mComponentAliasResolver.dump(pw); } if (dumpAll) { } /** * Dump the app restriction controller, it's required not to hold the global lock here. */ private void dumpAppRestrictionController(PrintWriter pw) { pw.println("-------------------------------------------------------------------------------"); mAppRestrictionController.dump(pw, ""); } } /** * Wrapper function to print out debug data filtered by specified arguments. Loading Loading @@ -9514,6 +9518,9 @@ public class ActivityManagerService extends IActivityManager.Stub dumpNormalPriority, dumpAppId, false /* dumpProxies */); } } if (dumpAll) { dumpAppRestrictionController(pw); } } Binder.restoreCallingIdentity(origId); } Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +11 −4 Original line number Diff line number Diff line Loading @@ -9155,11 +9155,15 @@ public class ActivityManagerService extends IActivityManager.Stub } mComponentAliasResolver.dump(pw); } if (dumpAll) { } /** * Dump the app restriction controller, it's required not to hold the global lock here. */ private void dumpAppRestrictionController(PrintWriter pw) { pw.println("-------------------------------------------------------------------------------"); mAppRestrictionController.dump(pw, ""); } } /** * Wrapper function to print out debug data filtered by specified arguments. Loading Loading @@ -9514,6 +9518,9 @@ public class ActivityManagerService extends IActivityManager.Stub dumpNormalPriority, dumpAppId, false /* dumpProxies */); } } if (dumpAll) { dumpAppRestrictionController(pw); } } Binder.restoreCallingIdentity(origId); } Loading