Error : RuntimeException at DisplayListCanvas.throwIfCannotDraw

前端 未结 4 2239
你的背包
你的背包 2021-02-18 13:55

My application work very well on nougat emulator and many devices, but i found this exception in google play crash reporter, I don\'t know why it happened, The exception causes

4条回答
  •  一整个雨季
    2021-02-18 14:45

    Try to set a debug point in android.view.DisplayListCanvas.throwIfCannotDraw and check what image is throw an exception. Some of them is incorrect - large size or you have too many images for example and cant record to canvas pool.

提交回复
热议问题