Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ionic + Genymotion : JavaScript logs

I'm trying to create an app with Ionic on Linux. I use the emulator Genymotion because ADB doesn't work on my computer (black screen until the end of time). I haven't any problem to run the app on Genymotion with ionic run android but I'm wondering how to see the JavaScript logs (I need to check what is wrong with the plugin cordova file). I tried to see it through the browser but it doesn't work.

like image 753
JoQuery Avatar asked May 09 '15 21:05

JoQuery


1 Answers

  1. Set adb to IP of genymontion.
  2. Run Chrome
  3. enter this url chrome://inspect/#devices
  4. Enjoy.
like image 80
vivid Avatar answered Oct 02 '22 08:10

vivid