diff options
author | Nick Kralevich <nnk@google.com> | 2015-01-30 17:48:24 -0800 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:21:34 +0200 |
commit | 00ed5c4c811fd2e257195a7f316eb438031c4c64 (patch) | |
tree | e8560f87c30faaa8fff1863115ca6b9948ff2d33 | |
parent | de233a1e6612dd444f39b396d23a9bcf55fbfa6a (diff) |
init: move /data/tombstone creation to system/core
Bug: https://code.google.com/p/android/issues/detail?id=93207
Change-Id: Ib65bc78e680cc79b44f8ab29b331db3af9a29d0e
-rwxr-xr-x | rootdir/init.qcom.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index af0e279..716dcde 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -272,7 +272,6 @@ on boot # msm specific files that need to be created on /data on post-fs-data - mkdir /data/tombstones 0771 system system mkdir /tombstones/modem 0771 system system mkdir /tombstones/lpass 0771 system system mkdir /tombstones/wcnss 0771 system system |