Merge "Increase activity exit-info timestamp resolution" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7843e91e80
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user