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

Commit ba425847 authored by Sailesh Nepal's avatar Sailesh Nepal
Browse files

Fix missing argument in BluetoothRouteManager logging

Change-Id: I557a95b723a5da2dcdcf71b41633bc7792d5f885
parent 15bd6917
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -688,7 +688,8 @@ public class BluetoothRouteManager extends StateMachine {
                    address, actualAddress);
        }
        if (actualAddress != null && !connectAudio(actualAddress)) {
            Log.w(LOG_TAG, "Could not connect to %s. Will %s", shouldRetry ? "retry" : "not retry");
            Log.w(LOG_TAG, "Could not connect to %s. Will %s",
                actualAddress, shouldRetry ? "retry" : "not retry");
            if (shouldRetry) {
                SomeArgs args = SomeArgs.obtain();
                args.arg1 = Log.createSubsession();