天天看点

android.os.DeadObjectException的解决办法

碰到一个异常,具有随机性:

   android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died

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

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

  at android.app.ApplicationThreadProxy.scheduleLaunchActivity(ApplicationThreadNative.java:837)

上网一搜,有人提供了解决办法:

<application android:hardwareAccelerated="false".....

解决!

继续阅读