by jagtap.jj1 » Wed Dec 10, 2008 2:09 pm
There is nothing in logcat, I mean error message is not getting logged by Log.e I think it not XMMPexception if it would have been then appl must handled it and there is no necessary to fore close appl.
LogCat :
I/ActivityManager( 50): Starting activity: Intent { action=android.intent.acti
on.MAIN categories={android.intent.category.LAUNCHER} flags=0x10200000 comp={org
.igloo.createacc/org.igloo.createacc.CreateAccount} }
I/ActivityManager( 50): Start proc org.igloo.createacc for activity org.igloo.
createacc/.CreateAccount: pid=283 uid=10040 gids={3003}
I/ActivityManager( 50): Displayed activity org.igloo.createacc/.CreateAccount:
1347 ms
I/ActivityManager( 50): Process org.igloo.createacc (pid 283) has died.
Now I am getting login by after setting xmppConCofig.setSASLAuthenticationEnabled(false);
Because m/c is slow so it might be the case that appl is not getting authenticated within five seconds . so it was throwing XMPPException.
But for creating account same errorr come and force to close application. Is there any tricks.
java-android developer