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

Commit dd5222d3 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Merge "Remove debug flag for some important logs." into nyc-dev am: b7ba7663 am: 9a4711af

am: 02a42d5e

* commit '02a42d5e':
  Remove debug flag for some important logs.

Change-Id: Ie547b549138eeee3a4fe25718c75cf5d0ef38849
parents 50c5edd6 02a42d5e
Loading
Loading
Loading
Loading
+22 −24
Original line number Diff line number Diff line
@@ -3688,7 +3688,6 @@ public final class ActivityManagerService extends ActivityManagerNative
                Watchdog.getInstance().processStarted(app.processName, startResult.pid);
            }
            if (DEBUG_PROCESSES) {
            checkTime(startTime, "startProcess: building log message");
            StringBuilder buf = mStringBuilder;
            buf.setLength(0);
@@ -3710,7 +3709,6 @@ public final class ActivityManagerService extends ActivityManagerNative
                buf.append(hostingNameStr);
            }
            Slog.i(TAG, buf.toString());
            }
            app.setPid(startResult.pid);
            app.usingWrapper = startResult.usingWrapper;
            app.removed = false;
@@ -20065,7 +20063,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                        } else {
                            numEmpty++;
                            if (numEmpty > emptyProcessLimit) {
                                app.kill("empty #" + numEmpty, DEBUG_PROCESSES);
                                app.kill("empty #" + numEmpty, true);
                            }
                        }
                        break;