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);
Dutils.cpp96 DurationReporter::DurationReporter(const std::string& title, bool logcat_only) in DurationReporter() argument
97 : title_(title), logcat_only_(logcat_only) { in DurationReporter()