OSDN Git Service

Revert "Disable symbolizing traces on volantis."
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 1 Mar 2016 09:28:26 +0000 (09:28 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 1 Mar 2016 09:28:26 +0000 (09:28 +0000)
Devices have been updated to M.

This reverts commit 95303c682bba971128950ef82c8f6c247917ffff.

Change-Id: Ib6620f88b939700e53af87d2003ea8bbe222e1bc

tools/symbolize-buildbot-crashes.sh

index 505cf73..8dc4e27 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.