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

Commit 832ca854 authored by Chenjie Luo's avatar Chenjie Luo Committed by Android Git Automerger
Browse files

am 275023b8: am f5c69f46: am 91853a71: Merge "Remove extra logging with privacy info" into mnc-dev

* commit '275023b8':
  Remove extra logging with privacy info
parents 3402d14e 275023b8
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);
        }