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

Commit d3e865ab authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Fix stacks on 64 bit processes."

am: aea79fa2

Change-Id: I67828f33969225c3c61c50f533b2a2a77f9bb78c
parents d73c40d7 aea79fa2
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -1148,8 +1148,7 @@ function stacks()
            adb shell cat $TMP
            adb shell cat $TMP
        else
        else
            # Dump stacks of native process
            # Dump stacks of native process
            local USE64BIT="$(is64bit $PID)"
            adb shell debuggerd -b $PID
            adb shell debuggerd$USE64BIT -b $PID
        fi
        fi
    fi
    fi
}
}