OSDN Git Service

Don't make this script fail a buildbot run.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 24 Feb 2016 17:52:08 +0000 (17:52 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 24 Feb 2016 17:52:08 +0000 (17:52 +0000)
Change-Id: I000d69c1a33eca6ca98f7fd1096bc9af7d22b4e8

tools/symbolize-buildbot-crashes.sh

index 8df8269..8dc4e27 100755 (executable)
@@ -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