Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deploy preview] Export a tool to extract gecko logs from a profile #4973

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

julienw
Copy link
Contributor

@julienw julienw commented Apr 30, 2024

deploy preview

Open the Web console, enter extractGeckoLog().
After a while it should download automatically a txt file with the content of all logs. Note it doesn't take into account the range for now.

It is slow because running inside the web console runs the code only in the JS interpreter and never starts the JIT.

Fixes #4660

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

Attention: Patch coverage is 4.16667% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 88.38%. Comparing base (0c833a8) to head (28b7d5f).

Files Patch % Lines
src/utils/window-console.js 4.16% 21 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4973      +/-   ##
==========================================
- Coverage   88.45%   88.38%   -0.08%     
==========================================
  Files         304      304              
  Lines       27311    27335      +24     
  Branches     7374     7376       +2     
==========================================
+ Hits        24158    24159       +1     
- Misses       2931     2952      +21     
- Partials      222      224       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add a method to export MozLog's captured by the Profiler
1 participant