commit | a85b7e7058b8cb7f94ecf8f4728a76a821de4c3b | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Fri Jun 07 11:01:42 2019 -0700 |
committer | Selim Gurun <sgurun@google.com> | Mon Jun 10 18:38:58 2019 -0700 |
tree | a2db975d2bd82dab7c6b43670cf397d57a76f820 | |
parent | be385333e86f6b75fd8d49e3bff601d6bea6fb9c [diff] |
Add screencapture feature to bugreporting Dumpstate does not collect screenshots of the physical displays other than the primary one. Add logic to collect these because it is important for Automotive use case. Further, Android bugreports does not include screenshot of the primary display in the bugreport (its api allows capturing it seperately). The API in automotive combines all displays in a zip file for automotive. Bug: 133368541 Test: Manual Change-Id: I412fb55e2d0bd734b264014857ad80e4ec04870e
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.