commit | 4dce6c38a76354e7f9cf96cef9df71c1245c1cca | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Sat May 05 14:44:58 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat May 05 14:44:58 2018 -0700 |
tree | 910e92d05d58af7cda957d8a9d217a27f87a118f | |
parent | cd3c6b78e97420b2a6c57774dc15cade4195352d [diff] | |
parent | e6b86373051ee3254809928eb3fc0bd0e0133f16 [diff] |
Merge "anrd is moving from xbin -> bin" am: 2856475f49 am: e6b8637305 Change-Id: Ib696c78ce6a33303bca944aff6f06176123838c8
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index e3d2690..d93a66e 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -333,7 +333,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) {