From 388f3b9d233f1beccfcdcdbdaee068983dd0fa40 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 16 Oct 2014 16:23:33 -0700 Subject: Remove unsupported sounds during bugreport. Bug: 17997113 Change-Id: I763397fe957ea1fbf0b600c41160624afcf4da92 --- init.tilapia.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.tilapia.rc b/init.tilapia.rc index dcfb9b3..1ac83ee 100644 --- a/init.tilapia.rc +++ b/init.tilapia.rc @@ -404,8 +404,7 @@ service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emul # bugreport is triggered by the VOLUME-DOWN and VOLUME-UP keys service bugreport /system/bin/dumpstate -d -p -B \ - -o /data/data/com.android.shell/files/bugreports/bugreport \ - -b /system/media/audio/ui/Dock.ogg -e /system/media/audio/ui/Undock.ogg + -o /data/data/com.android.shell/files/bugreports/bugreport class main disabled oneshot -- cgit v1.2.3