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

Commit ca4815aa authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "ProfileService: Report error when start() returns false"

am: 7c156f68

Change-Id: I177d39402d73ed77a7b38a0452c2cd3ed356f1c9
parents 89f72751 7c156f68
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.");
            }
        }
    }