Some logs were showing meaningless informations:
* The ratio between candidates->len and task_info_app_array->len, which
are the same.
* The Number of processes which are added to the candidate, which is
same as the number of processes passed to the governor.
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
g_array_append_val(candidates, task);
}
- _D("[LMK] Apps candidates ratio=%d/%d", candidates->len, task_info_app_array->len);
-
if (!candidates->len)
return 0;
struct task_info, i);
g_array_append_val(candidates, task);
}
- _D("[LMK] %d processes were added to candidates", task_info_proc_array->len);
}
g_array_sort_with_data(candidates, (GCompareDataFunc)compare_victims,