天天看点

解决java.lang.StackOverflowError: stack size 8MB报错问题

我产生这个问题是因为我在做项目时,方法调用了方法本身造成的

JavaBinder: !!! FAILED BINDER TRANSACTION !!!

AndroidRuntime: Error reporting crash

                            android.os.TransactionTooLargeException

                                 at android.os.BinderProxy.transactNative(Native Method)

                                 at android.os.BinderProxy.transact(Binder.java:496)

                                 at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4283)

                                at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89)

                                at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)

                                at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)

解决办法就是把调用的方法改下就好了,记录下

继续阅读