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

Commit 514316e7 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Remove debug flag for some important logs.

Bug: 27689631
Change-Id: I23c1396f3b29093e6d23ec06f90a382b6ce458d3
parent c6184685
Loading
Loading
Loading
Loading
+22 −24
Original line number Diff line number Diff line
@@ -3684,7 +3684,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);
@@ -3706,7 +3705,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;
@@ -20037,7 +20035,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                        } else {
                            numEmpty++;
                            if (numEmpty > emptyProcessLimit) {
                                app.kill("empty #" + numEmpty, DEBUG_PROCESSES);
                                app.kill("empty #" + numEmpty, true);
                            }
                        }
                        break;