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

Commit 011347ba authored by Xinying's avatar Xinying Committed by android-build-merger
Browse files

Remove DTMF codes on log

am: 0073fff1

Change-Id: I13dfa6f9106a25f182b8c5c96b163e9b82a4f66c
parents 65cb6b06 0073fff1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1575,7 +1575,7 @@ public class ImsCall implements ICall {
     * @param result the result message to send when done.
     */
    public void sendDtmf(char c, Message result) {
        logi("sendDtmf :: code=" + c);
        logi("sendDtmf :: ");

        synchronized(mLockObj) {
            if (mSession != null) {
@@ -1592,7 +1592,7 @@ public class ImsCall implements ICall {
     * @param c that represents the DTMF to send. '0' ~ '9', 'A' ~ 'D', '*', '#' are valid inputs.
     */
    public void startDtmf(char c) {
        logi("startDtmf :: code=" + c);
        logi("startDtmf :: ");

        synchronized(mLockObj) {
            if (mSession != null) {