我有几个AsyncTask工作线程,并且在运行时,其中一个在
Eclipse中显示为“异常RuntimeException”.我无法找到异常的原因,甚至找不到正在运行的线程/代码.
我所看到的只是Thread 11,AsyncTask#2.在下面,它说:
Thread.run() line: 1096 ThreadPoolExecutor$Worker.run() line: 561 ThreadPoolExecutor.runWorker(ThreadPoolExecutor$Worker) line: 1086
解决方法
I do not see anything about an exception in my LogCat either.
程序可能会暂停,您无法使用Eclipse调试程序恢复它.只有在那之后才能在控制台中显示异常.