Home
last modified time | relevance | path

Searched refs:logcatStartTime (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java92 private void persistLogcat(DataCollectorConfig.Adapter dc, String tag, long logcatStartTime) { in persistLogcat() argument
93 String startTime = mDateFormat.format(new Date(logcatStartTime - LOG_TIME_OFFSET_MILLIS)); in persistLogcat()