Issue
Hello, I am having errors in my Ionic App.
I'm running
ionic cordova run android --livereload --consolelogs --serverlogs
with a physical phone.
As you can see I'm able to see console.logs, but there must be an error that is creating the
[console.error]: "ERROR" {}
But it doesn't explain anything! There is no error logs or stack trace error. I don't have any console.error in my code, so it must be an unhandled error somewhere...
Has anybody experienced something like this? I don't know what to do.
Thank you.
Solution
I have discovered chrome://inspect/#devices.
Using inspect, it displays perfectly the error logs.
Answered By - Miguelp25 Miguelp25
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.