deadObjectException异常

deadObjectException异常:

android.os.DeadObjectException: Transaction failed onsmall parcel; remote process probablydied

atandroid.os.BinderProxy.transactNative(NativeMethod)

atandroid.os.BinderProxy.transact(Binder.java:503)

atandroid.view.IWindowSession$Stub$Proxy.addToDisplay(IWindowSession.java:746)

at android.view.ViewRootImpl.setView(ViewRootImpl.java:543)

解释:说明应用的service已经停止;停止方式有两种,第一种:从操作系统中丧生;第二种:从应用程序中终止

解决方法:在application标签下面加一句:android:hardwareAccelerated="false"

你可能感兴趣的:(deadObjectException异常)