summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2016-02-06 20:15:24 -0700
committerJeff Sharkey <jsharkey@android.com>2016-02-06 20:15:24 -0700
commitc457610e786f20b673796e2e875eb86df454c4f3 (patch)
tree767ea0b9333679ca3584233233669bf0bc083224
parentc895f11cf1c08ffc03234bc0a5c6b2cebda15ae3 (diff)
downloadcore-c457610e786f20b673796e2e875eb86df454c4f3.tar.gz
core-c457610e786f20b673796e2e875eb86df454c4f3.tar.bz2
core-c457610e786f20b673796e2e875eb86df454c4f3.zip
Follow migration of Shell app to DE storage.
The Shell app that stores bugreports now lives under DE storage for all devices, both FBE and non-FBE. Bug: 26668510 Change-Id: Iead1dcb98181a5caccf4d0c1e86de62abc6dc990
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 3a7aa1f73..e2ffe5db0 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -400,7 +400,7 @@ on post-fs-data
mkdir /data/anr 0775 system system
# symlink to bugreport storage location
- symlink /data/data/com.android.shell/files/bugreports /data/bugreports
+ symlink /data/user_de/0/com.android.shell/files/bugreports /data/bugreports
# Separate location for storing security policy files on data
mkdir /data/security 0711 system system