Searched refs:logcat (Results 1 - 3 of 3) sorted by path

/system/core/adb/
H A Dcommandline.c114 " adb logcat [ <filter-spec> ] - View device log\n"
190 " ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.\n"
629 static int logcat(transport_type transport, char* serial, int argc, char **argv) function
640 "shell:export ANDROID_LOG_TAGS=\"\%s\" ; exec logcat",
1334 if(!strcmp(argv[0],"logcat") || !strcmp(argv[0],"lolcat") || !strcmp(argv[0],"longcat")) {
1335 return logcat(ttype, serial, argc, argv);
/system/core/logcat/
H A DAndroid.mk6 LOCAL_SRC_FILES:= logcat.cpp event.logtags
10 LOCAL_MODULE:= logcat
H A Dlogcat.cpp292 perror("logcat read");
587 /* this is a *hidden* option used to start a version of logcat */
588 /* in an emulated device only. it basically looks for androidboot.logcat= */
592 #define KERNEL_OPTION "androidboot.logcat="
596 char* logcat; local
611 logcat = strstr( cmdline, KERNEL_OPTION );
613 if (logcat != NULL) {
614 char* p = logcat + sizeof(KERNEL_OPTION)-1;;
640 fprintf(stderr, "logcat using %s (%d)\n", devname, len);
700 fprintf (stderr, "Invalid filter expression in -logcat optio
[all...]

Completed in 544 milliseconds