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

Commit aea79fa2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix stacks on 64 bit processes."

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