From fb4f7acefb31a51679cec194562c7aeb3922f728 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 14 Mar 2013 14:27:38 -0700 Subject: [PATCH] Add symlink to bugreport storage location. Change-Id: I16f024c24767cfa1f5800d568d39fb098a408127 --- rootdir/init.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 832c3f23c..257407a23 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..rc file, you # must uncomment this line, otherwise encrypted filesystems # won't work.