sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Integration for Sentry Logs through Logcat

Open romtsn opened this issue 9 months ago • 1 comments

Description

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

romtsn avatar May 15 '25 08:05 romtsn

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.

AbhiPrasad avatar May 19 '25 10:05 AbhiPrasad