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

Commit 6b4999aa 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: 937177f7

Change-Id: I9218d7e6805b095406f1c76341d626010e1e82d6
parents 9fe0518f 937177f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ public final class AppExitInfoTracker {

    void dumpHistoryProcessExitInfo(PrintWriter pw, String packageName) {
        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) {
            pw.println("Last Timestamp of Persistence Into Persistent Storage: "
                    + sdf.format(new Date(mLastAppExitInfoPersistTimestamp)));