more detailed logging
This commit is contained in:
parent
5e4b55a0ff
commit
88523bbb50
|
@ -117,8 +117,7 @@ public class IqParser extends AbstractParser implements OnIqPacketReceived {
|
||||||
Integer id = Integer.valueOf(device.getAttribute("id"));
|
Integer id = Integer.valueOf(device.getAttribute("id"));
|
||||||
deviceIds.add(id);
|
deviceIds.add(id);
|
||||||
} catch (NumberFormatException e) {
|
} catch (NumberFormatException e) {
|
||||||
Log.e(Config.LOGTAG, AxolotlService.LOGPREFIX+" : "+"Encountered nvalid <device> node in PEP:" + device.toString()
|
Log.e(Config.LOGTAG, AxolotlService.LOGPREFIX+" : "+"Encountered invalid <device> node in PEP ("+e.getMessage()+"):" + device.toString()+ ", skipping...");
|
||||||
+ ", skipping...");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue