History log of /frameworks/native/cmds/bugreportz/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af307711f2f096e9cd1f8507eec3a28827a211e1 27-Mar-2017 Dan Shi <dshi@google.com> Add test config to bugreportz, dumpstate_test_fixture and surfaceFlinger_test

Details about test configs changes are tracked in doc
https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit#

Bug: 35882476
Test: local test
Change-Id: I1a9ebedc1b4286a3489596af60185071bd68de10
/frameworks/native/cmds/bugreportz/Android.mk
59f5af0465dcbf275a3653ac23885d12ee7e395d 22-Jul-2016 Felipe Leme <felipeal@google.com> Added unit tests to bugreportz.

BUG: 28609499

Change-Id: I5b846eeeaa7c05c3e3f66f36d31ef42c472a3099
/frameworks/native/cmds/bugreportz/Android.mk
2628e9e939fda323fa44c5cb743f4a77b12a312a 13-Apr-2016 Felipe Leme <felipeal@google.com> Added support for 'bugreport -z'.

Dumpstate now supports zipped bugreport, whose output is more complete
than the flat-file bugreports provided prior to N.

The whole workflow is split in different components:

- adb supports a 'bugreport -z <ZIP_FILE>' option, which calls a
bugreportz binary.
- bugreportz starts the dumpstatez service.
- dumpstatez starts dumpstate with some flags that opens a socket for
control (not output).
- Once dumpstate is finished, it prints the bugreport location to
stdout.
- adb pulls the zip file and renames according to the command-line
argument.
- bugreport prints a deprecation message.

The reason for a new binary (bugreportz) instead of passing arguments to
bugreport (like -z) is backward compatibility: pre-N versions of
bugreport would ignore such argument and generate a text bugreport,
which is not what adb would be expecting.

BUG: 27653204

Change-Id: I47f6f677eba11d5fb54818ae5a0b3cab069776ee
/frameworks/native/cmds/bugreportz/Android.mk