Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6b86373 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

Merge "anrd is moving from xbin -> bin"

am: 2856475f

Change-Id: I68ed7a7883ccefbe7860a2abfa9b0454f6b3e9f2
parents 64b243a7 2856475f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ static bool dump_anrd_trace() {
    }

    // 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) {