Update to use the correct logging library.
Test: compiles Change-Id: I0e51e7e7866d2d01f04a05c63c9e1d1846b51f71
This commit is contained in:
parent
f35b5e1976
commit
b100749f6e
|
@ -23,6 +23,8 @@
|
|||
#include <string.h>
|
||||
#include <mutex>
|
||||
|
||||
#include <android/log.h>
|
||||
|
||||
using android::hardware::memtrack::V1_0::IMemtrack;
|
||||
using android::hardware::memtrack::V1_0::MemtrackType;
|
||||
using android::hardware::memtrack::V1_0::MemtrackRecord;
|
||||
|
|
Loading…
Reference in New Issue