am 74612539: am c8170ee2: am 75370e74: Merge "Fixing: RecognitionService logcat spam "cancel called..."" into froyo
This commit is contained in:
@@ -118,7 +118,7 @@ public abstract class RecognitionService extends Service {
|
|||||||
|
|
||||||
private void dispatchCancel(IRecognitionListener listener) {
|
private void dispatchCancel(IRecognitionListener listener) {
|
||||||
if (mCurrentCallback == null) {
|
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()) {
|
} else if (mCurrentCallback.mListener.asBinder() != listener.asBinder()) {
|
||||||
Log.w(TAG, "cancel called by client who did not call startListening - ignoring");
|
Log.w(TAG, "cancel called by client who did not call startListening - ignoring");
|
||||||
} else { // the correct state
|
} else { // the correct state
|
||||||
|
|||||||
Reference in New Issue
Block a user