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

Commit d7d9791f authored by Myles Watson's avatar Myles Watson
Browse files

ProfileService: Report error when start() returns false

Test: build
Change-Id: Icc1183a6dc5fdce6e15dd3a477448ad02544ac76
parent 469a840f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ public abstract class ProfileService extends Service {
            if (!mStartError) {
                notifyProfileServiceStateChanged(BluetoothAdapter.STATE_ON);
            } else {
                Log.e(mName, "Error starting profile. BluetoothAdapter is null");
                Log.e(mName, "Error starting profile. start() returned false.");
            }
        }
    }