Merge "Increase activity exit-info timestamp resolution" into rvc-dev am: 7843e91e80 am: 937177f7fe am: f110bdc62c

Change-Id: I0418b48f0be36835b0b2d62e77375daff78a4e2a
This commit is contained in:
Automerger Merge Worker
2020-02-27 06:11:34 +00:00

View File

@@ -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)));