[Android]: Fix tombstones.py architecture detection.
This CL fixes tombstones.py architecture detection in two ways: - If the tombstone contains an ABI line, use this in preference to the devices default ABI, since some devices support multiple ABIs (e.g., 'arm' and 'arm64'). - Map the abi to an arch which the stack tool accepts, e.g., armeabi-v7a -> arm, arm64-v8a -> arm64. NOTRY=true Review URL: https://codereview.chromium.org/446273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288072 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment