Searched refs:LIST_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
50 private static final int LIST_TIMEOUT_MS = 10000; field in PerfettoUtils275 if (!perfetto.waitFor(LIST_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in perfettoListCategories()276 Log.e(TAG, "perfettoListCategories timed out after " + LIST_TIMEOUT_MS + " ms."); in perfettoListCategories()