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

Commit b5ac7f5c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6420531 from a4ad5d7321c148ca516014c3eca4c0a7e44a6f35 to sc-release

Change-Id: I15a77a0e5890eeb3c41a75b6953b225c75d46183
parents 03d9329a 563810df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -367,7 +367,7 @@ public final class BluetoothPan implements BluetoothProfile {
        final IBluetoothPan service = getService();
        if (service != null && isEnabled()) {
            try {
                service.setBluetoothTethering(value, pkgName);
                service.setBluetoothTethering(value, pkgName, mContext.getAttributionTag());
            } catch (RemoteException e) {
                Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
            }