Skip to content

Github action + Android: Help capture Logcat output #75

@skjolber

Description

@skjolber

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions