mako: use bugmailer.sh for bugreport

it captures bugreport, compresses it and fires an intent to mail it.

Change-Id: I7ac883315bb7bc902007c825ab6d1ecef6dcfb99
diff --git a/init.mako.rc b/init.mako.rc
index 3f56f40..6a1ae51 100644
--- a/init.mako.rc
+++ b/init.mako.rc
@@ -409,3 +409,10 @@
     user system
     group system wifi
     oneshot
+
+# bugreport is triggered by holding down volume down, volume up and power
+service bugreport /system/bin/bugmailer.sh -v
+    class main
+    disabled
+    oneshot
+    keycodes 114 115 116