Home | History | Annotate | Download | only in android

Lines Matching refs:logcat

167      * for logcat or 'shell'
874 if (!opts->logcat || opts->logcat[0] == 0) {
875 opts->logcat = getenv("ANDROID_LOG_TAGS");
876 if (opts->logcat && opts->logcat[0] == 0)
877 opts->logcat = NULL;
885 /* XXXX: TODO: implement -shell and -logcat through qemud instead */
896 if (opts->shell || opts->logcat) {
1007 if (opts->shell || opts->logcat) {
1023 if (opts->logcat) {
1024 char* q = bufprint(p, end, " androidboot.logcat=%s", opts->logcat);