Home | History | Annotate | Download | only in android

Lines Matching refs:logcat

167      * for logcat or 'shell'
878 if (!opts->logcat || opts->logcat[0] == 0) {
879 opts->logcat = getenv("ANDROID_LOG_TAGS");
880 if (opts->logcat && opts->logcat[0] == 0)
881 opts->logcat = NULL;
889 /* XXXX: TODO: implement -shell and -logcat through qemud instead */
900 if (opts->shell || opts->logcat) {
1011 if (opts->shell || opts->logcat) {
1027 if (opts->logcat) {
1028 char* q = bufprint(p, end, " androidboot.logcat=%s", opts->logcat);