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

Commit 57805f2e authored by Richard Uhler's avatar Richard Uhler Committed by Android (Google) Code Review
Browse files

Merge "Add trace instant for updateProcessState." into main

parents 4a021983 1ae65d05
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4002,6 +4002,10 @@ public final class ActivityThread extends ClientTransactionHandler
                        + (fromIpc ? " (from ipc" : ""));
            }
        }
        if (Trace.isTagEnabled(Trace.TRACE_TAG_ACTIVITY_MANAGER)) {
            Trace.instant(Trace.TRACE_TAG_ACTIVITY_MANAGER,
                    "updateProcessState: processState=" + processState);
        }
    }

    /** Converts a process state to a VM process state. */