Merge "profcollectd: allow to request wakelock from system_suspend."

This commit is contained in:
Yabin Cui 2022-02-18 16:16:01 +00:00 committed by Gerrit Code Review
commit 2f2ff42a24

View file

@ -52,6 +52,9 @@ userdebug_or_eng(`
binder_call(profcollectd, system_server)
add_service(profcollectd, profcollectd_service)
# Allow profcollectd to request wakelock from system-suspend.
wakelock_use(profcollectd)
# Allow to temporarily lift the kptr_restrict setting and get kernel start address
# by reading /proc/kallsyms, get module start address by reading /proc/modules.
set_prop(profcollectd, lower_kptr_restrict_prop)