Searched refs:logcatStartTime (Results 1 – 1 of 1) sorted by relevance
92 private void persistLogcat(DataCollectorConfig.Adapter dc, String tag, long logcatStartTime) { in persistLogcat() argument93 String startTime = mDateFormat.format(new Date(logcatStartTime - LOG_TIME_OFFSET_MILLIS)); in persistLogcat()