Searched defs:timestr (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3420 char timestr[64]; local
3421 strftime(timestr, sizeof(timestr), "%F %T", &tm);
3424 mLastANRState.appendFormat(INDENT2 "Time: %s\n", timestr);

Completed in 36 milliseconds