Description[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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288072
Patch Set 1 #
Total comments: 8
Patch Set 2 : Address Sami's comments. #Messages
Total messages: 8 (0 generated)
|