diff options
| author | 2017-01-05 18:27:33 -0800 | |
|---|---|---|
| committer | 2017-01-17 13:55:20 -0800 | |
| commit | d2db024a868706547ff55b1be8a9ee1a154b911c (patch) | |
| tree | b7d0f33cd7fdb8ad7c340d030cf967e5fef8ceba /cmds/dumpstate/utils.cpp | |
| parent | 36ba03a248e34aa92aaa9667a4fa71c64bea5c23 (diff) | |
dumpstate: switch to using libdebuggerd_client.
Bug: http://b/30705528
Test: manual inspection of dumpstate output
Change-Id: I8f9822f67f1a81fcfa2b3a9120e6631b19b29854
Diffstat (limited to 'cmds/dumpstate/utils.cpp')
| -rw-r--r-- | cmds/dumpstate/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp index afb52e7186..139231cdc9 100644 --- a/cmds/dumpstate/utils.cpp +++ b/cmds/dumpstate/utils.cpp @@ -40,9 +40,9 @@ #include <vector> #include <android-base/file.h> -#include <cutils/debugger.h> #include <cutils/properties.h> #include <cutils/sockets.h> +#include <debuggerd/client.h> #include <log/log.h> #include <private/android_filesystem_config.h> |