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 {
|
||||
Log.d(
|
||||
Config.LOGTAG,
|
||||
account.getJid().asBareJid()
|
||||
account.getJid()
|
||||
+ ": retrieved out of order jingle message from "
|
||||
+ from
|
||||
+ message
|
||||
|
|
|
@ -1377,6 +1377,7 @@ public class JingleRtpConnection extends AbstractJingleConnection
|
|||
id.account.getJid().asBareJid()
|
||||
+ ": unable to transition to accept because already in state="
|
||||
+ this.state);
|
||||
Log.d(Config.LOGTAG, id.account.getJid() + ": received accept from " + from);
|
||||
}
|
||||
} else {
|
||||
Log.d(
|
||||
|
|
Loading…
Reference in a new issue