add more logging to unroutable jingle messages

This commit is contained in:
Daniel Gultsch 2023-09-30 15:56:00 +02:00
parent 860723810b
commit c9b80254e4
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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(