Update to use the correct logging library.

Test: compiles
Change-Id: I0e51e7e7866d2d01f04a05c63c9e1d1846b51f71
This commit is contained in:
Yifan Hong 2016-12-02 11:28:04 -08:00 committed by Iliyan Malchev
parent f35b5e1976
commit b100749f6e
1 changed files with 2 additions and 0 deletions

View File

@ -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;