Ionic run android --livereload with "console log output: enabled"

hey, as described in the title i like to run android with “console log output” enabled from the command line.

i know, that i can enable it by typing c in the already started command.

but because i need it running from the beginning (first start on) and want to automate it, i wanted to ask if there is a command line flag to enable the console log output?

thanks in advance!

I always use

ionic run android --device -l -s -c

http://ionicframework.com/docs/v2/cli/run/

then you’ll get all the logging you need :slight_smile:

1 Like

exactly what i was looking for. thx

1 Like