Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java682 Map<String, String> collectLogcatInfoResult = new HashMap<>(); in testSuccessiveBoots() local
684 collectLogcatInfoResult.putAll(collectLogcatInfo()); in testSuccessiveBoots()
760 if (!collectLogcatInfoResult.isEmpty()) { in testSuccessiveBoots()
761 iterationResult.putAll(collectLogcatInfoResult); in testSuccessiveBoots()