The log show nothing about xmpp packets, try to enable smack debugging and set the log level in android studio to Verbose or debug and add e.printStackTrace(); to your catch block maybe it's not an xmpp exception.
catch (Exception e) {
e.printStackTrace();
}