Description
We are running tests using Github Actions and it seems to be working well.
However log output is a bit on the light side - our app is heavy on native code and it would be very useful to capture Logcat outputs.
Suggested solution
Allow for customization of the script parameter passed down to android-emulator-runner. i.e.
adb logcat > build/reports/logcat-all.txt
We could then upload the logcat-all.txt as artifacts in out github actions workflows.
Additional context
No response