Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ce36960 authored by Josh Gao's avatar Josh Gao
Browse files

Switch android.os.Debug to libdebuggerd_client.

Bug: http://b/30705528
Test: m
Change-Id: Iac3860d0e63660b91a4b08075fca8a4a222ac913
parent 92517e4c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ LOCAL_SHARED_LIBRARIES := \
    libnativehelper \
    liblog \
    libcutils \
    libdebuggerd_client \
    libutils \
    libbinder \
    libnetutils \
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include <string>

#include <android-base/stringprintf.h>
#include <cutils/debugger.h>
#include <debuggerd/client.h>
#include <log/log.h>
#include <utils/misc.h>
#include <utils/String8.h>