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

Issue 1319013002: Android event log importer. (Closed)

Created:
5 years, 3 months ago by coenen
Modified:
5 years, 3 months ago
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org
Base URL:
https://github.com/catapult-project/catapult.git@master
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Android event log importer. This importer parses the Android event log, which can be dumped with "adb logcat -b events -d". The event log contains information about which activities are created, resumed and paused. Adds a simple activity class to the model, which can be used to represent an Android activity running in the foreground. BUG=#1127 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/fb5fd186eb3536f9132ae6977377814833fc1877

Patch Set 1 #

Total comments: 39

Patch Set 2 : Addressed comments. #

Total comments: 2

Patch Set 3 : Removed console.log #

Unified diffs Side-by-side diffs Delta from patch set Stats (+385 lines, -0 lines) Patch
M tracing/trace_viewer.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
A tracing/tracing/extras/importer/android/event_log_importer.html View 1 2 1 chunk +313 lines, -0 lines 0 comments Download
M tracing/tracing/extras/importer/linux_perf/ftrace_importer.html View 2 chunks +8 lines, -0 lines 0 comments Download
M tracing/tracing/extras/systrace_config.html View 1 chunk +1 line, -0 lines 0 comments Download
A tracing/tracing/model/activity.html View 1 1 chunk +54 lines, -0 lines 0 comments Download
M tracing/tracing/model/process.html View 3 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
coenen
This is the follow-up to https://codereview.appspot.com/250700043/ , with all review comments addressed. Nat, following your ...
5 years, 3 months ago (2015-08-27 14:11:18 UTC) #2
dsinclair
I'm not sure about the clock sync stuff. There is a bunch of work going ...
5 years, 3 months ago (2015-08-27 15:18:51 UTC) #4
Chris Craik
https://codereview.chromium.org/1319013002/diff/1/tracing/tracing/extras/importer/android/event_log_importer.html File tracing/tracing/extras/importer/android/event_log_importer.html (right): https://codereview.chromium.org/1319013002/diff/1/tracing/tracing/extras/importer/android/event_log_importer.html#newcode57 tracing/tracing/extras/importer/android/event_log_importer.html:57: // [0,com.google.android.googlequicksearchbox/com.google.android.launcher.GEL] "// @suppress longLineCheck" needed here? https://codereview.chromium.org/1319013002/diff/1/tracing/tracing/extras/importer/android/event_log_importer.html#newcode263 tracing/tracing/extras/importer/android/event_log_importer.html:263: ...
5 years, 3 months ago (2015-08-27 17:09:05 UTC) #5
coenen
https://codereview.chromium.org/1319013002/diff/1/tracing/tracing/extras/importer/android/event_log_importer.html File tracing/tracing/extras/importer/android/event_log_importer.html (right): https://codereview.chromium.org/1319013002/diff/1/tracing/tracing/extras/importer/android/event_log_importer.html#newcode25 tracing/tracing/extras/importer/android/event_log_importer.html:25: * On 2015/08/27 15:18:50, dsinclair wrote: > nit: remove ...
5 years, 3 months ago (2015-09-01 11:55:49 UTC) #6
dsinclair
lg w/ nit. I'm good when ccraik@ is happy. https://codereview.chromium.org/1319013002/diff/20001/tracing/tracing/extras/importer/android/event_log_importer.html File tracing/tracing/extras/importer/android/event_log_importer.html (right): https://codereview.chromium.org/1319013002/diff/20001/tracing/tracing/extras/importer/android/event_log_importer.html#newcode280 tracing/tracing/extras/importer/android/event_log_importer.html:280: ...
5 years, 3 months ago (2015-09-01 13:22:37 UTC) #7
coenen
https://codereview.chromium.org/1319013002/diff/20001/tracing/tracing/extras/importer/android/event_log_importer.html File tracing/tracing/extras/importer/android/event_log_importer.html (right): https://codereview.chromium.org/1319013002/diff/20001/tracing/tracing/extras/importer/android/event_log_importer.html#newcode280 tracing/tracing/extras/importer/android/event_log_importer.html:280: console.log(''); On 2015/09/01 13:22:37, dsinclair wrote: > Remove the ...
5 years, 3 months ago (2015-09-01 13:26:02 UTC) #8
Chris Craik
lgtm
5 years, 3 months ago (2015-09-02 18:24:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319013002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319013002/40001
5 years, 3 months ago (2015-09-02 19:51:02 UTC) #11
commit-bot: I haz the power
5 years, 3 months ago (2015-09-02 19:59:29 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698