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

Commit 70729ee3 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Temporary remove dump which is causing deadlocks in AM.

Bug: 220930052
Test: presubmit
Test: atest PackageManagerShellCommandTest
Change-Id: I5b93ce73b18dc7deef6c75c9812fa874de1ef087
parent ef60981b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();