Project

General

Profile

Feature #259 » log.txt

syslog excerpt for reconnection crash - Eugene Crosser, 06/02/2010 11:39 AM

 
1
D/AndroidRuntime(20643): Shutting down VM
2
W/dalvikvm(20643): threadid=3: thread exiting with uncaught exception (group=0x4001b390)
3
E/AndroidRuntime(20643): Uncaught handler: thread main exiting due to uncaught exception
4
E/AndroidRuntime(20643): java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.SCREEN_ON flg=0x40000000 } in com.beem.project.beem.BeemService$BeemServiceBroadcastReceiver@463c79d8
5
E/AndroidRuntime(20643): 	at android.app.ActivityThread$PackageInfo$ReceiverDispatcher$Args.run(ActivityThread.java:771)
6
E/AndroidRuntime(20643): 	at android.os.Handler.handleCallback(Handler.java:587)
7
E/AndroidRuntime(20643): 	at android.os.Handler.dispatchMessage(Handler.java:92)
8
E/AndroidRuntime(20643): 	at android.os.Looper.loop(Looper.java:123)
9
E/AndroidRuntime(20643): 	at android.app.ActivityThread.main(ActivityThread.java:4595)
10
E/AndroidRuntime(20643): 	at java.lang.reflect.Method.invokeNative(Native Method)
11
E/AndroidRuntime(20643): 	at java.lang.reflect.Method.invoke(Method.java:521)
12
E/AndroidRuntime(20643): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
13
E/AndroidRuntime(20643): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
14
E/AndroidRuntime(20643): 	at dalvik.system.NativeStart.main(Native Method)
15
E/AndroidRuntime(20643): Caused by: java.lang.IllegalStateException: Not connected to server.
16
E/AndroidRuntime(20643): 	at org.jivesoftware.smack.XMPPConnection.sendPacket(XMPPConnection.java:475)
17
E/AndroidRuntime(20643): 	at com.beem.project.beem.service.XmppConnectionAdapter.changeStatusAndPriority(XmppConnectionAdapter.java:302)
18
E/AndroidRuntime(20643): 	at com.beem.project.beem.service.XmppConnectionAdapter.changeStatus(XmppConnectionAdapter.java:311)
19
E/AndroidRuntime(20643): 	at com.beem.project.beem.BeemService$BeemServiceBroadcastReceiver.onReceive(BeemService.java:457)
20
E/AndroidRuntime(20643): 	at android.app.ActivityThread$PackageInfo$ReceiverDispatcher$Args.run(ActivityThread.java:760)
21
E/AndroidRuntime(20643): 	... 9 more
22
I/Process (   75): Sending signal. PID: 20643 SIG: 3
23
I/dalvikvm(20643): threadid=7: reacting to signal 3
24
I/dalvikvm(20643): Wrote stack trace to '/data/anr/traces.txt'
25

    
(4-4/14)