...
- Test in emulator:
cordova emulate android
Upload on device:
cordova run --device
See logs (device/emulator):
adb logcat
For more see the guide from cordova: http://cordova.apache.org/docs/en/3.4.0/guide_cli_index.md.html
Important notice: In case of our MobileFacts app the Sensor-Library has do be advised to send the collected data directly via IOLSession.sendLoggedEvents();.
...