Merge "Temporary remove dump which is causing deadlocks in AM." into tm-dev

This commit is contained in:
Alex Buynytskyy
2022-02-28 06:03:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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();