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

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

am 063d02bb: Merge "SipService: turn off verbose logging" into gingerbread

Merge commit '063d02bb' into gingerbread-plus-aosp

* commit '063d02bb':
  SipService: turn off verbose logging
parents efb8b427 063d02bb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ import javax.sip.SipException;
 */
public final class SipService extends ISipService.Stub {
    private static final String TAG = "SipService";
    private static final boolean DEBUGV = false;
    private static final boolean DEBUG = true;
    private static final boolean DEBUG_TIMER = DEBUG && false;
    private static final int EXPIRY_TIME = 3600;
@@ -597,7 +598,7 @@ public final class SipService extends ISipService.Stub {
                if (notCurrentSession(session)) return;

                session = session.duplicate();
                if (DEBUG) Log.d(TAG, "~~~ keepalive");
                if (DEBUGV) Log.v(TAG, "~~~ keepalive");
                mTimer.cancel(this);
                session.sendKeepAlive();
                if (session.isReRegisterRequired()) {