Loading services/core/java/com/android/server/am/ActivityManagerService.java +6 −2 Original line number Diff line number Diff line Loading @@ -18738,13 +18738,17 @@ public class ActivityManagerService extends IActivityManager.Stub @Override public void logFgsApiBegin(@ForegroundServiceApiType int apiType, int uid, int pid) { ActivityManagerService.this.logFgsApiBegin(apiType, uid, pid); synchronized (this) { mServices.logFgsApiBeginLocked(apiType, uid, pid); } } @Override public void logFgsApiEnd(@ForegroundServiceApiType int apiType, int uid, int pid) { ActivityManagerService.this.logFgsApiEnd(apiType, uid, pid); synchronized (this) { mServices.logFgsApiEndLocked(apiType, uid, pid); } } @Override Loading
services/core/java/com/android/server/am/ActivityManagerService.java +6 −2 Original line number Diff line number Diff line Loading @@ -18738,13 +18738,17 @@ public class ActivityManagerService extends IActivityManager.Stub @Override public void logFgsApiBegin(@ForegroundServiceApiType int apiType, int uid, int pid) { ActivityManagerService.this.logFgsApiBegin(apiType, uid, pid); synchronized (this) { mServices.logFgsApiBeginLocked(apiType, uid, pid); } } @Override public void logFgsApiEnd(@ForegroundServiceApiType int apiType, int uid, int pid) { ActivityManagerService.this.logFgsApiEnd(apiType, uid, pid); synchronized (this) { mServices.logFgsApiEndLocked(apiType, uid, pid); } } @Override