Temporary remove dump which is causing deadlocks in AM.
Bug: 220930052 Test: presubmit Test: atest PackageManagerShellCommandTest Change-Id: I5b93ce73b18dc7deef6c75c9812fa874de1ef087
This commit is contained in:
@@ -1322,9 +1322,11 @@ public final class AppRestrictionController {
|
||||
prefix = " " + prefix;
|
||||
pw.print(prefix);
|
||||
pw.println("BACKGROUND RESTRICTION LEVEL SETTINGS");
|
||||
/*
|
||||
synchronized (mSettingsLock) {
|
||||
mRestrictionSettings.dumpLocked(pw, " " + prefix);
|
||||
}
|
||||
*/
|
||||
mConstantsObserver.dump(pw, " " + prefix);
|
||||
for (int i = 0, size = mAppStateTrackers.size(); i < size; i++) {
|
||||
pw.println();
|
||||
|
||||
Reference in New Issue
Block a user