Closed
Bug 1185169
Opened 10 years ago
Closed 10 years ago
Aries-L : Symbol files does not create in the appropriate format
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nhirata, Unassigned)
References
Details
1. build aries-l ( ie have android L on a device and unzip the ASOP for Android Lollipop in the b2g folder, ./config.sh aries-l, ./build.sh )
2. ./build.sh buildsymbols
Expected: Symbols folder in out has symbols in the way that can be read by a lot of our tooling
Actual: the folder architecture is different and the output is different than what we normally have....
Comment 1•10 years ago
|
||
Can you document more on the expected symbols ? Why are those not working as you want?
Flags: needinfo?(nhirata.bugzilla)
| Reporter | ||
Comment 2•10 years ago
|
||
Sorry. I think I had the wrong symbols folder. I looked at the out folder when I should have looked at the $OBJDIR/dist/crashreporter-symbols.
Currently, verifying.
Note: docs listed here : https://developer.mozilla.org/en-US/docs/Debugging_a_minidump
| Reporter | ||
Comment 3•10 years ago
|
||
It turns out that I had the wrong directory and it is building the symbols correctly.
I verified this by making a build and buildsymbols and then crashing on purpose and stackwalking.
Closing as invalid.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(nhirata.bugzilla)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•