Created
January 31, 2010 01:57
-
-
Save ge0rg/290840 to your computer and use it in GitHub Desktop.
System.setProperty("smack.debugEnabled", "true");
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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