koobazaur Posted October 5, 2017 Share Posted October 5, 2017 Hey guys, I'm trying to port my Phaser app to android with Cordova and finally installed all the stuff necessary to get it running! How can I view the output of console.log() in the emulator? Right now I get the "black screen of death" and have no idea why without the log. Thanks! Link to comment Share on other sites More sharing options...
bruno_ Posted October 5, 2017 Share Posted October 5, 2017 I use the emulator, but on an device you can use adb. To view the output open adb with this parameters: adb logcat -s chromium For the emulator, try this: https://stackoverflow.com/questions/3957055/console-log-browser-in-android-emulator Link to comment Share on other sites More sharing options...
koobazaur Posted October 6, 2017 Author Share Posted October 6, 2017 Thanks I'll give it a try next time I'm working on it. Cheers! Link to comment Share on other sites More sharing options...
Recommended Posts