I\'m seeing this native crash with the following stack trace.
This happens in Android 7.0 & 7.1 only. Nothing new has been added to the app, which has been in pr
I had the same issue in google play console for the same devices as you.
In my case the issue was in TextureView with animation in separate thread with lock and unlock canvas.
I changed TextureView animation to the invalidate-onDraw animation for 7 and 7.1 android and that helped.