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

Commit 91853a71 authored by Chenjie Luo's avatar Chenjie Luo Committed by Android (Google) Code Review
Browse files

Merge "Remove extra logging with privacy info" into mnc-dev

parents 12ce369e 77d9e8a3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -577,7 +577,6 @@ public class AtPhonebook {
            record = "+CPBR: " + index + ",\"" + number + "\"," + regionType + ",\"" + name + "\"";
            record = record + "\r\n\r\n";
            atCommandResponse = record;
            log("processCpbrCommand - atCommandResponse = "+atCommandResponse);
            mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device));
            if (!pbr.cursor.moveToNext()) {
                break;
+0 −4
Original line number Diff line number Diff line
@@ -770,8 +770,6 @@ final class HeadsetClientStateMachine extends StateMachine {
    }

    private void updateClip(String number) {
        Log.d(TAG, "updateClip number: " + number);

        BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);

        if (c == null) {
@@ -791,8 +789,6 @@ final class HeadsetClientStateMachine extends StateMachine {
    }

    private void addCallWaiting(String number) {
        Log.d(TAG, "addCallWaiting number: " + number);

        if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null) {
            addCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING, number);
        }