cpu-boosting: Remove meaningless but frequent called log 22/313722/1
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 1 Jul 2024 06:21:16 +0000 (15:21 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Mon, 1 Jul 2024 07:12:21 +0000 (16:12 +0900)
Remove meaningless but frequent called (useless) log
when cpu stall event is monitored from kernel and the cpu stall handler is turned off.

Change-Id: I0a5dc1f96fdfd44f6662edadfad4a801cddc57d2
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/resource-optimizer/cpu/cpu-boosting.c

index de4235b..88f0fed 100644 (file)
@@ -385,8 +385,6 @@ void cpu_boosting_wakeup_cpu_boosting_thread(void)
        if (cpu_boosting_is_enabled_of_cpu_stall_handler())
                g_main_context_invoke(cpu_boosting_context,
                                cpu_boosting_governor_govern_request, NULL);
-       else
-               _I("[CPU-BOOSTING] CPU stall handler is turned off");
 }
 
 static cpu_boosting_level_e cpu_boosting_level_search(struct sched_attr attr)