add more logging to unroutable jingle messages
This commit is contained in:
parent
860723810b
commit
c9b80254e4
|
@ -486,7 +486,7 @@ public class JingleConnectionManager extends AbstractConnectionManager {
|
||||||
} else {
|
} else {
|
||||||
Log.d(
|
Log.d(
|
||||||
Config.LOGTAG,
|
Config.LOGTAG,
|
||||||
account.getJid().asBareJid()
|
account.getJid()
|
||||||
+ ": retrieved out of order jingle message from "
|
+ ": retrieved out of order jingle message from "
|
||||||
+ from
|
+ from
|
||||||
+ message
|
+ message
|
||||||
|
|
|
@ -1377,6 +1377,7 @@ public class JingleRtpConnection extends AbstractJingleConnection
|
||||||
id.account.getJid().asBareJid()
|
id.account.getJid().asBareJid()
|
||||||
+ ": unable to transition to accept because already in state="
|
+ ": unable to transition to accept because already in state="
|
||||||
+ this.state);
|
+ this.state);
|
||||||
|
Log.d(Config.LOGTAG, id.account.getJid() + ": received accept from " + from);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Log.d(
|
Log.d(
|
||||||
|
|
Loading…
Reference in a new issue