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

Commit e4c28751 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removed debugging logging that was left in."

parents ede2b3bd 69f2f0fd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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.