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

Commit 71f01026 authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Fix the BTAA init flag format to ensure its value is properly parsed

Tag: #feature
Bug: 182283555
Test: cert/run --host
Change-Id: Iaffc4032d3677316441f7cf3252f5b471aa1c729
parent 733e881a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3321,7 +3321,7 @@ public class AdapterService extends Service {
                    debugLoggingDisabledTags));
        }
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH, BTAA_HCI_LOG_FLAG, false)) {
            initFlags.add(BTAA_HCI_LOG_FLAG);
            initFlags.add(String.format("%s=%s", BTAA_HCI_LOG_FLAG, "true"));
        }
        return initFlags.toArray(new String[0]);
    }