Android TransactionTooLargeException排查定位
工具:
https://github.com/guardian/toolargetoolhttps://github.com/guardian/toolargetool
android TransactionTooLargeException问题的修复,一种简单的修复就是在Fragment的onCreate里面,当把Bundle的数据get读取出来后,清空Bundle里面的数据:
bundle?.clear()
Android Bundle putBinder传输超过1MB数据,Kotlin-CSDN博客文章浏览阅读304次,点赞7次,收藏12次。文章浏览阅读422次。_安卓开发系统切换主题 重走生命周期。文章浏览阅读5.5k次。本文作者:Zhang Phil原文链接:Android Activity生命周期以及onSaveInstanceState、onRestoreInstanceState要点备忘一般的,当Android activity的生命周期进入onPause后,Android系统紧接着就要回调:protected void onSaveInstanceState_activity生命周期 onsaveinstane。https://blog.csdn.net/zhangphil/article/details/136679953