if (ret != MM_ERROR_NONE) {
handle->display_handle = temp;
- LOGE("[%s] Failed to display surface change :%d", __FUNCTION__, ret);
+ LOGE("Failed to display surface change: %d", ret);
} else {
if (type != PLAYER_DISPLAY_TYPE_NONE) {
handle->display_type = type;
- LOGI("[%s] video display has been changed- type :%d, addr : 0x%x", __FUNCTION__, handle->display_type, handle->display_handle);
+ LOGI("video display has been changed- type: %d, addr: %p", handle->display_type, handle->display_handle);
} else {
LOGI("NULL surface");
}
if (ret != MM_ERROR_NONE) {
handle->display_handle = temp;
if (ret == MM_ERROR_NOT_SUPPORT_API) {
- LOGE("[%s] change video sink is not available.", __FUNCTION__);
+ LOGE("change video sink is not available.");
ret = PLAYER_ERROR_NONE;
} else {
- LOGE("[%s] Failed to display surface change :%d", __FUNCTION__, ret);
+ LOGE("Failed to display surface change: %d", ret);
}
} else {
handle->display_type = type;
- LOGI("[%s] video display has been changed- type :%d, addr : 0x%x", __FUNCTION__, handle->display_type, handle->display_handle);
+ LOGI("video display has been changed- type: %d, addr: %p", handle->display_type, handle->display_handle);
}
}