Home | History | Annotate | Download | only in adb

Lines Matching refs:logcat

176         " logcat                   show device log (logcat --help for more)\n"
218 " $ANDROID_LOG_TAGS tags to be used by logcat (see logcat --help)\n");
1123 static int logcat(int argc, const char** argv) {
1127 std::string cmd = "export ANDROID_LOG_TAGS=\"" + quoted + "\"; exec logcat";
1139 // No need for shell protocol with logcat, always disable for simplicity.
1765 else if (!strcmp(argv[0],"logcat") || !strcmp(argv[0],"lolcat") || !strcmp(argv[0],"longcat")) {
1766 return logcat(argc, argv);