How to see the Android Orchestrator log?

后端 未结 7 1148
小蘑菇
小蘑菇 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:36

    For anyone using AndroidX Test Orchestrator, the path would change to

    adb pull /data/data/androidx.test.orchestrator/files/

    but, this command also found 0 files so I had to use

    adb pull /data/user_de/0/androidx.test.orchestrator/

提交回复
热议问题