Home
last modified time | relevance | path

Searched refs:logcat (Results 1 – 25 of 29) sorted by relevance

12

/system/core/logcat/tests/
Dlogcat_test.cpp50 TEST(logcat, buckets) { in TEST() argument
80 TEST(logcat, year) { in TEST() argument
151 TEST(logcat, tz) { in TEST() argument
185 TEST(logcat, ntz) { in TEST() argument
234 TEST(logcat, tail_3) { in TEST() argument
238 TEST(logcat, tail_10) { in TEST() argument
242 TEST(logcat, tail_100) { in TEST() argument
246 TEST(logcat, tail_1000) { in TEST() argument
250 TEST(logcat, tail_time) { in TEST() argument
306 TEST(logcat, End_to_End) { in TEST() argument
[all …]
DAndroid.mk19 test_module_prefix := logcat-
Dlogcat_benchmark.cpp25 TEST(logcat, sorted_order) { in TEST() argument
/system/core/logcat/
Dlogcatd.rc39 …gd log -- /system/bin/logcat -L -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v printa…
47 …exec - logd log -- /system/bin/logcat -c -f /data/misc/logd/logcat -n ${logd.logpersistd.size:-256}
60 …ice logcatd /system/bin/logcat -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v printab…
DAndroid.mk6 LOCAL_SRC_FILES:= logcat.cpp event.logtags
10 LOCAL_MODULE := logcat
Dlogpersist63 if [ -n "${buffer}" ] && ! logcat -b ${buffer} -g >/dev/null 2>&1; then
Dlogcat.cpp868 char* logcat; in main() local
883 logcat = strstr( cmdline, KERNEL_OPTION ); in main()
885 if (logcat != NULL) { in main()
886 char* p = logcat + sizeof(KERNEL_OPTION)-1;; in main()
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/tools/aidl/tests/java_app/
DREADME16 8) Watch output on logcat:
17 $ adb logcat -s TestServiceClient hellod
/system/core/logd/
DREADME.property10 ro.logd.statistics bool+ svelte+ Enable logcat -S statistics.
15 turns on logcat -f in logd context.
20 turns on logcat -f in logd context.
25 runtime use: logcat -b all -G <value>
37 At runtime use: logcat -P "<string>"
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dbuild_and_run.sh120 adb logcat -c
123 adb logcat bt_btif:D bt_btif_core:D bt_hci:D bt_main:D bt_vendor:D \
/system/extras/tests/ext4/
Dandroid_emmc_perf_tests.sh167 ORIGCNT=`adb shell logcat -d | grep -c "Finished fstrim work"`
177 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
187 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
/system/core/libsysutils/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/system/sepolicy/
Dpreopt2cachename.te12 # Allow write to logcat.
Dshell.te12 # logcat
15 # logcat -L (directly, or via dumpstate)
Dlogd.te39 # case where logpersistd is actually logcat -f in logd context (nee: logcatd)
Dautoplay_app.te28 # Send logcat messages to logd.
Dte_macros264 # mmac enforcing mode and access logcat.
315 # Ability to run logcat and read from android
Ddumpstate.te26 # /system/bin/logcat
Dfile.te66 # Type for /system/bin/logcat.
/system/core/liblog/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/bt/
DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/core/rootdir/
DAndroid.mk73 logcat \
/system/core/metricsd/
DREADME.md119 * Make sure no error messages appear in logcat when you log a sample.
123 (check for an OK message from `metricsd` in logcat).

12