blob: c37772850f8fa813bcfcf021931a0ca7ed88fc47 [file] [log] [blame]
service profcollectd /system/bin/profcollectd
class late_start
disabled
oneshot
user root
group root wakelock
task_profiles ServiceCapacityLow
on property:persist.device_config.profcollect_native_boot.enabled=true
start profcollectd
on property:persist.profcollectd.enabled_override=true
start profcollectd
on post-fs-data
# Create directory for profcollectd.
mkdir /data/misc/profcollectd 0770 shell shell
mkdir /data/misc/profcollectd/trace 0770 shell shell
mkdir /data/misc/profcollectd/output 0770 shell shell
mkdir /data/misc/profcollectd/report 0770 shell shell