commit | 99d78fe622e18170b66acde9f9d1453386621748 | [log] [tgz] |
---|---|---|
author | Simon Dai <sdai@google.com> | Tue Dec 10 14:20:05 2019 -0800 |
committer | Simon Dai <sdai@google.com> | Thu Dec 12 19:29:06 2019 +0000 |
tree | 7a2ad9dcc5fcc1ced47d9b984fcf8da05635b5a1 | |
parent | 1c84ae98ccde1fe4b752cfb8999e97103ebadd21 [diff] |
Fix stop() not being called Fixes: 146000297 Test: Manual Change-Id: Ibc4774267f8537e40ddf930e44cc10814e0be65d
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.