From 95303c682bba971128950ef82c8f6c247917ffff Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 29 Feb 2016 09:35:26 +0000 Subject: [PATCH] Disable symbolizing traces on volantis. Change-Id: I1ba6b5a173e77e635d721dea8433cfcb8b0b787b --- tools/symbolize-buildbot-crashes.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/symbolize-buildbot-crashes.sh b/tools/symbolize-buildbot-crashes.sh index 8dc4e2788..505cf73fa 100755 --- a/tools/symbolize-buildbot-crashes.sh +++ b/tools/symbolize-buildbot-crashes.sh @@ -14,6 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +if [ "$TARGET_PRODUCT" = 'armv8' ]; then + echo "Symbolizing traces on Nexus9 with an L build is currently" + echo "bogus, as the system thinks crashes are arm32." + exit 0 +fi + # We push art and its dependencies to '/data/local/tmp', but the 'stack' # script expect things to be in '/'. So we just remove the # '/data/local/tmp' prefix. -- 2.11.0