Compare commits

..

1 Commits

Author SHA1 Message Date
ba7bb1675c ci: Instrumentation tests coverage in ci.
All checks were successful
Check PR code / BuildAndTestAndCoverage (pull_request) Successful in 29m33s
2025-03-22 19:21:53 +01:00

View File

@ -176,6 +176,8 @@ open class WithANRException {
anrCount++
handleAnrDialogue()
} else { // chain all failures down to the default espresso handler
Log.e("AMINE", "AMINE : ${error.message}")
println("AMINE : ${error.message}")
DefaultFailureHandler(getInstrumentation().targetContext).handle(error, viewMatcher)
}
}