Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/
DAppSetupPreparer.java142 TargetSetupError currentException; in setUp() local
163 currentException = e; in setUp()
165 currentException = new TargetSetupError(e.getMessage(), e); in setUp()
170 throw currentException; in setUp()
172 CLog.w("setUp failed: %s. Run count: %d. Retrying...", currentException, runCount); in setUp()