diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-03-14 14:27:38 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2013-03-14 14:27:38 -0700 |
commit | fb4f7acefb31a51679cec194562c7aeb3922f728 (patch) | |
tree | 7d605b3cceb20e18285ad23057b17830fcdff865 /rootdir | |
parent | 91535cff09af5b0181bffe64e97dcae9d24ba219 (diff) | |
download | system_core-fb4f7acefb31a51679cec194562c7aeb3922f728.zip system_core-fb4f7acefb31a51679cec194562c7aeb3922f728.tar.gz system_core-fb4f7acefb31a51679cec194562c7aeb3922f728.tar.bz2 |
Add symlink to bugreport storage location.
Change-Id: I16f024c24767cfa1f5800d568d39fb098a408127
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 832c3f2..257407a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -243,6 +243,9 @@ on post-fs-data # the following directory. mkdir /data/drm 0770 drm drm + # symlink to bugreport storage location + symlink /data/data/com.android.shell/files/bugreports /data/bugreports + # If there is no fs-post-data action in the init.<device>.rc file, you # must uncomment this line, otherwise encrypted filesystems # won't work. |