Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d1e750d authored by Joe Onorato's avatar Joe Onorato Committed by android-build-merger
Browse files

Merge "Turn off log spew, and make it use Slog.w instead of e.printStackTrace" into oc-dev

am: f5162514

Change-Id: I9ec51f68442b2352f98238e70641b041dd94725b
parents 2297f7ca f5162514
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -21731,9 +21731,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);
                }