Home
last modified time | relevance | path

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

/system/chre/util/nanoapp/
Ddebug.cc33 char lineChars[32]; in logBuffer() local
51 snprintf(&lineChars[offsetChars], sizeof(lineChars) - offsetChars, in logBuffer()
54 LOGD(" %s\t%s", line, lineChars); in logBuffer()
71 LOGD(" %s%s%s", line, tabs, lineChars); in logBuffer()