-
Notifications
You must be signed in to change notification settings - Fork 45
Logs are empty for tests on API22 #129
Comments
Also, if I take screenshots on API22, they also do not fall into the report. They remain in sdcard of the emulator. |
Interesting, what instrumentation test runner/version do you use? |
I use composer 0.3.2. but this problem was in earlier versions. |
Sorry for confusion, I'm asking about test runner that you pass with |
No difference. Try to run with parameter or without. |
And what does composer reports in html report? Are tests running successfully? |
In the report, everything is ok, but logs are empty. All tests have been passed. |
Any news? |
I'm having the same issue on API 19 emulators. Screenshots are also not working. I checked the output folder on device and there's definitely screenshots there. |
@christopherperry hey, thanks for the clue, indeed logcat output format is different on those emulators, we'll need to modify parsing to make it work. What about screenshots, are they not working on 19 API only? What is the path to the output folder they are located in? |
Hi @yunikkk. I'm working on a fix for the parsing, maybe I'll submit a PR. I haven't tried any other emulators besides API 25 which works fine. Output folder for the screenshots on the API 19 emulator is:
|
I run tests on api 22,23,24,25,26. And only on API22 there are problems:
The logs of each test in the report are empty. But full.logcat is OK.
The text was updated successfully, but these errors were encountered: