Home
last modified time | relevance | path

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

/packages/apps/TV/tests/tunerscripts/
Dusbtuner-test.sh75 adb logcat -c
79 timeout 1 adb logcat -s TvInputSessionImpl | awk -f $(dirname $0)/measure-tuning-time.awk
/packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/
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
/packages/modules/NeuralNetworks/tools/ion_watcher/
DREADME.txt2 logcat and systrace.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/services/Telephony/src/com/android/phone/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/apps/Settings/src/com/android/settings/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/modules/Wifi/framework/tests/
DREADME.md30 statements and use logcat to view them. The beginning and end of every tests is automatically logged
/packages/modules/Wifi/service/tests/wifitests/
DREADME.md20 statements and use logcat to view them. The beginning and end of every tests is automatically logged
/packages/modules/adb/coverage/
Dgen_coverage.sh61 adb shell logcat -c -G128M
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/services/Car/car-lib/src/com/android/car/internal/common/
DEventLogTags.logtags16 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/modules/Virtualization/microdroid/
DAndroid.bp53 "logcat",
Dmicrodroid_file_contexts234 /system/bin/logcat -- u:object_r:logcat_exec:s0
/packages/modules/adb/client/
Dcommandline.cpp1198 static int logcat(int argc, const char** argv) { in logcat() function
2055 return logcat(argc, argv); in adb_commandline()