Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Issue 446273003: [Android]: Fix tombstones.py architecture detection. (Closed)

Created:
6 years, 4 months ago by rmcilroy
Modified:
6 years, 4 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Project:
chromium
Visibility:
Public.

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. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M build/android/tombstones.py View 1 4 chunks +24 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rmcilroy
Sami, could you please take a look, thanks.
6 years, 4 months ago (2014-08-07 11:53:57 UTC) #1
rmcilroy
Sami, could you please take a look, thanks.
6 years, 4 months ago (2014-08-07 11:53:59 UTC) #2
Sami
Thanks Ross, lgtm with some tiny nits. https://codereview.chromium.org/446273003/diff/1/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/446273003/diff/1/build/android/tombstones.py#newcode88 build/android/tombstones.py:88: print 'Error: ...
6 years, 4 months ago (2014-08-07 12:00:17 UTC) #3
rmcilroy
Thanks Sami. https://codereview.chromium.org/446273003/diff/1/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/446273003/diff/1/build/android/tombstones.py#newcode88 build/android/tombstones.py:88: print 'Error: Unknown device ABI' On 2014/08/07 ...
6 years, 4 months ago (2014-08-07 12:43:37 UTC) #4
rmcilroy
The CQ bit was checked by rmcilroy@chromium.org
6 years, 4 months ago (2014-08-07 12:45:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rmcilroy@chromium.org/446273003/20001
6 years, 4 months ago (2014-08-07 12:46:38 UTC) #6
commit-bot: I haz the power
Change committed as 288072
6 years, 4 months ago (2014-08-07 16:22:55 UTC) #7
Kibeom Kim (inactive)
6 years, 4 months ago (2014-08-07 17:17:15 UTC) #8
Message was sent while issue was closed.
Thanks for fixing this!

Powered by Google App Engine
This is Rietveld 408576698