From 4866794d0e26299e5a3294e90206e6a3856ab6c1 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 1 Mar 2016 09:28:26 +0000 Subject: [PATCH] Revert "Disable symbolizing traces on volantis." Devices have been updated to M. This reverts commit 95303c682bba971128950ef82c8f6c247917ffff. Change-Id: Ib6620f88b939700e53af87d2003ea8bbe222e1bc --- tools/symbolize-buildbot-crashes.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/symbolize-buildbot-crashes.sh b/tools/symbolize-buildbot-crashes.sh index 505cf73fa..8dc4e2788 100755 --- a/tools/symbolize-buildbot-crashes.sh +++ b/tools/symbolize-buildbot-crashes.sh @@ -14,12 +14,6 @@ # 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