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

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

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

Merge commit 'df08c2f0'

* commit 'df08c2f0':
  SipHelper: add debug log for challenge responses.
parents 40e7a627 df08c2f0
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;
    }