damirarh / damirscorner-utterances

utteranc.es comments for https://damirscorner.com
0 stars 0 forks source link

/blog/posts/20180615-ViewingConsoleLogFromAnAndroidDevice.html #72

Open damirarh opened 1 year ago

damirarh commented 1 year ago

Imported

URL: https://www.damirscorner.com/blog/posts/20180615-ViewingConsoleLogFromAnAndroidDevice.html

damirarh commented 1 year ago

Imported comment written by Jonah Price on 2020-05-10T20:07:11

Attempting to follow this tutorial and I'm not seeing my debuging options, VS code seems upset I don't have a project or file open, but I'm not sure what I'd like to open. 😓

damirarh commented 1 year ago

Imported comment written by Damir Arh on 2020-05-11T16:04:12

VS Code doesn't really care what folder (not project) you have open. Typically you'd open your root Ionic/Cordova project folder. It will save the launch configuration in the .vscode subfolder inside it.
Android Studio on the other hand does require a valid Android project to be open in order to use the debugging tools. It's in the platforms/android subfolder of your Ionic/Cordova project root folder after a successful Android build. You can recognize it by a bunch of *.gradle files.

damirarh commented 1 year ago

Imported comment written by Anil on 2020-11-19T03:41:05

There is a huge amount of data being output in logcat. Is there any way to filter it for only console.log messages?

damirarh commented 1 year ago

Imported comment written by Damir Arh on 2020-11-19T08:35:58

As I mentioned at the end of the post, you can filter the text by "chromium".