Searched refs:failMsg (Results 1 – 2 of 2) sorted by relevance
197 String failMsg = null; in handleHPDS() local201 failMsg = "hprof dumps not supported in this VM"; in handleHPDS()203 failMsg = "Exception: " + re.getMessage(); in handleHPDS()206 if (failMsg != null) { in handleHPDS()207 Log.w("ddm-heap", failMsg); in handleHPDS()208 return createFailChunk(1, failMsg); in handleHPDS()
167 final String failMsg = in verify() local170 TestCase.fail(failMsg); in verify()