Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging of tests is not working when ANDROID_TEST_ORCHESTRATOR is enabled. #187

Open
sagarnakul opened this issue May 28, 2018 · 1 comment

Comments

@sagarnakul
Copy link

When ANDROID_TEST_ORCHESTRATOR is enabled . debugging of tests is not working .
apart from that whenever failed tests leads to process crash an error message is shown saying that
"Test instrumentation process crashed. Check test.txt for details" but i had never seen that txt file is generated.

@cdmunoz
Copy link

cdmunoz commented Nov 29, 2018

According to the documentation, if you are using ANDROID_TEST_ORCHESTRATOR then you cannot debug your tests, you need to disable the orchestrator (by commenting the code) in your app's build.gradle
Otherwise, if you want to see the generated file, from the emulator you can go to /data/user_de/0/android.support.test.orchestrator/files/ and then look for the particular file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants