static void __vc_mgr_notify_error(void *data);
static Eina_Bool __vc_mgr_notify_result(void *data);
+int __vc_mgr_cb_error(int reason, int daemon_pid, char* msg);
+
+
static const char* __vc_mgr_get_error_code(vc_error_e err)
{
switch (err) {
while (0 != ret) {
if (retry_count == 10) {
- SLOG(LOG_ERROR, TAG_VCM, "[ERROR] Fail to request hello !!");
+ SLOG(LOG_ERROR, TAG_VCM, "[ERROR] Fail to request hello !! send error to manager");
+ __vc_mgr_cb_error(VC_ERROR_TIMED_OUT, -1, "voice_framework.error.vcfw.connect_engine_fail");
return;
}