Searched refs:listCategoriesOutput (Results 1 – 1 of 1) sorted by relevance
78 private List<SystraceTag> parseSupportedTags(String listCategoriesOutput) { in parseSupportedTags() argument79 if (listCategoriesOutput == null) { in parseSupportedTags()83 if (listCategoriesOutput.contains("unknown option")) { in parseSupportedTags()87 String[] categories = listCategoriesOutput.split("\n"); in parseSupportedTags()