History log of /system/core/libmemunreachable/ScopedSignalHandler.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
034c475931e8e4da54b499c0056121490f029865 12-Jul-2016 Chih-Hung Hsieh <chh@google.com> Fix google-explicit-constructor warnings in system/core.

* Declare explicit conversion constructors.
* Add NOLINT for implicit conversion constructors.
* Fix also some misaligned indendations.

Bug: 28341362
Change-Id: Idf911f35923b408d92285cc1a053f382ba08c63e
Test: build with clang-tidy
/system/core/libmemunreachable/ScopedSignalHandler.h
0965c0247bff0ed97dc1c67d129d19fe4707c623 27-Apr-2016 Colin Cross <ccross@android.com> Handle segfaults while walking native heap

Vendor blobs on ryu mprotect heap pages, causing segfaults when dumping
unreachable memory. Handle segfaults within HeapWalker by mapping a
zero page over any unreadable pages. HeapWalker runs in the forked
process, so the mapping will not affect the original process.

Bug: 28269332
Change-Id: I16245af722123f2ad467cbc6f245a70666c55544
(cherry picked from commit ba5d9ff6d9674a0f1e985b49f53863045aff558d)
/system/core/libmemunreachable/ScopedSignalHandler.h