This error occurs when the stop and destroy functions are closed.
threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.350: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.370: W/SignalStrength(524): getLevel=307-30 10:46:28.370: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.410: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.440: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.460: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.510: E/dalvikvm(17074): GC_CONCURRENT freed 409K, 15% free 12486K/14535K, paused 12ms+2ms, total 39ms07-30 10:46:28.520: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.540: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.560: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.590: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.610: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.630: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.660: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.680: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.700: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.760: E/dalvikvm(17074): GC_CONCURRENT freed 546K, 12% free 12803K/14535K, paused 11ms+2ms, total 49ms07-30 10:46:28.850: E/dalvikvm(427): GC_EXPLICIT freed 630K, 52% free 13026K/26887K, paused 4ms+7ms, total 88ms07-30 10:46:28.850: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.870: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.900: W/dalvikvm(17074): threadid=17: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:28.940: W/dalvikvm(17074): threadid=15: thread exiting with uncaught exception (group=0x4102e438)07-30 10:46:42.750: E/InputDispatcher(427): channel '4197f7f8 com.sunbriddata.inspectteminal.activity/com.sunbriddata.inspectteminal.activity.HomePage (server)' ~ Channel is unrecoverably broken and will be disposed!
Cause of error: for the first time, I used the service method on the main interface to perform version update detection. Later I switched to asynctask to perform the update detection directly. This is because I forgot to cancel some of the original code. Unregisterreceiver (reciver); this causes an error in canceling the broadcast receiver during ondestroy. No unexpected termination of the pop-up program, but the program is stuck when it exits, and the black screen is started directly. Because reciver is not initialized, an error is generated, but the program is exited, so no unexpected termination is reported.