Skip to content

Instantly share code, notes, and snippets.

@ge0rg
Created January 31, 2010 01:57
Show Gist options
  • Save ge0rg/290840 to your computer and use it in GitHub Desktop.
Save ge0rg/290840 to your computer and use it in GitHub Desktop.
System.setProperty("smack.debugEnabled", "true");
01-31 02:55:30.303 1597 1597 I MainWindow: getConnectionState(): 1
01-31 02:55:30.783 1597 1606 I global : Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
01-31 02:55:30.803 1597 1606 I global : Default buffer size used in BufferedWriter constructor. It would be better to be explicit if an 8k-char buffer is required.
01-31 02:55:30.823 1597 1606 W System.err: java.lang.NoSuchMethodException: AndroidDebugger(XMPPConnection,Writer,Reader)
01-31 02:55:30.833 1597 1606 W System.err: at java.lang.Class.getMatchingConstructor(Class.java:674)
01-31 02:55:30.833 1597 1606 W System.err: at java.lang.Class.getConstructor(Class.java:486)
01-31 02:55:30.843 1597 1606 W System.err: at org.jivesoftware.smack.XMPPConnection.initReaderAndWriter(XMPPConnection.java:1095)
01-31 02:55:30.843 1597 1606 W System.err: at org.jivesoftware.smack.XMPPConnection.initConnection(XMPPConnection.java:920)
01-31 02:55:30.843 1597 1606 W System.err: at org.jivesoftware.smack.XMPPConnection.connectUsingConfiguration(XMPPConnection.java:904)
01-31 02:55:30.843 1597 1606 W System.err: at org.jivesoftware.smack.XMPPConnection.connect(XMPPConnection.java:1415)
01-31 02:55:30.843 1597 1606 W System.err: at org.yaxim.androidclient.service.SmackableImp.tryToConnect(SmackableImp.java:134)
01-31 02:55:30.843 1597 1606 W System.err: at org.yaxim.androidclient.service.SmackableImp.doConnect(SmackableImp.java:71)
01-31 02:55:30.843 1597 1606 W System.err: at org.yaxim.androidclient.service.XMPPService$3.run(XMPPService.java:261)
01-31 02:55:30.873 1597 1606 W dalvikvm: threadid=15: thread exiting with uncaught exception (group=0x4001e170)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment