I'm receiving a handful of crash reports in my Play Console with the following title:
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 it, no more information available.
What is significant is that (a) the number of crashes is very small, so my code must basically be sound, and (b) the reports are all from Android 7.0 devices.
How do I even begin to work out where the crash could be occuring? I could post some code, but it probably won't help because the vast majority of devices aren't choking, and in any case I'm just looking for a bit of insight or hints as to where to look further. I cannot reproduce this crash on any device I've tried.
There is a similar question here, also with no answer.
No fix found yet for this, in my app it happened when clicking a html5 date picker, I decided to avoid it using a normal textfield with mask https://vuejs-tips.github.io/vue-the-mask/