diff options
author | 2017-01-24 18:13:03 +0000 | |
---|---|---|
committer | 2017-01-24 18:13:03 +0000 | |
commit | efa38e38fbb5fc9395c7c622d3a32fa1ffde65d0 (patch) | |
tree | 4e3d1a32d81bf5653aef0fd63531b77d87d72838 | |
parent | 553ae6ab071b1db5e783c8c02f9311b4969729f6 (diff) |
Revert "Workaround libmemunreachable lockup"
This reverts commit 553ae6ab071b1db5e783c8c02f9311b4969729f6.
Change-Id: I593b78f7073d84a5e16372849d27e943af65694c
Fixes: 34586922
-rw-r--r-- | libs/hwui/tests/common/LeakChecker.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/hwui/tests/common/LeakChecker.cpp b/libs/hwui/tests/common/LeakChecker.cpp index 8a0b64b2f1cb..d935382cc9a4 100644 --- a/libs/hwui/tests/common/LeakChecker.cpp +++ b/libs/hwui/tests/common/LeakChecker.cpp @@ -67,12 +67,6 @@ static void logUnreachable(initializer_list<UnreachableMemoryInfo> infolist) { } void LeakChecker::checkForLeaks() { - // TODO: Re-enable, disabled to workaround b/34586922 - if ((true)) { - cout << "checkForLeaks disabled, see b/34586922" << endl; - return; - } - // TODO: Until we can shutdown the RT thread we need to do this in // two passes as GetUnreachableMemory has limited insight into // thread-local caches so some leaks will not be properly tagged as leaks |