Home | History | Annotate | Download | only in android

Lines Matching full:trace

390     if (opts->trace) {
391 char* tracePath = avdInfo_getTracePath(avd, opts->trace);
395 derror( "bad -trace parameter" );
403 opts->trace = tracePath;
981 if (opts->trace) {
982 args[n++] = "-trace";
983 args[n++] = opts->trace;
1015 if (opts->trace) {