Home | History | Annotate | Download | only in android

Lines Matching refs:logcat

226      * for logcat or 'shell'
915 if (!opts->logcat || opts->logcat[0] == 0) {
916 opts->logcat = getenv("ANDROID_LOG_TAGS");
917 if (opts->logcat && opts->logcat[0] == 0)
918 opts->logcat = NULL;
926 /* XXXX: TODO: implement -shell and -logcat through qemud instead */
937 if (opts->shell || opts->logcat) {
1048 if (opts->shell || opts->logcat) {
1064 if (opts->logcat) {
1065 char* q = bufprint(p, end, " androidboot.logcat=%s", opts->logcat);