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

Commit 82148002 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Increase activity exit-info timestamp resolution" into rvc-dev am: 7843e91e am: de06dac1

Change-Id: I732aa06cb7903191da65ed9d65a3c3e07ee1ae73
parents 7dc900ac de06dac1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -708,7 +708,7 @@ public final class AppExitInfoTracker {


    void dumpHistoryProcessExitInfo(PrintWriter pw, String packageName) {
    void dumpHistoryProcessExitInfo(PrintWriter pw, String packageName) {
        pw.println("ACTIVITY MANAGER LRU PROCESSES (dumpsys activity exit-info)");
        pw.println("ACTIVITY MANAGER LRU PROCESSES (dumpsys activity exit-info)");
        SimpleDateFormat sdf = new SimpleDateFormat();
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
        synchronized (mLock) {
        synchronized (mLock) {
            pw.println("Last Timestamp of Persistence Into Persistent Storage: "
            pw.println("Last Timestamp of Persistence Into Persistent Storage: "
                    + sdf.format(new Date(mLastAppExitInfoPersistTimestamp)));
                    + sdf.format(new Date(mLastAppExitInfoPersistTimestamp)));