Still get error FAILED BINDER TRANSACTION although have compressed it

前端 未结 2 1562
自闭症患者
自闭症患者 2021-01-27 19:45

I wanted to return the image from AddMoreClaims to AddClaims listView. When I click the submit button in AddM

2条回答
  •  轮回少年
    2021-01-27 20:35

    Don't use compress large data into intent, this will consume more cpu and time, see this thread. If compressed data also exceed the limit of binder, also get this error: !!! FAILED BINDER TRANSACTION !!!

提交回复
热议问题