From 58f17555f417bcba833fd62f87922a2e2abe1fef Mon Sep 17 00:00:00 2001 From: Unsung Lee Date: Mon, 1 Jul 2024 15:21:16 +0900 Subject: [PATCH] cpu-boosting: Remove meaningless but frequent called log 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 --- src/resource-optimizer/cpu/cpu-boosting.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resource-optimizer/cpu/cpu-boosting.c b/src/resource-optimizer/cpu/cpu-boosting.c index de4235b..88f0fed 100644 --- a/src/resource-optimizer/cpu/cpu-boosting.c +++ b/src/resource-optimizer/cpu/cpu-boosting.c @@ -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) -- 2.7.4