Switch android.os.Debug to libdebuggerd_client.
am: 3ce369601e
Change-Id: Ife04ddf4f6d0d6311a3c2c857b12fd792c3269f8
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