当前位置:
代码迷
>>
Android
>> threadid=一: thread exiting with uncaught exception (group=0x416a1498)
详细解决方案
threadid=一: thread exiting with uncaught exception (group=0x416a1498)
热度:
96
发布时间:
2016-04-28 06:10:26.0
threadid=1: thread exiting with uncaught exception (group=0x416a1498)
求大神帮忙看下这是怎么回事?谢谢
------解决方案--------------------
Cursor 操作时,记得try catch finally
把下面这段放在 catch 和 finally 里。
if(cursor!=null){
cursor.close();
cursor = null;
}
查看全文
相关解决方案
大伙平时用到ATG么(Art Technology Group)
thread(线程)中用spring注入不成功有关问题
GWT 报错,能的请进: com.google.gwt.event.shared.UmbrellaException: Exception caught: Se
null id in com.bsw.gms.hibernate.pojo.Score entry (don't flush the Session after an exception occurs,该怎么解决
急问:S60,eclipse,打开模拟器总是提示“unhandled exception.Close application?该如何解决
Thread.sleep() 与 Thread.currentThread().sleep()差异
Which methods guarantee that a thread will leave the running state解决方案
java thread wait的用法解决方案
捕获异常(尽量别直接捕获System.Exception)
为什么基于对话框的程序出现了first-Chance exception in NTDLL.dll解决思路
水晶报表,分组后 group header 和group footer同时显示(急求,谢谢)
throw new Exception("不得为空");如何换行
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'FreeTextBox' or one of its dependencies. 磁盘空间不足,该如何解决
throw new Exception("Message.")什么意思?该如何处理
查询的结果集里包含有特殊字符会造成timeout exception?解决思路
问个 group 的 select 语句,大家看看那里错了解决方法
如何获取最后一个 Exception
已经终止了IIS ,为什么application_end()没有执行 thread.Abort(),线程还在执行?
急 group by 有关问题
異常處理,catch(Exception ex)中的ex.Message怎樣在alert中調用到?解决思路
linq to entity ,GROUP BY having解决方案
sql体现超长(This SQL offer threw the timeout exception)
exception specification list mismatch解决思路
关于First-chance exception in BREW_Simulator.exe (BREWAPP.DLL): 0xC0000005: Access Violation.的有关问题
关于MTK的错误(exception)分析
Processor ARM79_0 raised an exception.Cause: Undefined instruction,该如何处理
AIX下的weblogic814 thread count参数该如何设置
Servlet failed with Exception,java.lang.NullPointerException。求好手帮忙急
请问SAP中 怎么使用FUNC. GROUP(函数组)
fastdb "group by time"查询一组时间,该怎么处理