Switch android.os.Debug to libdebuggerd_client.
Bug: http://b/30705528 Test: m Change-Id: Iac3860d0e63660b91a4b08075fca8a4a222ac913
This commit is contained in:
@@ -223,6 +223,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libnativehelper \
|
libnativehelper \
|
||||||
liblog \
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
libdebuggerd_client \
|
||||||
libutils \
|
libutils \
|
||||||
libbinder \
|
libbinder \
|
||||||
libnetutils \
|
libnetutils \
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <android-base/stringprintf.h>
|
#include <android-base/stringprintf.h>
|
||||||
#include <cutils/debugger.h>
|
#include <debuggerd/client.h>
|
||||||
#include <log/log.h>
|
#include <log/log.h>
|
||||||
#include <utils/misc.h>
|
#include <utils/misc.h>
|
||||||
#include <utils/String8.h>
|
#include <utils/String8.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user