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

Download all collected information #132

Closed
flibustier7seas opened this issue Jan 9, 2020 · 1 comment
Closed

Download all collected information #132

flibustier7seas opened this issue Jan 9, 2020 · 1 comment

Comments

@flibustier7seas
Copy link

How i can collect all the information collected by plugins (Console, Network, etc)?

It would be very useful for error analysis.

surunzi added a commit that referenced this issue Feb 2, 2020
@surunzi
Copy link
Member

surunzi commented Feb 2, 2020

const logs = []
eruda.get('console').on('log', function () {
  logs.push(arguments)
})
eruda.get('network').requests()

@surunzi surunzi closed this as completed Feb 2, 2020
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

No branches or pull requests

2 participants