本帖最后由 zj497087731 于 2010-06-22 15:05:17 编辑

解决方案 »

  1.   

    要看LogCat日志可能知道具体的错误!
    你给的错误信息太简单了!
      

  2.   

    06-22 08:29:19.826: DEBUG/AndroidRuntime(659): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
    06-22 08:29:19.836: DEBUG/AndroidRuntime(659): CheckJNI is ON
    06-22 08:29:20.395: DEBUG/AndroidRuntime(659): --- registering native functions ---
    06-22 08:29:21.206: DEBUG/ddm-heap(659): Got feature list request
    06-22 08:29:22.285: DEBUG/AndroidRuntime(659): Shutting down VM
    06-22 08:29:22.297: DEBUG/dalvikvm(659): DestroyJavaVM waiting for non-daemon threads to exit
    06-22 08:29:22.305: DEBUG/dalvikvm(659): DestroyJavaVM shutting VM down
    06-22 08:29:22.305: DEBUG/dalvikvm(659): HeapWorker thread shutting down
    06-22 08:29:22.315: DEBUG/dalvikvm(659): HeapWorker thread has shut down
    06-22 08:29:22.315: ERROR/AndroidRuntime(659): ERROR: thread attach failed
    06-22 08:29:22.326: DEBUG/jdwp(659): JDWP shutting down net...
    06-22 08:29:22.326: INFO/dalvikvm(659): Debugger has detached; object registry had 1 entries
    06-22 08:29:22.336: DEBUG/dalvikvm(659): VM cleaning up
    06-22 08:29:22.405: DEBUG/dalvikvm(659): LinearAlloc 0x0 used 629532 of 5242880 (12%)
    06-22 08:29:23.234: DEBUG/AndroidRuntime(667): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
    06-22 08:29:23.246: DEBUG/AndroidRuntime(667): CheckJNI is ON
    06-22 08:29:23.695: DEBUG/AndroidRuntime(667): --- registering native functions ---
    06-22 08:29:24.456: DEBUG/ddm-heap(667): Got feature list request
    06-22 08:29:25.516: INFO/ActivityManager(60): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.andorid.weibo/.Login }
    06-22 08:29:25.545: DEBUG/AndroidRuntime(667): Shutting down VM
    06-22 08:29:25.556: DEBUG/dalvikvm(667): DestroyJavaVM waiting for non-daemon threads to exit
    06-22 08:29:25.566: ERROR/AndroidRuntime(667): ERROR: thread attach failed
    06-22 08:29:25.575: DEBUG/dalvikvm(667): DestroyJavaVM shutting VM down
    06-22 08:29:25.586: DEBUG/dalvikvm(667): HeapWorker thread shutting down
    06-22 08:29:25.596: DEBUG/dalvikvm(667): HeapWorker thread has shut down
    06-22 08:29:25.596: DEBUG/jdwp(667): JDWP shutting down net...
    06-22 08:29:25.596: INFO/dalvikvm(667): Debugger has detached; object registry had 1 entries
    06-22 08:29:25.606: DEBUG/dalvikvm(667): VM cleaning up
    06-22 08:29:25.685: DEBUG/dalvikvm(667): LinearAlloc 0x0 used 639500 of 5242880 (12%)
    老大,这是所有信息了。。
      

  3.   

    JNI出错。06-22 08:29:19.836: DEBUG/AndroidRuntime(659): CheckJNI is ON
    06-22 08:29:20.395: DEBUG/AndroidRuntime(659): --- registering native functions ---
    06-22 08:29:21.206: DEBUG/ddm-heap(659): Got feature list request
    06-22 08:29:22.285: DEBUG/AndroidRuntime(659): Shutting down VM
    具体得看代码了,是不是登陆围脖的客户端调用了底层代码,底层代码crash了