commit | 80fd09b3cd7e138ce3e202b5b113ab680c244412 | [log] [tgz] |
---|---|---|
author | Max Dashouk <mdashouk@google.com> | Tue Jun 25 10:07:11 2019 -0700 |
committer | Zhomart Mukhamejanov <zhomart@google.com> | Wed Jun 26 17:30:18 2019 -0700 |
tree | 621fe5297d7a1cf45b8d4baf40d5ff5ee63ef861 | |
parent | 741d06f6336d9cd82cc5612d0df77b3a72e77b11 [diff] |
Implement save-to-USB for bug reports. In this new functionality, a user has an option to either upload the report, or move a report to external storage of their choice. Once the user pushes "Move" button, a prompt asks user to select external directory where to save the bug report to. By default, the reports are still uploaded automatically. Bug: 135555542 Test: manual testing Change-Id: Ibd25f939f460c375c2a16933fba2f85b81a1f93b
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.