Android 7 Native Crash: libc.so tgkill

前端 未结 7 2067
暗喜
暗喜 2020-12-22 15:21

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

7条回答
  •  庸人自扰
    2020-12-22 16:02

    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.

提交回复
热议问题