commit | de8c3703208d55961d8c9c3e0d7813d961ab635d | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Fri Aug 30 10:23:18 2019 -0700 |
committer | Christopher Tate <ctate@google.com> | Tue Feb 04 17:48:56 2020 -0800 |
tree | f7c6b958c3f71e686daf5c5bd3b169de3f700c81 | |
parent | 73aedec36a0b00ff9d54cf446ef05631bc1e4daf [diff] |
DO NOT MERGE - Track framework changes to crashApplication API Bug: 128649910 Bug: 140108616 Test: manual Test: atest OsHostTests#testForegroundServiceBadNotification Change-Id: I2745a577e94908607aa008d20c7bf3f0dbc6f2d1 Merged-In: I2745a577e94908607aa008d20c7bf3f0dbc6f2d1
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.