LP64 binaries should talk to debuggerd64.
Change-Id: I7eb30f9d04f80b6b45d3148757970d3f1117493c
This commit is contained in:
parent
a14df4a98a
commit
f858bd1c6e
1 changed files with 4 additions and 0 deletions
|
@ -40,7 +40,11 @@
|
|||
|
||||
extern "C" int tgkill(int tgid, int tid, int sig);
|
||||
|
||||
#if __LP64__
|
||||
#define DEBUGGER_SOCKET_NAME "android:debuggerd64"
|
||||
#else
|
||||
#define DEBUGGER_SOCKET_NAME "android:debuggerd"
|
||||
#endif
|
||||
|
||||
enum debugger_action_t {
|
||||
// dump a crash
|
||||
|
|
Loading…
Reference in a new issue