菜鸟求教,!!! FAILED BINDER TRANSACTION !!!

fzxgood 2015-07-24 11:18:50
我在测试一个app的时候,用模拟器没有问题,但是用真机测试时,我在点某些按钮时会出现!!! FAILED BINDER TRANSACTION !!!这个错误,然后程序闪退。在网上搜了搜说是因为bundle传输数据大于40K,但是我的intent里没东西,不可能是这个错误,下面我出错时的部分log,求教各位,错误到底在哪里。
07-24 10:58:42.010: W/dalvikvm(30903): threadid=1: thread exiting with uncaught exception (group=0x416c7c80)
07-24 10:58:42.030: E/SubmitMessage(3847): Submit string: submit:trigger=0,bugtype=2,modulename=net.ting.sliding,level=1,testtype=NORMAL,path=/data/log/unzip/CHM-TL00H_V100R001C00B140_4C2XEE1568035859_20150724105842_crash
07-24 10:58:42.030: I/System.out(30903): A
07-24 10:58:42.040: W/dalvikvm(30903): threadid=21: thread exiting with uncaught exception (group=0x416c7c80)07-24 10:58:42.080: W/[Gralloc-Warning](2145): int gralloc_register_buffer(const gralloc_module_t*, buffer_handle_t):66 Registering handle 0xb7712a00 coming from the same process: 2145.
07-24 10:58:42.090: I/PackageLogInfoManager(3847): checkPackageLogState
07-24 10:58:42.090: E/PackageLogInfoManager(3847): checkPackageLogState, cr: android.app.ContextImpl$ApplicationContentResolver@41baa3c0, packageNames: null
07-24 10:58:42.090: I/SurfaceFlinger(2145): set Mirror VirtualDisplay orientation = 0
07-24 10:58:42.110: E/JavaBinder(2859): !!! FAILED BINDER TRANSACTION !!!
07-24 10:58:42.110: E/JavaBinder(2859): !!! FAILED BINDER TRANSACTION !!!
07-24 10:58:42.110: I/InputReader(2859): Reconfiguring input devices. changes=0x00000004
07-24 10:58:42.110: I/InputReader(2859): Device reconfigured: id=2, name='huawei,touchscreen', size 720x1280, orientation 0, mode 1, display id 0
07-24 10:58:42.120: I/HwSystemManager(3343): HsmPackageManager:onConfigureChanged: zh_CN
07-24 10:58:42.120: W/InputDispatcher(2859): channel '42ee1f98 net.ting.sliding/net.ting.sliding.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
07-24 10:58:42.120: E/InputDispatcher(2859): channel '42ee1f98 net.ting.sliding/net.ting.sliding.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
07-24 10:58:42.120: W/InputDispatcher(2859): Attempted to unregister already unregistered input channel '42ee1f98 net.ting.sliding/net.ting.sliding.MainActivity (server)'
07-24 10:58:42.130: I/HwSystemManager(5280): HsmPackageManager:onConfigureChanged: zh_CN
07-24 10:58:42.140: W/Settings(3422): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
07-24 10:58:42.150: W/Settings(3422): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
07-24 10:58:42.160: I/PanelView(3090): Configuration orientation changed
07-24 10:58:42.160: I/PanelView(3090): recycle systemui self's blurwallpaper bitmap
07-24 10:58:42.170: E/BroadcastQueue(2859): processNextBroadcast log test
07-24 10:58:42.170: I/PanelView(3090): blurBitmap:android.graphics.Bitmap@426e99b0
07-24 10:58:42.170: I/PanelView(3090): scale bitmap
07-24 10:58:42.230: I/PanelView(3090): mNotificationPanelBlurBitmap:android.graphics.Bitmap@43e6ffd8
07-24 10:58:42.230: E/BroadcastQueue(2859): processNextBroadcast log test
07-24 10:58:42.230: E/UsbSettings(29973): USB Normal Mode
07-24 10:58:42.250: I/HwLauncher(3493): Model onReceive intent=Intent { act=android.intent.action.CONFIGURATION_CHANGED flg=0x70000010 }
07-24 10:58:42.250: I/HwLauncher(3493): Launcher.Settings updateIconTitleSize fontSize = 0.0
07-24 10:58:42.250: I/HwLauncher(3493): Launcher.Settings updateIconTitleSize app_icon_text_size fontSize = 24.0
07-24 10:58:42.250: I/MSG_APP_Mms(28654): Broadcast ACTION_CONFIGURATION_CHANGED received.
07-24 10:58:42.270: E/BroadcastQueue(2859): processNextBroadcast log test
07-24 10:58:42.270: I/OTC-TopNotificationController(6033): Showing Insights Notifications
07-24 10:58:42.310: I/TimeManager(3090): receiver action = android.intent.action.CONFIGURATION_CHANGED
07-24 10:58:42.330: I/CpuGovernorPolicy(3435): gpu draw
07-24 10:58:42.340: I/TimeManager(3090): hand message 1
07-24 10:58:42.340: I/TimeManager(3090): notify time change. size = 3
07-24 10:58:42.350: W/Binder(3326): Caught a RuntimeException from the binder stub implementation.
07-24 10:58:42.350: W/Binder(3326): java.lang.NullPointerException
07-24 10:58:42.350: W/Binder(3326): at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
07-24 10:58:42.350: W/Binder(3326): at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
07-24 10:58:42.350: W/Binder(3326): at android.os.Binder.execTransact(Binder.java:404)
07-24 10:58:42.350: W/Binder(3326): at dalvik.system.NativeStart.run(Native Method)
07-24 10:58:42.350: W/System.err(3326): java.lang.NullPointerException
07-24 10:58:42.350: W/System.err(3326): at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
07-24 10:58:42.350: W/System.err(3326): at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
07-24 10:58:42.350: W/System.err(3326): at android.os.Binder.execTransact(Binder.java:404)
07-24 10:58:42.350: W/System.err(3326): at dalvik.system.NativeStart.run(Native Method)
07-24 10:58:44.430: E/BroadcastQueue(2859): processNextBroadcast log test
07-24 10:58:44.670: E/BroadcastQueue(2859): processNextBroadcast log test
07-24 10:58:44.680: E/BroadcastQueue(2859): processNextBroadcast log test
...全文
710 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
a13519521967 2016-01-14
  • 打赏
  • 举报
回复
我也碰到这个问题,不过发现没图片就没事。可我要查看图片怎么办呢
yhjlsy123 2015-10-16
  • 打赏
  • 举报
回复
解决了吗?这个问题我也碰到了

80,350

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧