Signal 5 (SIGTRAP), code 1 (TRAP_BRKPT), related to webview.apk

I get several crash reports in my Play Console with the following heading:

signal 5 (SIGTRAP), code 1 (TRAP_BRKPT)
webview.apk

and the following detail:

backtrace:
  native: pc 00000000011a1ed4  /system/app/webview/webview.apk
  native: pc 00000000011e01f8  /system/app/webview/webview.apk

That is, there is no more information.

It is important that (a) the number of crashes is very small, so my code should be mostly sound, and (b) all reports relate to Android 7.0 devices.

How do I even start working where an accident can happen? I could post some code, but it probably won't help, because the vast majority of devices don't choke, and anyway, I'm just looking for a little understanding or hints as to where to look next. I cannot reproduce this crash on any device that I have tried.

There is a similar question here , also without an answer.

+16
1
0

Source: https://habr.com/ru/post/1685596/


All Articles