Lines Matching refs:Slog

42 import android.util.Slog;
120 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size());
145 Slog.w(TAG, "Passed in bad data to startGenericRecognition().");
152 Slog.w(TAG, "Irrecoverable error occurred, check UUID / sound model data.");
178 Slog.d(TAG, "startKeyphraseRecognition for keyphraseId=" + keyphraseId
181 Slog.d(TAG, "moduleProperties=" + mModuleProperties);
187 Slog.e(TAG, "Generic model with same UUID exists.");
218 Slog.w(TAG, "Unable to stop or unload previous model: " +
242 Slog.w(TAG, "Attempting startRecognition without the capability");
248 Slog.w(TAG, "startRecognition cannot attach to sound trigger module");
282 Slog.w(TAG, "Unable to stop or unload previous model: " +
291 Slog.w(TAG, "Canceling previous recognition for model id: " +
296 Slog.w(TAG, "RemoteException in onDetectionStopped", e);
307 Slog.w(TAG, "loadSoundModel call failed with " + status);
311 Slog.w(TAG, "loadSoundModel call returned invalid sound model handle");
316 Slog.d(TAG, "Sound model loaded with handle:" + handle[0]);
342 Slog.e(TAG, "Null callbackreceived for stopGenericRecognition() for modelid:" +
349 Slog.w(TAG, "Attempting stopRecognition on invalid model with id:" + modelId);
355 Slog.w(TAG, "stopGenericRecognition failed: " + status);
375 Slog.e(TAG, "Null callback received for stopKeyphraseRecognition() for keyphraseId:" +
382 Slog.e(TAG, "No model exists for given keyphrase Id " + keyphraseId);
387 Slog.d(TAG, "stopRecognition for keyphraseId=" + keyphraseId + ", callback =" +
389 Slog.d(TAG, "current callback=" + (modelData == null ? "null" :
414 Slog.w(TAG, "Attempting stopRecognition without the capability");
422 Slog.w(TAG, "Attempting stopRecognition without a successful startRecognition");
429 Slog.w(TAG, "Attempting stopRecognition for another recognition");
468 Slog.w(TAG, "stopRecognition failed: " + status);
474 Slog.d(TAG, "Unloading previously loaded stale model.");
478 Slog.w(TAG, "unloadSoundModel call failed with " + status);
505 Slog.w(TAG, "Stop recognition failed for keyphrase ID:" + status);
510 Slog.w(TAG, "unloadKeyphraseSoundModel call failed with " + status);
527 Slog.w(TAG, "Unload error: Attempting unload invalid generic model with id:" +
533 Slog.i(TAG, "Unload: Given generic model is not loaded:" + modelId);
540 Slog.w(TAG, "stopGenericRecognition failed: " + status);
546 Slog.w(TAG, "unloadGenericSoundModel() call failed with " + status);
547 Slog.w(TAG, "unloadGenericSoundModel() force-marking model as unloaded.");
561 Slog.w(TAG, "Null recognition event!");
567 Slog.w(TAG, "Invalid recognition event type (not one of generic or keyphrase)!");
571 if (DBG) Slog.d(TAG, "onRecognition: " + event);
603 Slog.w(TAG, "Generic recognition event: Model does not exist for handle: " +
610 Slog.w(TAG, "Generic recognition event: Null callback for model handle: " +
622 Slog.w(TAG, "RemoteException in onGenericSoundTriggerDetected", e);
627 Slog.w(TAG, "Generic recognition event: Null RecognitionConfig for model handle: " +
643 Slog.w(TAG, "Invalid sound model event!");
646 if (DBG) Slog.d(TAG, "onSoundModelUpdate: " + event);
655 if (DBG) Slog.d(TAG, "onServiceStateChange, state: " + state);
663 Slog.e(TAG, "onServiceDied!!");
701 Slog.w(TAG, "Recognition aborted");
711 Slog.w(TAG, "RemoteException in onRecognitionPaused", e);
717 Slog.w(TAG, "Recognition failure");
729 Slog.w(TAG, "Null RecognitionEvent received.");
735 Slog.w(TAG, "Invalid keyphrase recognition event!");
743 Slog.i(TAG, "Recognition success");
749 Slog.e(TAG, "Keyphase model data does not exist for ID:" + keyphraseId);
754 Slog.w(TAG, "Received onRecognition event without callback for keyphrase model.");
765 Slog.w(TAG, "RemoteException in onKeyphraseDetected", e);
838 if (DBG) Slog.d(TAG, "onCallStateChanged: " + state);
853 if (DBG) Slog.d(TAG, "onPowerSaveModeChanged: " + active);
897 Slog.w(TAG, "RemoteException sendErrorCallbacksToAllLocked for model handle " +
906 Slog.e(TAG, "forceStopAndUnloadModel", exception);
909 Slog.d(TAG, "Stopping previously started dangling model " + modelData.getHandle());
914 Slog.e(TAG, "Failed to stop model " + modelData.getHandle());
918 Slog.d(TAG, "Unloading previously loaded dangling model " + modelData.getHandle());
931 Slog.e(TAG, "Failed to unload model " + modelData.getHandle());
942 Slog.e(TAG, "UUID already used for non-generic model.");
1004 Slog.w(TAG, "startRecognition: Bad data passed in.");
1011 Slog.w(TAG, "startRecognition requested but not allowed.");
1018 Slog.w(TAG, "startRecognition failed with " + status);
1027 Slog.w(TAG, "RemoteException in onError", e);
1031 Slog.i(TAG, "startRecognition successful.");
1041 Slog.w(TAG, "RemoteException in onRecognitionResumed", e);
1046 Slog.d(TAG, "Model being started :" + modelData.toString());
1060 Slog.w(TAG, "stopRecognition call failed with " + status);
1068 Slog.w(TAG, "RemoteException in onError", e);
1081 Slog.w(TAG, "RemoteException in onRecognitionPaused", e);
1086 Slog.d(TAG, "Model being stopped :" + modelData.toString());
1094 Slog.i(TAG, "Model :" + modelData.toString());