Trying to test functions that can only be tested on a device. Wish you could see some info about your app on the device in real time as your using the app. Wish you could get feed back for how the app is doing on beta testers devices. Well appLog may be able to help. All print statements in your app are redirected so you can view them on the device while your app is running. see memory usage, touches, accelerometer, gyroscope, and gps info all while app is running on your device. And all this info can be emailed to you from your beta testers so you can see how it performs on other devices. the system can be activated by either a button,shaking,swipe,code, and special gesture if using _gesture.lua, its your choice. requires as little as two lines of code.
appLog = require('\_appLog') appLog.init()