[0.2.130] Add LEAVE log for debug 84/246784/1 submit/tizen/20201104.065942
authorGilbok Lee <gilbok.lee@samsung.com>
Wed, 4 Nov 2020 06:56:30 +0000 (15:56 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Wed, 4 Nov 2020 06:56:30 +0000 (15:56 +0900)
Change-Id: I594e4948f3fe5359612c986d4ee793cfccf0a960

muse/src/muse_player_dispatcher.c

index 39207d0..11e20a9 100644 (file)
@@ -65,8 +65,10 @@ static int player_cmd_create_server_ack(muse_module_h module)
        int ret = PLAYER_ERROR_NONE;
 
        LOGD("ENTER");
+
        PLAYER_SEND_CREATE_ACK(module, ret);
 
+       LOGD("LEAVE");
        return ret;
 }
 
@@ -78,6 +80,7 @@ static int player_cmd_resource_not_available(muse_module_h module)
 
        PLAYER_RETURN_MSG(api, ret, module);
 
+       LOGD("LEAVE");
        return PLAYER_ERROR_NONE;
 }