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

Issue 25044004: android: Reimplement adb_profile_chrome in Python (Closed)

Created:
7 years, 2 months ago by Sami
Modified:
7 years, 2 months ago
Reviewers:
bulach
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

android: Reimplement adb_profile_chrome in Python adb_profile_chrome is used to capture and download traces from Chrome on Android. To prepare for future feature improvements and reduce the maintenance burden, rewrite this bash script in Python. This reimplementation keeps all the features and command line options of the original and adds these new ones: --trace-cc Enable extra trace categories for compositor frame viewer data. --trace-gpu Enable extra trace categories for GPU data. -z, --compress Compress the resulting trace with gzip. BUG=299822, 294883 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226259

Patch Set 1 #

Total comments: 15

Patch Set 2 : Nits picked. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -170 lines) Patch
M build/android/adb_profile_chrome View 1 chunk +1 line, -166 lines 0 comments Download
A build/android/adb_profile_chrome.py View 1 1 chunk +212 lines, -0 lines 0 comments Download
M build/android/pylib/android_commands.py View 1 3 chunks +36 lines, -4 lines 0 comments Download
M build/android/pylib/constants.py View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sami
7 years, 2 months ago (2013-09-30 13:10:20 UTC) #1
bulach
lgtm, nice!! just nits and small suggestions: https://codereview.chromium.org/25044004/diff/1/build/android/adb_profile_chrome.py File build/android/adb_profile_chrome.py (right): https://codereview.chromium.org/25044004/diff/1/build/android/adb_profile_chrome.py#newcode20 build/android/adb_profile_chrome.py:20: SUPPORTED_VERSIONS = ...
7 years, 2 months ago (2013-10-01 10:07:06 UTC) #2
Sami
Thanks, all nits addressed. https://codereview.chromium.org/25044004/diff/1/build/android/adb_profile_chrome.py File build/android/adb_profile_chrome.py (right): https://codereview.chromium.org/25044004/diff/1/build/android/adb_profile_chrome.py#newcode20 build/android/adb_profile_chrome.py:20: SUPPORTED_VERSIONS = { On 2013/10/01 ...
7 years, 2 months ago (2013-10-01 13:32:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/25044004/7001
7 years, 2 months ago (2013-10-01 13:33:05 UTC) #4
commit-bot: I haz the power
7 years, 2 months ago (2013-10-01 17:45:23 UTC) #5
Message was sent while issue was closed.
Change committed as 226259

Powered by Google App Engine
This is Rietveld 408576698