Home
last modified time | relevance | path

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

/aosp_15_r20/system/logging/logcat/tests/
H A Dlogcat_test.cpp47 #ifndef logcat_executable
49 #define logcat_executable "logcat" macro
87 RLOGE(logcat_executable); in TEST()
88 SLOGE(logcat_executable); in TEST()
89 ALOGE(logcat_executable); in TEST()
90 __android_log_bswrite(0, logcat_executable ".inject.buckets"); in TEST()
93 ASSERT_TRUE(NULL != (fp = popen(logcat_executable in TEST()
127 RLOGE(logcat_executable); in TEST()
128 SLOGE(logcat_executable); in TEST()
129 ALOGE(logcat_executable); in TEST()
[all …]
H A Dlogcatd_test.cpp18 #define logcat_executable "logcatd" macro