History log of /system/extras/bugmailer/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d319b2ee25285e9f037a7589c63512fd312e68e 08-Aug-2012 Keun young Park <keunyoung@google.com> allow java build if supported

- send_bug requires platform API support which is
enabled in PDK fusion build with platform.zip from platform-java build

Change-Id: I3285f595eb2a310a34770d40fa0b7c606669f1bf
/system/extras/bugmailer/Android.mk
8d502bc82f31f340b15be7a65fd540127e99b51f 27-Mar-2012 Colin Cross <ccross@android.com> bugmailer: prevent building on pdk builds

bugmailer is in java, so it won't build on pdk builds. It should
probably be moved out of system/extras.

Change-Id: I9423b565cff2078290390fab22d6622a06959b05
/system/extras/bugmailer/Android.mk
8c658e058446ad69fb056b2160340d708582b9ee 20-Jul-2011 Guang Zhu <guangzhu@google.com> additional scripts for emailing bugreports after capture

First script calls dumpsys to generate the bugreport, second
script launches a cmd line tool that queries account manager
for possible accounts to set as "to:" field and launches an
intent to mail the bugreport out

This is done in 2 steps because it's more convenient to look
up account for emailing with a framework context, but to make
sure bugreport is captured, using dumpsys from shell script
is more reliable in case Dalvik VM crashes.

Change-Id: Ibb54ac793bbd59f016db9fe98118155168c9371e
/system/extras/bugmailer/Android.mk