Closed
Bug 1444902
Opened 7 years ago
Closed 7 years ago
Issues with the "extensions" entry for fennec/geckoview profiles (can't capture profiles)
Categories
(Core :: Gecko Profiler, enhancement, P1)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jesup, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
First, when trying to save a profile, it would be truncated at ~90K due to hitting assertions saving extension data.
Then after effectively removing the code within the extensions block (such that an empty block was saved), when parsing the 'meta' section of a profile from Fennec, perf-html.io barfed on the lack of a valid "extensions" entry; with pain I was able to figure out a valid-looking entry to provide in order to get the profile to load.
I'll attach the patch I used to get the profile to save with an empty extensions block.
Reporter | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Priority: -- → P1
Comment 2•7 years ago
|
||
I just tried to profile Fennec after the recent fixes and everything seems to work with an extension (Privacy Badger) installed on Fennec. Resolving now, but please reopen if this somes up again.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•