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

Commit 476c64e4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix deadlock between AppOpsService and HistoricalRegistry." am: 21a4bece

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1433271

Change-Id: I6b7df19f748602ec4448619d204ba9e515d14a44
parents d8157846 21a4bece
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1786,10 +1786,10 @@ public class AppOpsService extends IAppOpsService.Stub {
                    }
                }
            }
        }

        mHistoricalRegistry.clearHistory(uid, packageName);
    }
    }

    public void uidRemoved(int uid) {
        synchronized (this) {