记录
hqdoremi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Merge
xmlns:tools="http://schemas.android.com/tools" android:id="@+id/container" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#00ff00" >原创 2014-09-25 14:56:27 · 735 阅读 · 0 评论 -
UncaughtExceptionHandler
如果使用默认的UncaughtHandler,则崩溃后会弹出 系统的『XX应用停止运行』对话框 自定义 unCaughtExceptionHandler Thread.setDefaultUncaughtExceptionHandler(new ExceptionHandler()); public class ExceptionHandler implements Thread转载 2015-12-25 11:15:04 · 1111 阅读 · 0 评论
分享