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

Commit 77d9e8a3 authored by Chenjie Luo's avatar Chenjie Luo
Browse files

Remove extra logging with privacy info

Bug: 22075764
Change-Id: Id2f1c0d1660abd0c18de46c64596fc1a17b974ce
parent 63ad1e26
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);
        }