Loading services/core/java/com/android/server/am/ActivityManagerService.java +5 −3 Original line number Diff line number Diff line Loading @@ -21730,9 +21730,11 @@ public class ActivityManagerService extends IActivityManager.Stub } } } catch (Exception e) { if (false) { Slog.w(TAG, "Failed setting process group of " + app.pid + " to " + app.curSchedGroup); e.printStackTrace(); Slog.w(TAG, "at location", e); } } finally { Binder.restoreCallingIdentity(oldId); } Loading
services/core/java/com/android/server/am/ActivityManagerService.java +5 −3 Original line number Diff line number Diff line Loading @@ -21730,9 +21730,11 @@ public class ActivityManagerService extends IActivityManager.Stub } } } catch (Exception e) { if (false) { Slog.w(TAG, "Failed setting process group of " + app.pid + " to " + app.curSchedGroup); e.printStackTrace(); Slog.w(TAG, "at location", e); } } finally { Binder.restoreCallingIdentity(oldId); }