Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp428 long int is_tracing; in dump_systrace() local
429 if (read_file_as_long(path, &is_tracing)) { in dump_systrace()
432 if (is_tracing <= 0) { in dump_systrace()
433 MYLOGD("Skipping systrace because '%s' content is '%ld'\n", path, is_tracing); in dump_systrace()