brettchabot

Results 80 comments of brettchabot
trafficstars

Can you provide logcat and/or a sample project that can repro the problem?

That is strange. Its a long shot but the only other suggestion I have is to try the latest androidx.test.runner version: 1.4.1-alpha01. There is some better exception handling code there

what is '***.InstrumentationRunner' mean in the original post? If you're using a custom instrumentation runner it will be even more difficult to diagnose this issue. Is there a reason androidx.test.runner.AndroidJUnitRunner...

Sorry for delayed response. ActivityScenario won't support testing an Activity running in a different process than the Instrumentation. At the very least I feel ActivityScenario should detect and report a...

Can you get a copy of the logcat and attach it here? From command line, adb logcat -d > logcat.txt should work.

I don't see anything obviously wrong in the logcat. Sorry without having access to the device this is going to be difficult to troubleshoot. Do the tests work if you...

I'm running out of suggestions sorry. You could try running through a debugger and seeing if the callbacks on MainActivity are occurring

Strange. Nothing in the posted stack trace gives me any clue to what might be wrong. Can you post a sample that reproduces this issue?