Home
last modified time | relevance | path

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

12

/system/logging/logcat/tests/
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"],
Dlogcat_test.cpp80 TEST(logcat, buckets) { in TEST() argument
120 TEST(logcat, event_tag_filter) { in TEST() argument
181 TEST(logcat, year) { in TEST() argument
246 TEST(logcat, tz) { in TEST() argument
276 TEST(logcat, ntz) { in TEST() argument
327 TEST(logcat, tail_3) { in TEST() argument
331 TEST(logcat, tail_10) { in TEST() argument
335 TEST(logcat, tail_100) { in TEST() argument
339 TEST(logcat, tail_1000) { in TEST() argument
446 TEST(logcat, tail_time) { in TEST() argument
[all …]
Dlogcatd_test.cpp17 #define logcat logcatd macro
/system/logging/logcat/
Dlogcatd.sh19 logcat "$@"
29 exec logcat "${ARGS[@]}"
DAndroid.bp34 name: "logcat",
51 "logcat.cpp",
52 "logcat.proto",
Dlogcat.cpp65 using com::android::logcat::proto::LogcatEntryProto;
66 using com::android::logcat::proto::LogcatPriorityProto;
272 return com::android::logcat::proto::UNKNOWN; in GetProtoPriority()
274 return com::android::logcat::proto::DEFAULT; in GetProtoPriority()
276 return com::android::logcat::proto::VERBOSE; in GetProtoPriority()
278 return com::android::logcat::proto::DEBUG; in GetProtoPriority()
280 return com::android::logcat::proto::INFO; in GetProtoPriority()
282 return com::android::logcat::proto::WARN; in GetProtoPriority()
284 return com::android::logcat::proto::ERROR; in GetProtoPriority()
286 return com::android::logcat::proto::FATAL; in GetProtoPriority()
[all …]
Dlogcatd.rc42 …exec - logd log -- /system/bin/logcat -c -f /data/misc/logd/logcat -n ${logd.logpersistd.size:-256}
55 …er:-all} -v threadtime -v usec -v printable -v uid -D -f /data/misc/logd/logcat -r ${logd.logpersi…
Dlogpersist22 data=/data/misc/logd/logcat
65 if [ -n "${buffer}" ] && ! logcat -b ${buffer} -g >/dev/null 2>&1; then
Dlogcat.proto3 package com.android.logcat.proto;
/system/core/libsysutils/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/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/logging/logd/
DREADME.property14 turns on logcat -f in logd context.
20 turns on logcat -f in logd context.
27 runtime use: logcat -b all -G <value>
39 At runtime use: logcat -P "<string>"
DREADME.replay.md37 `print_point` have been logged. This acts as if a user called `logcat` immediately after the
38 specified logs have been logged. It additionally prints the statistics from `logcat -S` after the
DREADME.compression.md6 * Log spam fills the buffers making them less useful in logcat/bugreports
55 * The number of log messages still available in logcat after ‘Message Count’ messages have been log…
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
DLogReaderList.cpp26 using android::os::logcat::ILogcatManagerService;
/system/sepolicy/private/
Dpreopt2cachename.te13 # Allow write to logcat.
/system/sepolicy/microdroid/system/private/
Dstatsd.te10 # /system/bin/logcat
/system/nfc/src/fuzzers/
Dfuzz.sh32 adb logcat -c
46 adb logcat -d| $ANDROID_BUILD_TOP/external/compiler-rt/lib/asan/scripts/symbolize.py
/system/extras/boottime_tools/bootanalyze/
DREADME.md32 stop_event: <logcat log message which will terminate log collection after reboot>
/system/core/init/test_service/
DREADME.md41 adb logcat -b all -d | grep test_service
/system/chre/doc/
Dframework_debugging.md15 Android’s logcat system under the “CHRE” tag, where they will be automatically
24 equivalent [logcat
/system/extras/app-launcher/
DREADME44 activity name in logcat and add these to the launch_phone_apps()
68 launch the app and then grep for it in logcat to find the
/system/core/storaged/
DEventLogTags.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.
/system/logging/liblog/
Devent.logtags2 # This is installed on the device, in /system/etc, and parsed by logcat.

12