diff options
author | Nick Kralevich <nnk@google.com> | 2015-04-08 01:06:59 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-08 01:06:59 +0000 |
commit | bd3212fd92470fa76577530fbc515c866755e722 (patch) | |
tree | 31e5005da6fe06511163660474395b3d863ada78 /rootdir | |
parent | 136a790a3a27214377bbde00455d4c66a0fcb16d (diff) | |
parent | 5056cdcdde4901fe667522cfebf3e1f9e1af3b3b (diff) | |
download | system_core-bd3212fd92470fa76577530fbc515c866755e722.zip system_core-bd3212fd92470fa76577530fbc515c866755e722.tar.gz system_core-bd3212fd92470fa76577530fbc515c866755e722.tar.bz2 |
am 5056cdcd: am 01190672: am de957955: Merge "Create /data/system/heapdump for system_server"
* commit '5056cdcdde4901fe667522cfebf3e1f9e1af3b3b':
Create /data/system/heapdump for system_server
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 4ff17e3..dd63cf4 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -318,6 +318,7 @@ on post-fs-data mkdir /data/media 0770 media_rw media_rw mkdir /data/ss 0700 system system mkdir /data/system 0775 system system + mkdir /data/system/heapdump 0700 system system mkdir /data/user 0711 system system # Reload policy from /data/security if present. |