Closed
Bug 1892641
Opened 1 year ago
Closed 1 year ago
Add markers for the gradle project and task executions on Android
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement, P1)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: kaya, Assigned: kaya)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
While capturing the profile for ./mach build
, the gradle tasks are not visible on the profile. Adding some markers for the gradle tasks' executions and projects' evaluations will make it easier for us to analyze the gradle builds profiles.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → kkaya
Severity: -- → N/A
Priority: -- → P1
Assignee | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Depends on D208531
Updated•1 year ago
|
Attachment #9397783 -
Attachment description: WIP: Bug 1892641 - Add profile markers for gradle project evaluations and task executions to capture execution times in the build profiles. → Bug 1892641 - Add profile markers for gradle project evaluations and task executions to capture execution times in the build profiles.
Updated•1 year ago
|
Component: Gecko Profiler → Android Studio and Gradle Integration
Product: Core → Firefox Build System
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3f281591132e
Add profile markers for gradle project evaluations and task executions to capture execution times in the build profiles. r=florian,glandium
https://hg.mozilla.org/integration/autoland/rev/30904fa79a58
include timestamps in BUILDSTATUS lines from gradle, r=glandium.
https://hg.mozilla.org/integration/autoland/rev/d7d58d30ca89
print BUILDSTATUS lines for gradle calls from gradle.py and android/mach_commands.py, r=glandium,geckoview-reviewers,kaya.
https://hg.mozilla.org/mozilla-central/rev/3f281591132e
https://hg.mozilla.org/mozilla-central/rev/30904fa79a58
https://hg.mozilla.org/mozilla-central/rev/d7d58d30ca89
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•