commit | 4329c6e25400332d9002c978f460d21634a52453 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri May 01 22:11:51 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 01 22:11:52 2015 +0000 |
tree | d59c9854831f15c2e9f5a26e379dfb777a97efe4 | |
parent | 9b35b5feccd5ee914ca8538192c86cb28f65fa4d [diff] | |
parent | 6fdb6f5b8a95a5d6906d1af8bb895e41f109ad21 [diff] |
Merge "Invoke perfprofd daemon (only for userdebug/eng builds)."
diff --git a/rootdir/init.rc b/rootdir/init.rc index 3709b82..657ef16 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -643,3 +643,11 @@ class main disabled oneshot + +on property:ro.debuggable=1 + start perfprofd + +service perfprofd /system/xbin/perfprofd + disabled + user root + oneshot