Home | History | Annotate | Download | only in adb

Lines Matching defs:logcat

119         "  adb logcat [ <filter-spec> ] - View device log\n"
178 " ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.\n"
508 static int logcat(transport_type transport, char* serial, int argc, char **argv)
519 "shell:export ANDROID_LOG_TAGS=\"\%s\" ; exec logcat",
1063 if(!strcmp(argv[0],"logcat") || !strcmp(argv[0],"lolcat")) {
1064 return logcat(ttype, serial, argc, argv);