Skip to content

Integration for Sentry Logs through Logcat #4408

@romtsn

Description

@romtsn
Member

Description

For the logs feature we want to have an integration for Logcat.

Activity

AbhiPrasad

AbhiPrasad commented on May 19, 2025

@AbhiPrasad
Member

User isha_37726 on discord shared their temporary solution to get this working:

execCommand("logcat *:I --pid $pid -v time OpenGLRenderer:S").collect {
    logInSentry(it)
}

where logInSentry probably calls Sentry.logger() in some fashion.

self-assigned this
on Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @markushi@romtsn@stefanosiano@AbhiPrasad

    Issue actions

      Integration for Sentry Logs through Logcat · Issue #4408 · getsentry/sentry-java