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

Commit 692cac9f authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

SipHelper: add debug log for challenge responses.

Change-Id: If0143a0f076ef30b1b8998e477df933923bfa7b1
parent 6b8bdaa9
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;
    }