Remove frequent called but not important debug log.
Change-Id: Ia6d7f49f03240ba8eeba7b1261ad7c64e71e055f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
ret = func(source_tid, dest_process, timeout_msec);
if (ret != RESOURCE_ERROR_NONE)
_E("[CPU-BOOSTING] Failed to inherit CPU boosting level");
- else
- _D("[CPU-BOOSTING] %s called successfully", __func__);
return ret;
}
ret = func(source_tid, dest_process);
if (ret != RESOURCE_ERROR_NONE)
_E("[CPU-BOOSTING] Failed to cancel CPU boosting inheritance");
- else
- _D("[CPU-BOOSTING] %s called successfully", __func__);
return ret;
}