How to see the Android Orchestrator log?

后端 未结 7 1150
小蘑菇
小蘑菇 2020-12-11 01:03

I have a failing test in my suite and now I am using the Android Orchestrator, but all I get is this message:

Test instrumentation process crashed.

相关标签:
7条回答
  • 2020-12-11 01:49

    For anyone who still stumbles upon this, this Stack Overflow answer was helpful. Pulling the files off of the emulator I was running required running adb as root first.

    adb root
    

    and then

    adb pull /data/data/android.support.test.orchestrator/files/
    
    0 讨论(0)
提交回复
热议问题