Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df08c2f0 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Android Git Automerger
Browse files

am 692cac9f: SipHelper: add debug log for challenge responses.

Merge commit '692cac9f' into gingerbread-plus-aosp

* commit '692cac9f':
  SipHelper: add debug log for challenge responses.
parents 6d1321f0 692cac9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -238,6 +238,8 @@ class SipHelper {
        ClientTransaction tid = responseEvent.getClientTransaction();
        ClientTransaction ct = authenticationHelper.handleChallenge(
                responseEvent.getResponse(), tid, mSipProvider, 5);
        if (DEBUG) Log.d(TAG, "send request with challenge response: "
                + ct.getRequest());
        ct.sendRequest();
        return ct;
    }