diff options
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 84e8799..e545170 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -237,6 +237,11 @@ on post-fs-data # We restorecon /data in case the userdata partition has been reset. restorecon /data + # Start bootcharting as soon as possible after the data partition is + # mounted to collect more data. + mkdir /data/bootchart 0755 shell shell + bootchart_init + # Avoid predictable entropy pool. Carry over entropy from previous boot. copy /data/system/entropy.dat /dev/urandom |