diff options
| -rwxr-xr-x | tools/symbolize-buildbot-crashes.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/symbolize-buildbot-crashes.sh b/tools/symbolize-buildbot-crashes.sh index 8df82691b7..8dc4e27885 100755 --- a/tools/symbolize-buildbot-crashes.sh +++ b/tools/symbolize-buildbot-crashes.sh @@ -18,3 +18,6 @@ # script expect things to be in '/'. So we just remove the # '/data/local/tmp' prefix. adb logcat -d | sed 's,/data/local/tmp,,g' | development/scripts/stack + +# Always return 0 to avoid having the buildbot complain about wrong stacks. +exit 0 |