I have started to learn Ionic and started to port my current project. There are a several cli commands I find useful during development:

adb logcat | grep -i "console"

with that command I can see logs from my app

console.log('Log me');