Merge "Fix deadlock between AppOpsService and HistoricalRegistry."

This commit is contained in:
Treehugger Robot
2020-09-21 22:07:45 +00:00
committed by Gerrit Code Review

View File

@@ -1786,9 +1786,9 @@ public class AppOpsService extends IAppOpsService.Stub {
} }
} }
} }
mHistoricalRegistry.clearHistory(uid, packageName);
} }
mHistoricalRegistry.clearHistory(uid, packageName);
} }
public void uidRemoved(int uid) { public void uidRemoved(int uid) {