Merge "Fix deadlock between AppOpsService and HistoricalRegistry."
This commit is contained in:
@@ -1786,10 +1786,10 @@ public class AppOpsService extends IAppOpsService.Stub {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
mHistoricalRegistry.clearHistory(uid, packageName);
|
mHistoricalRegistry.clearHistory(uid, packageName);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public void uidRemoved(int uid) {
|
public void uidRemoved(int uid) {
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
|
|||||||
Reference in New Issue
Block a user