OSDN Git Service

additional scripts for emailing bugreports after capture
authorGuang Zhu <guangzhu@google.com>
Wed, 20 Jul 2011 01:44:41 +0000 (18:44 -0700)
committerGuang Zhu <guangzhu@google.com>
Wed, 20 Jul 2011 01:58:50 +0000 (18:58 -0700)
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


No differences found