Loading services/core/java/com/android/server/webkit/WebViewUpdateService.java +8 −3 Original line number Diff line number Diff line Loading @@ -364,10 +364,15 @@ public class WebViewUpdateService extends SystemService { return; } long callingId = Binder.clearCallingIdentity(); try { synchronized (WebViewUpdateService.this) { mNumRelroCreationsFinished++; checkIfRelrosDoneLocked(); } } finally { Binder.restoreCallingIdentity(callingId); } } /** Loading Loading
services/core/java/com/android/server/webkit/WebViewUpdateService.java +8 −3 Original line number Diff line number Diff line Loading @@ -364,10 +364,15 @@ public class WebViewUpdateService extends SystemService { return; } long callingId = Binder.clearCallingIdentity(); try { synchronized (WebViewUpdateService.this) { mNumRelroCreationsFinished++; checkIfRelrosDoneLocked(); } } finally { Binder.restoreCallingIdentity(callingId); } } /** Loading