summaryrefslogtreecommitdiff
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-23 23:40:24 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-23 23:40:24 -0700
commitabb06375a5b6c7ab387e4d7a0b1c330b05c2ffec (patch)
tree721404e87c03463721958d2929eec8ecbfd2e75a /scripts/decode_stacktrace.sh
parentc932d4ad3dbe9752029a282cef77455ccc240d0e (diff)
parent869c392a217ba62afb53a5609563f97d4d8b92f5 (diff)
Merge "Merge android-4.4.193 (3edc5af) into msm-4.4"
Diffstat (limited to 'scripts/decode_stacktrace.sh')
-rwxr-xr-xscripts/decode_stacktrace.sh2
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'/' '}