Yang Hui

Results 17 comments of Yang Hui

Use code below to upload logcat including native crash happened ```kotlin fun initSentry(context: Context, dsn: String) { SentryAndroid.init(context) { it.dsn = dsn it.tracesSampleRate = 0.03 it.addEventProcessor(object: EventProcessor { override fun...

We have transferred the logcat file to the sentry as an attachment. After describing the file type as 'text/plain', sentry can directly view the file content in text form on...

I also tend to go for the first solution since we use breadcrumbs to log user behavior instead of app logs.

> @kyze8439690 repos for context https://github.com/kyze8439690/logcatviewer/blob/master/src/main/java/com/github/logviewer/FloatingLogcatService.java https://github.com/kyze8439690/logcatviewer/blob/master/src/main/java/com/github/logviewer/LogItem.java#L26

> @kyze8439690 did you check on which Android versions your code running `logcat` during runtime works? After some checks this only works on API >= 23 and will reject if...

How many lines of logcat can be recorded right now?

Here is an example: https://playbadges.pavi2410.me/badge/full?id=com.gearup.booster