Lines Matching refs:logcat
118 " adb logcat [ <filter-spec> ] - View device log\n"
205 " ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.\n"
644 static int logcat(transport_type transport, char* serial, int argc, char **argv)
655 "shell:export ANDROID_LOG_TAGS=\"\%s\" ; exec logcat",
1454 if(!strcmp(argv[0],"logcat") || !strcmp(argv[0],"lolcat") || !strcmp(argv[0],"longcat")) {
1455 return logcat(ttype, serial, argc, argv);