Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h76 explicit DurationReporter(const std::string& title, bool logcat_only = false,
Ddumpstate.cpp2980 DurationReporter::DurationReporter(const std::string& title, bool logcat_only, bool verbose) in DurationReporter() argument
2981 : title_(title), logcat_only_(logcat_only), verbose_(verbose) { in DurationReporter()