commit | 5a3fd5faae2b0ef4b3e01c9a57495450acd74c16 | [log] [tgz] |
---|---|---|
author | Keun young Park <keunyoung@google.com> | Mon Apr 20 16:44:42 2020 -0700 |
committer | Keun young Park <keunyoung@google.com> | Mon Apr 20 17:12:05 2020 -0700 |
tree | d3a6aa17dc087ba98857a206484dd11ad3285aca | |
parent | 135fd6e42c0ed44f51c2b4855a9272307d06ff04 [diff] |
Release heavier objects in teardown - Prevent too much memory usage from tests Bug: 154291148 Test: run the test Change-Id: If6e31450f50880ed04dac38b9db7154f81964b97
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.