diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-10-03 21:46:53 -0700 |
|---|---|---|
| committer | Linux Build Service Account <lnxbuild@localhost> | 2019-10-03 21:46:53 -0700 |
| commit | 6ed4c5de4bb191a209c629463678e34f076fb417 (patch) | |
| tree | 19621b337f8b900ba5b38131b95c4db21fda1c7c /scripts/decode_stacktrace.sh | |
| parent | 09106cce83b26f915da23d2ec15465b2d1559fa7 (diff) | |
| parent | a8e92fae3a9de72877cfbd2f8b84a0d539413eb1 (diff) | |
Merge a8e92fae3a9de72877cfbd2f8b84a0d539413eb1 on remote branch
Change-Id: I96a4fbd1df63e22c3b6b2234039b0005f3712d4c
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'/' '} |
