Closed
Bug 1334482
Opened 9 years ago
Closed 5 years ago
Get Java stack trace when crashing inside dalvik
Categories
(Firefox for Android Graveyard :: General, defect, P5)
Firefox for Android Graveyard
General
Tracking
(firefox54 affected)
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | affected |
People
(Reporter: snorp, Unassigned)
Details
Right now when we have a native crash inside dalvik, the report simply contains some useless stack frames in JIT code or libdvm, which doesn't help at all. What we really need is the java stack at the time of the crash. This would need to be a separate path in breakpad. My understanding is that there is no safe way to get a trace in dalvik, but presumably it would succeed at least part of the time. If it fails, we're no worse off than where we are now.
Comment 1•7 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: -- → P5
Comment 2•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•