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

Commit c688d336 authored by Bjorn Bringert's avatar Bjorn Bringert Committed by Android Git Automerger
Browse files

am 74612539: am c8170ee2: am 75370e74: Merge "Fixing: RecognitionService...

am 74612539: am c8170ee2: am 75370e74: Merge "Fixing: RecognitionService logcat spam "cancel called..."" into froyo
parents 92f6eda5 74612539
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public abstract class RecognitionService extends Service {

    private void dispatchCancel(IRecognitionListener listener) {
        if (mCurrentCallback == null) {
            Log.w(TAG, "cancel called with no preceding startListening - ignoring");
            if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
        } else if (mCurrentCallback.mListener.asBinder() != listener.asBinder()) {
            Log.w(TAG, "cancel called by client who did not call startListening - ignoring");
        } else { // the correct state