summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2014-11-26 15:10:46 -0800
committerThe Android Automerger <android-build@android.com>2014-12-01 11:42:58 -0800
commitc173623f911a551a901ceb63f592b874cdac8b1c (patch)
treea538f117179e78a65776b624b5005f09ac5862d8
parentbf43d836eb4c522dc8ef448cdba661c538ba4ca8 (diff)
downloadgrouper-c173623f911a551a901ceb63f592b874cdac8b1c.tar.gz
grouper: emulate sdcard using 4 threads
This overrides the default of 2 threads. Change-Id: Ie15b6a02499c5f9f25766c537d1b5a39d312a608 Signed-off-by: Iliyan Malchev <malchev@google.com>
-rw-r--r--init.grouper.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.grouper.rc b/init.grouper.rc
index 1cae2bd..b4df6a6 100644
--- a/init.grouper.rc
+++ b/init.grouper.rc
@@ -383,7 +383,7 @@ service iprenew_bt-pan /system/bin/dhcpcd -n
#Sensor load calibration files end
# virtual sdcard daemon running as media_rw (1023)
-service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
+service sdcard /system/bin/sdcard -u 1023 -g 1023 -t 4 -l /data/media /mnt/shell/emulated
class late_start
# bugreport is triggered by the VOLUME-DOWN and VOLUME-UP keys