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

Commit 69f2f0fd authored by Chris Wailes's avatar Chris Wailes
Browse files

Removed debugging logging that was left in.

This patch removes some debugging logging that was left in in a previous
CL.

Test: compile and boot
Change-Id: Ia852a28bb9327c26da10637019057f07c9e2668a
parent 49df0095
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.