mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
The logcat spam from perfd when the kernel doesn't have everything it wants destroys logcats and creates excessive logd overhead from the sheer number of logs it prints. Block perfd from writing to the logd socket so that it cannot write to logcat at all. This way, all perfd attempts to write to logcat are killed early on before they can incur overhead, which solves the excessive logd overhead problem. Change-Id: I9489c5eb8c041b998affd154d1beca82459b5fcc Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>