Home
last modified time | relevance | path

Searched refs:listCategoriesOutput (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceVersionDetector.java78 private List<SystraceTag> parseSupportedTags(String listCategoriesOutput) { in parseSupportedTags() argument
79 if (listCategoriesOutput == null) { in parseSupportedTags()
83 if (listCategoriesOutput.contains("unknown option")) { in parseSupportedTags()
87 String[] categories = listCategoriesOutput.split("\n"); in parseSupportedTags()