Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java175 Exception lastException = null; in startCollecting() local
181 lastException = e; in startCollecting()
190 lastException); in startCollecting()
193 "Encountered exception resetting gfxinfo.", lastException); in startCollecting()
208 Exception lastException = null; in getMetrics() local
214 lastException = e; in getMetrics()
224 lastException); in getMetrics()
226 throw new RuntimeException("Encountered exception getting gfxinfo.", lastException); in getMetrics()