1

I am making an angularjs single page app. It works ok on desktop firefox and chrome. But testing it in androids(2.3.3) browser it seems as angular just doesnt work eg. I can see "{{currentUser.name}}". jsconsole.com does not show any errors just one line "undefined" and angulars service with websocket works and logs periodicaly. I assume there are some logs missing how can I get them? For now the only way to debug I can think of is dividing application into pices and see what doasnt work but it seems so crude.

user1167937
  • 441
  • 1
  • 8
  • 18

1 Answers1

1

Chrome allows you to use remote debugging on an android device when you have it connected via usb. See the following page for details on how to do this.

https://developer.chrome.com/devtools/docs/remote-debugging

peppermcknight
  • 1,545
  • 16
  • 30