diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-09-23 23:40:24 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-09-23 23:40:24 -0700 |
| commit | abb06375a5b6c7ab387e4d7a0b1c330b05c2ffec (patch) | |
| tree | 721404e87c03463721958d2929eec8ecbfd2e75a /scripts/decode_stacktrace.sh | |
| parent | c932d4ad3dbe9752029a282cef77455ccc240d0e (diff) | |
| parent | 869c392a217ba62afb53a5609563f97d4d8b92f5 (diff) | |
Merge "Merge android-4.4.193 (3edc5af) into msm-4.4"
Diffstat (limited to 'scripts/decode_stacktrace.sh')
| -rwxr-xr-x | scripts/decode_stacktrace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/decode_stacktrace.sh b/scripts/decode_stacktrace.sh index ffc46c7c3afb..4f5e76f76b9d 100755 --- a/scripts/decode_stacktrace.sh +++ b/scripts/decode_stacktrace.sh @@ -64,7 +64,7 @@ parse_symbol() { fi # Strip out the base of the path - code=${code//^$basepath/""} + code=${code#$basepath/} # In the case of inlines, move everything to same line code=${code//$'\n'/' '} |
