The Remote Console enables a mobile app to transmit its console.log statements so they can be viewed on a web page.
Insert the following line into your app's HTML Header:
<script src="https://auth.viziapps.mobi:8443/scripts/viziapps_console.js"></script>
View the Remote Console at this link: https://auth.viziapps.mobi:8443/pages/app_remote_console.html
When the Remote Console Viewer runs, you will be prompted to enter your app's App ID string. You can find your app ID by inserting the following code into your HTML Header:
<script> alert(viziapps_app_id); </script>