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

Commit 9776ad41 authored by Craig Mautner's avatar Craig Mautner
Browse files

Debug for bug 18201239.

Change-Id: I06281bd76b8c1d887324d3efa39b6cb11c9e71ae
parent c8ba2e87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2939,6 +2939,8 @@ public final class ActivityThread {
                            + ": " + e.toString(), e);
                }
            }
        } else {
            Slog.i(TAG, "handleStopService: token=" + token + " not found.");
        }
        //Slog.i(TAG, "Running services: " + mServices);
    }
+2 −2
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public final class ActiveServices {
    static final boolean DEBUG_DELAYED_SERVICE = ActivityManagerService.DEBUG_SERVICE;
    static final boolean DEBUG_DELAYED_STARTS = DEBUG_DELAYED_SERVICE;
    static final boolean DEBUG_MU = ActivityManagerService.DEBUG_MU;
    static final boolean LOG_SERVICE_START_STOP = false;
    static final boolean LOG_SERVICE_START_STOP = true;
    static final String TAG = ActivityManagerService.TAG;
    static final String TAG_MU = ActivityManagerService.TAG_MU;

@@ -1869,7 +1869,7 @@ public final class ActiveServices {

    private void serviceDoneExecutingLocked(ServiceRecord r, boolean inDestroying,
            boolean finishing) {
        if (DEBUG_SERVICE) Slog.v(TAG, "<<< DONE EXECUTING " + r
        if (true || DEBUG_SERVICE) Slog.v(TAG, "<<< DONE EXECUTING " + r
                + ": nesting=" + r.executeNesting
                + ", inDestroying=" + inDestroying + ", app=" + r.app);
        else if (DEBUG_SERVICE_EXECUTING) Slog.v(TAG, "<<< DONE EXECUTING " + r.shortName);