OSDN Git Service

Disable symbolizing traces on volantis.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 29 Feb 2016 09:35:26 +0000 (09:35 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 29 Feb 2016 09:49:09 +0000 (09:49 +0000)
Change-Id: I1ba6b5a173e77e635d721dea8433cfcb8b0b787b

tools/symbolize-buildbot-crashes.sh

index 8dc4e27..505cf73 100755 (executable)
 # 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.