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

Commit ce6b10f8 authored by Dylan Tian's avatar Dylan Tian
Browse files

Minor change to prevent unnecessary error log.

Tag: #stability
Bug: 233578888
Test: make, no functional change
Change-Id: I2b97db12a15f92cc4e0b909f9c3d8a515c27692a
parent c141c9bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ class PhonePolicy {
                    break;
                case BluetoothDevice.ACTION_ACL_CONNECTED:
                    mHandler.obtainMessage(MESSAGE_DEVICE_CONNECTED, intent).sendToTarget();
                    break;
                default:
                    Log.e(TAG, "Received unexpected intent, action=" + action);
                    break;