Home
last modified time | relevance | path

Searched defs:logcat (Results 1 – 4 of 4) sorted by relevance

/system/core/logcat/tests/
Dlogcat_test.cpp66 TEST(logcat, buckets) { in TEST() argument
103 TEST(logcat, event_tag_filter) { in TEST() argument
152 TEST(logcat, year) { in TEST() argument
229 TEST(logcat, tz) { in TEST() argument
266 TEST(logcat, ntz) { in TEST() argument
318 TEST(logcat, tail_3) { in TEST() argument
322 TEST(logcat, tail_10) { in TEST() argument
326 TEST(logcat, tail_100) { in TEST() argument
330 TEST(logcat, tail_1000) { in TEST() argument
439 TEST(logcat, tail_time) { in TEST() argument
[all …]
Dlogcatd_test.cpp17 #define logcat logcatd macro
Dliblogcat_test.cpp23 #define logcat liblogcat macro
/system/core/adb/
Dcommandline.cpp1142 static int logcat(TransportType transport, const char* serial, int argc, const char** argv) { in logcat() function