commit | 7dc370bfe3223dfbcb368e0006c688dfd668ab01 | [log] [tgz] |
---|---|---|
author | sergeyv <sergeyv@google.com> | Fri Jun 17 11:21:11 2016 -0700 |
committer | sergeyv <sergeyv@google.com> | Fri Jun 17 14:34:22 2016 -0700 |
tree | a34aee6e378a9f536649f22d186cba869e4f7c36 | |
parent | d2f712d22a63787646ae345cfc50c24784c9ab4c [diff] [blame] |
HWUI: add leak check for macrobench Change-Id: Id2037921fdbe599b3c722f2e1d17b99f3b74361c
diff --git a/libs/hwui/tests/macrobench/main.cpp b/libs/hwui/tests/macrobench/main.cpp index 02a3950..5bad436 100644 --- a/libs/hwui/tests/macrobench/main.cpp +++ b/libs/hwui/tests/macrobench/main.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ +#include "tests/common/LeakChecker.h" #include "tests/common/TestScene.h" #include "protos/hwui.pb.h" @@ -262,5 +263,6 @@ } } printf("Success!\n"); + LeakChecker::checkForLeaks(); return 0; }