Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I enable logging in android chromium?

I've been recently studying webkit-related stuff on ICS. How can I enable the original logging in chrome stack(code in external/chromium)?


I know how to print my own log onto Logcat. But I need to see the debug level log to solve some problem. Any advise would be helpful.

like image 749
jobcrazy Avatar asked Jul 26 '12 14:07

jobcrazy


1 Answers

i guess this tutorial on chromium.org or better chromium.org # LogOutput should answer your question...

like image 99
Matthias Avatar answered Oct 20 '22 19:10

Matthias