摘要:
public class UEHandler implements Thread.UncaughtExceptionHandler { private MyApp softApp; private Context context; public UEHandler(MyApp app,Context context) { softApp = app; this.context = context; } public void uncaughtException(Thread thread, Throwable ex) { ... 阅读全文
posted @ 2013-01-29 11:36
蓼蓝的梦想
阅读(383)
评论(0)
推荐(0)
浙公网安备 33010602011771号