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

Commit 7c156f68 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 469a840f d7d9791f
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.");
            }
        }
    }