commit | 51b6260df284313de130b7669299e552cf2a3918 | [log] [tgz] |
---|---|---|
author | Zhomart Mukhamejanov <zhomart@google.com> | Wed Jun 26 18:59:04 2019 -0700 |
committer | Zhomart Mukhamejanov <zhomart@google.com> | Wed Jun 26 21:01:54 2019 -0700 |
tree | e47b3c17178cd27bcdd130fe7c52bd9265cbbee6 | |
parent | be4a27abd53fc29d0fb9d39643a39362e6a8354e [diff] |
Allow getting value of uploadByDefault from system prop. OEMs can set value of system property "android.car.bugreport.disableautoupload" to "true" to allow users to copy collected bugreports to flash drive. Bug: 136104676 Test: tested on a hawk rig Change-Id: I32e55c113ce8c3495288b1ec1e8a8e28ee2f5415
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.