Viewing server logs in Eclipse when running a MobileFirst Hybrid App on Android Emulator -
i running ibm mobilefirst platform hybrid app in android emulator.
i want see debug messages in eclipse console (wl.logger.debug() statements in main.js). possible?
when run same app in xcode on ios simulator,i can see these debug messages in xcode's console.
please let me know how can this.
did in logcat...?
in eclipse, go window > show view > other... > search "logcat".
when run application in android emulator (or physical device, doesn't matter), make sure in logcat view.
you may need first select device "devices" view (add while adding "logcat" view).
you see wl.logger.debug statements client-side file (not adapters) in logcat.
Comments
Post a Comment