docs-v7
docs-v7 copied to clipboard
Console.log
Describe where does the console.log statement output its results
@ErjanGavalji ./platforms/(ios|android)/emulator.log
Added the up-for-grabs label. I’d love to see a section in the Debugging article that covers this.
For me when developing, it was printing on cmd console(Window comand prompt). Anything that I am console.logging is shown here. Moreover, debugging NS apps via chrome-devtools is such a headache.