You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
Hi
I have an extension that uses the JavaScript console as log.
And the amount of log is big so I noticed the following message: 8200
console messages are not shown.
is there a way to increase the size of the buffer of the JS console.
PhistucK
unread,
May 17, 2012, 12:43:52 PM5/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to avishay.b...@gmail.com, Chromium-discuss
Even if there were, it would be of no use, because using the Developer Tools this way will be unbearably slow, trust me.
However, if you enable logging, console.log (or maybe only console.error, I forget) will be logged to the log file, which may be a good solution for you.