platform_system_core/libmemtrack
Connor O'Brien bbcf719f9a libmemtrack: check return value for getMemory()
libmemtrack does not report an error when the binderized memtrack
service dies during a call to getMemory, so a crash in the memtrack
service can result in the calling process (e.g. system_server)
crashing as well. Add an error check to avoid this problem.

Bug: 35728498
Test: adb shell kill -9 $(adb shell pidof android.hardware.memtrack@1.0-service)
Change-Id: I852d8dfcbc1c92a95f8fe249b607dea8eb01f06a
Signed-off-by: Connor O'Brien <connoro@google.com>
2017-02-27 12:21:39 -08:00
..
include/memtrack libmemtrack: Add HIDL support for Memtrack 2016-10-10 14:11:18 -07:00
Android.bp Split libhidl into base and transport. 2016-11-17 14:45:11 -08:00
memtrack.cpp libmemtrack: check return value for getMemory() 2017-02-27 12:21:39 -08:00
memtrack_test.c libmemtrack: Add HIDL support for Memtrack 2016-10-10 14:11:18 -07:00