Home | History | Annotate | Download | only in ddms

Lines Matching refs:missing

515         String missing = "";
517 missing += adb.getAbsolutePath() + " ";
520 missing += hprofConverter.getAbsolutePath() + " ";
523 missing += traceview.getAbsolutePath() + " ";
526 if (missing.length() > 0) {
527 String msg = String.format("DDMS files not found: %1$s", missing);