Debugging server side of meteor android-device

I’m trying to debug some Meteor.methods I’m using to test email, SMS, and push notifications, on Ubuntu.

For testing email, I used a bunch of “console.log” in the Meteor methods and these showed up on my terminal. Client-side of course shows up fine in Chrome Dev Tools.

Now I’m trying to test push notifications. When I run ‘meteor run android-device --mobile-server myserver.com --settings settings.json’, and in my Meteor methods I do console.log, I see nothing in the terminal. How can I debug this? BTW, strangely enough (to me), with android-device, client-side console.log actually does show up in the terminal.

1 Like

How did this get resolved ? did you manage to enable server logging during a meteor run android-device ?