From 9c0437fba7357ae4abe70b540468799df3bfdbd3 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Tue, 7 Apr 2015 16:44:08 -0700 Subject: [PATCH] Create /data/system/heapdump for system_server Bug: 20073185 Change-Id: I6fd83d33da33d048fdd6b07fa1f675ecb4f4eb2c --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index cda79cec1..0edb984e6 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -311,6 +311,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.