diff options
author | Jeff Sharkey <jsharkey@android.com> | 2016-02-19 15:51:29 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2016-02-19 15:51:42 -0700 |
commit | 002aecf6e8eda5d5affe412e20a22458c371a355 (patch) | |
tree | eb6f471728d064e21146b1ea65e00fa292bf00c4 /rootdir/init.rc | |
parent | dab56737ca898d913c79c4ded76d78d8b3f5ffa3 (diff) |
Temporary fix for bugreport symlink.
Bug: 27262109
Change-Id: I011da38f8ad1eeaf717dc03a0fb6f9fdc5654c4c
Diffstat (limited to 'rootdir/init.rc')
-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 faae48efb..0673255d9 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -400,6 +400,7 @@ on post-fs-data mkdir /data/anr 0775 system system # symlink to bugreport storage location + rm /data/bugreports symlink /data/user_de/0/com.android.shell/files/bugreports /data/bugreports # Separate location for storing security policy files on data |