commit | 2856475f4928c572ac33526c24ebd99a734f4dc6 | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <[email protected]> | Sat May 05 21:31:07 2018 +0000 |
committer | Gerrit Code Review <[email protected]> | Sat May 05 21:31:07 2018 +0000 |
tree | bc031ecd25722a63a81861abf0e24aa5defdd0b8 | |
parent | c6fd8bb6f99050bb0a0a7e0d0972683d5a3004b8 [diff] | |
parent | 4a0a834c0f5b03e69746ea60cfc65f75bb1e1afd [diff] |
Merge "anrd is moving from xbin -> bin"
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) {