android Exception
点背
这个作者很懒,什么都没留下…
展开
-
RemoteView 异常
01-03 13:20:36.687: E/AndroidRuntime(8513): FATAL EXCEPTION: main01-03 13:20:36.687: E/AndroidRuntime(8513): android.app.RemoteServiceException: Bad notification posted from package com.zl: Couldn'...原创 2013-11-15 15:34:27 · 267 阅读 · 0 评论 -
Unable to launch com.* for service Intent { cmp=com.*/.* }: process is bad
最近的项目需要用到服务端收集客户端崩溃的详细异常log数据: 之前也做过,感觉很轻松,没想到遇到问题了,还纠结了半天: 以下是关键log日志05-04 20:28:42.409: W/ActivityManager(374): Process com.example.service has crashed too many times: killing!05-04 20:2...2014-05-04 21:20:14 · 2403 阅读 · 0 评论 -
android Service onStartCommand intent为null
03-02 17:15:44.770 536 778 W ActivityManager: Scheduling restart of crashed service ****/.service.WatchDogService in 5000ms03-02 17:15:44.770 536 778 W ActivityManager: Scheduling restar...原创 2014-03-03 14:53:24 · 247 阅读 · 0 评论 -
android.view.WindowManager$BadTokenExcept
DESCRIPTION: android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@424ce168 is not valid; is your activity running?at android.view.ViewRootImpl.setV...原创 2013-09-23 16:50:32 · 203 阅读 · 0 评论 -
点触TextView的时候不能滑动ViewPager
ViewPager + TextView + singleLine = true + gravity = center\center_horizontal == bug ViewPager 中的TextView 会消耗Event事件(当成onClick事件),导致点触TextView的时候不能滑动ViewPager...原创 2013-11-04 09:50:09 · 133 阅读 · 0 评论