How to use console.log in android device | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to use console.log in android device

I need to view log thats I made on android device

23rd Feb 2018, 11:58 PM
adi gunawan
adi gunawan - avatar
2 Answers
+ 2
If your problem is that you can't see the console, a basic workaround is to rewrite the console functions (or window.onerror, if you're trying to view errors as well). Some apps may also allow you to view the console alternatively.
24th Feb 2018, 1:17 AM
Overene
+ 5
same as on the computer, just use console.log("something");
24th Feb 2018, 12:23 AM
Vukan
Vukan - avatar