diff options
Diffstat (limited to 'rootdir/init.rc')
-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. |