Home
last modified time | relevance | path

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

12345678

/aosp12/system/logging/logcat/tests/
H A DAndroid.bp25 name: "logcat-tests-defaults",
41 // adb shell /data/nativetest/logcat-benchmarks/logcat-benchmarks
43 name: "logcat-benchmarks",
44 defaults: ["logcat-tests-defaults"],
54 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
56 name: "logcat-unit-tests",
57 defaults: ["logcat-tests-defaults"],
H A Dlogcat_test.cpp78 TEST(logcat, buckets) { in TEST() argument
179 TEST(logcat, year) { in TEST() argument
249 TEST(logcat, tz) { in TEST() argument
279 TEST(logcat, ntz) { in TEST() argument
330 TEST(logcat, tail_3) { in TEST() argument
334 TEST(logcat, tail_10) { in TEST() argument
338 TEST(logcat, tail_100) { in TEST() argument
633 #ifndef logcat
1174 #ifndef logcat
1397 TEST(logcat, regex) { in TEST() argument
[all …]
H A Dlogcatd_test.cpp17 #define logcat logcatd macro
/aosp12/frameworks/base/startop/scripts/app_startup/
H A Dparse_metrics21 Reads from stdin the result of 'am start' metrics. May also parse logcat
29 This may block until all desired metrics are parsed from logcat.
37 … -ts, --timestamp <name> logcat timestamp [only looks at logcat entries after this timestamp].
44 -t, --timeout <sec> how many seconds to timeout when trying to wait for logcat to change
/aosp12/art/tools/
H A Dbuildbot-setup-device.sh101 adb logcat -G ${buffer_size}
102 $verbose && adb logcat -g
105 adb logcat -P ""
106 $verbose && adb logcat -p
H A Dbuildbot-symbolize-crashes.sh23 adb logcat -d
/aosp12/system/logging/logcat/
H A Dlogcatd19 logcat "$@"
29 exec logcat "${ARGS[@]}"
H A Dlogcatd.rc42 …exec - logd log -- /system/bin/logcat -c -f /data/misc/logd/logcat -n ${logd.logpersistd.size:-256}
55 …td.buffer:-all} -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r ${logd.logpersi…
H A DAndroid.bp51 name: "logcat",
55 "logcat.cpp",
H A Dlogpersist22 data=/data/misc/logd/logcat
65 if [ -n "${buffer}" ] && ! logcat -b ${buffer} -g >/dev/null 2>&1; then
/aosp12/art/tools/runtime_memusage/
H A DREADME18 Files are marked for poisoning, their starting addresses are logged in logcat.
20 also outputted to logcat.
37 sanitizer_logcat_analysis.sh at minimum requires all logcat output in the form
45 files in the logcat to be processed.
95 LOGCAT_FILE is the piped output from adb logcat.
/aosp12/art/libnativeloader/test/
H A Druntest.sh8 adb logcat -c;
11 adb logcat | grep android.test.app
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A Drun_newdb_perf_test.sh18 adb logcat -c
29 adb logcat -d > /tmp/testlogcat.txt
/aosp12/system/logging/logd/
H A DREADME.property11 logd.statistics bool svelte+ Enable logcat -S statistics.
16 turns on logcat -f in logd context.
22 turns on logcat -f in logd context.
29 runtime use: logcat -b all -G <value>
41 At runtime use: logcat -P "<string>"
/aosp12/frameworks/base/core/java/android/view/
H A DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
6 # This is installed on the device, in /system/etc, and parsed by logcat.
38 # See system/core/logcat/event.logtags for the master copy of the tags.
/aosp12/frameworks/base/core/jni/
H A Druntime_native_boot-flags-test.sh139 adb logcat -d -s "$zygote" | grep -q -e "option\[[0-9]\+\]=$runtime_option"
182 adb logcat -d -s AndroidRuntime | grep -F -q "$message" \
195 adb logcat -d -s AndroidRuntime | grep -F -q -v "$message" \
/aosp12/system/extras/tests/ext4/
H A 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"`
/aosp12/packages/apps/TV/tests/tunerscripts/
H A Dusbtuner-test.sh75 adb logcat -c
79 timeout 1 adb logcat -s TvInputSessionImpl | awk -f $(dirname $0)/measure-tuning-time.awk
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A 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 \
/aosp12/frameworks/rs/tests/java_api/Refocus/dataExtraction/
H A DRefocusTestTimingProcess.txt8 … kernel “MarkLayerMask” is called 7 times to process one image, then the logcat would have 7 time …
13 1. choose which device you want to test and create a corresponding text file to record the logcat. …
14 2. make and install the Refocus test app. Open up logcat and launch the app. Two scripts are called…
/aosp12/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
34 # See system/core/logcat/event.logtags for the master copy of the tags.
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
34 # See system/core/logcat/event.logtags for the master copy of the tags.
/aosp12/frameworks/av/media/utils/
H A DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
34 # See system/core/logcat/event.logtags for the original definition of the tags.
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/
H A DREADME.md17 # Then check logcat and dumpsys to verify the results. The following command enables VERBOSE logs.
19 adb logcat -v color -b all -T 1000
/aosp12/bionic/docs/
H A Dfdtrack.md28 its output to logcat, either use `fdtrack_dump`, or send the signal
41 This dumps the output to logcat, which will be available in both the tombstone
42 and logcat from bugreports.

12345678