diff options
| author | 2019-02-20 11:41:58 +0000 | |
|---|---|---|
| committer | 2019-02-20 11:41:58 +0000 | |
| commit | e4c287516b6866858e6f64bd6613e4a07911677d (patch) | |
| tree | 4555ee3740c07561411c26a6da6b51211c325a92 | |
| parent | ede2b3bdc3eaae30d486484e2cd20632c9216ac5 (diff) | |
| parent | 69f2f0fd6938d1b319a9a08eaf3e02ac602f982f (diff) | |
Merge "Removed debugging logging that was left in."
| -rw-r--r-- | core/java/com/android/internal/os/ZygoteServer.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/com/android/internal/os/ZygoteServer.java b/core/java/com/android/internal/os/ZygoteServer.java index 24269efc3f26..2c17540eb6c6 100644 --- a/core/java/com/android/internal/os/ZygoteServer.java +++ b/core/java/com/android/internal/os/ZygoteServer.java @@ -283,8 +283,6 @@ class ZygoteServer { * passed up from blastulaMain. */ private Runnable fillBlastulaPool(int[] sessionSocketRawFDs) { - Log.i(TAG, "FDHUNT - Marker 2 - fillBlastulaPool"); - if (mBlastulaPoolEnabled) { Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "Zygote:FillBlastulaPool"); @@ -447,8 +445,6 @@ class ZygoteServer { } else { // Either the blastula pool event FD or a blastula reporting pipe. - Log.i(TAG, "FDHUNT - Marker 1 - runSelectLoop"); - // If this is the event FD the payload will be the number of blastulas removed. // If this is a reporting pipe FD the payload will be the PID of the blastula // that was just specialized. |