Closed
Bug 1677868
Opened 5 years ago
Closed 5 years ago
Rename "Java Main Thread" to "AndroidUI (JVM)"
Categories
(Core :: Gecko Profiler, task, P2)
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
The Java stacks in Android profiles come from what's commonly called the "UI thread". Furthermore, as of bug 1661172 we now have an "AndroidUI" thread registered with the regular (C++) profiler. That thread is actually the same thread as the Java thread. So we should give both the same name, and make it clear that they're just displaying different types of stacks.
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Example profile with patch: https://share.firefox.dev/3kOl3Dj
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/0ecfa354c74c
Rename "Java Main Thread" to "AndroidUI (Java)" in the profiler. r=canaltinova
Comment 4•5 years ago
|
||
Backed out for perma failures.
Log: https://treeherder.mozilla.org/logviewer?job_id=322230379&repo=autoland&lineNumber=1853
Backout: https://hg.mozilla.org/integration/autoland/rev/a8772cfec92ca24a80b373a3eb028de88bc1b11b
Flags: needinfo?(mstange.moz)
Assignee | ||
Comment 5•5 years ago
|
||
The failure is most probably bug 1677396, so I'm relanding just this bug.
Flags: needinfo?(mstange.moz)
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/a7db0b6f568c
Rename "Java Main Thread" to "AndroidUI (Java)" in the profiler. r=canaltinova
![]() |
||
Comment 7•5 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
Assignee | ||
Updated•5 years ago
|
Summary: Rename "Java Main Thread" to "AndroidUI (Java)" → Rename "Java Main Thread" to "AndroidUI (JVM)"
You need to log in
before you can comment on or make changes to this bug.
Description
•