commit | 4ee4126ff76782e1d84d8e1d93a089a0cf687dcc | [log] [tgz] |
---|---|---|
author | Eric Jeong <ericjeong@google.com> | Fri Sep 11 15:07:47 2020 -0700 |
committer | Eric Jeong <ericjeong@google.com> | Fri Sep 11 15:07:47 2020 -0700 |
tree | 582abde1f1f9d18d7f29d28e95cc1cb42399193b | |
parent | dc2461a7e36669f50127e314e1414b49f47663c0 [diff] |
Fix incorrect type conversion to binder Bug: 168336239 Test: atest libwatchdog_test Change-Id: Id67b110cbda0006889c4b6118ba3ebe2a017b17c
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.