AI 143248: am: CL 142809 am: CL 142808 Don't run hcid through logwrapper.
  Original author: npelly
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143248
diff --git a/rootdir/init.rc b/rootdir/init.rc
index ef7c28b..bcabecb 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -229,8 +229,7 @@
     user bluetooth
     group bluetooth net_bt_admin
 
-#STOPSHIP: dont use logwrapper in production
-service hcid /system/bin/logwrapper /system/bin/hcid -s -n -f /etc/bluez/hcid.conf
+service hcid /system/bin/hcid -s -n -f /etc/bluez/hcid.conf
     socket bluetooth stream 660 bluetooth bluetooth
     socket dbus_bluetooth stream 660 bluetooth bluetooth
     # init.rc does not yet support applying capabilities, so run as root and