diff options
author | Josh Gao <jmgao@google.com> | 2016-10-18 18:17:52 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2017-01-17 13:57:57 -0800 |
commit | cbe70cb0a8cb0171f3802273050e851a47b090ed (patch) | |
tree | 87a2805f11d9fa5283fe169d9b155f5b08a94f85 /adb/daemon/main.cpp | |
parent | 4c5c9db17b55bfcb2d62eec158440d0e794e30bb (diff) |
debuggerd: advance our amazing bet.
Remove debuggerd in favor of a helper process that gets execed by
crashing processes.
Bug: http://b/30705528
Test: debuggerd_test
Change-Id: I9906c69473989cbf7fe5ea6cccf9a9c563d75906
Diffstat (limited to 'adb/daemon/main.cpp')
-rw-r--r-- | adb/daemon/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/daemon/main.cpp b/adb/daemon/main.cpp index 1a39f6afc..6382b6789 100644 --- a/adb/daemon/main.cpp +++ b/adb/daemon/main.cpp @@ -34,9 +34,9 @@ #include <libminijail.h> #include <scoped_minijail.h> -#include "debuggerd/client.h" #include <private/android_filesystem_config.h> #include <private/android_logger.h> +#include "debuggerd/handler.h" #include "selinux/android.h" #include "adb.h" |