commit | e6b86373051ee3254809928eb3fc0bd0e0133f16 | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Sat May 05 14:38:32 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat May 05 14:38:32 2018 -0700 |
tree | bc031ecd25722a63a81861abf0e24aa5defdd0b8 | |
parent | 64b243a7404185448cd1220ea023f66859b1b965 [diff] | |
parent | 2856475f4928c572ac33526c24ebd99a734f4dc6 [diff] |
Merge "anrd is moving from xbin -> bin" am: 2856475f49 Change-Id: I68ed7a7883ccefbe7860a2abfa9b0454f6b3e9f2
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 734cfa7..d94c649 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -305,7 +305,7 @@ } // find anrd's pid if it is running. - pid = GetPidByName("/system/xbin/anrd"); + pid = GetPidByName("/system/bin/anrd"); if (pid > 0) { if (stat(trace_path, &st) == 0) {