| Android showcase app:
- No errors when there is no metrics service available. Tried both app metrics (when the app launches) and the security metrics (sent when the security checks nav item is selected)
- We see this message in the logcat:
05-18 12:21:56.324 15919-15940/com.aerogear.androidshowcase E/AeroGear: java.net.SocketTimeoutException: failed to connect to /192.168.0.101 (port 3000) from /10.0.2.15 (port 60554) after 10000ms
|
- Should better log something like "unable to send metrics"
Cordova showcase app:
- No errors when there is no metrics service available. Tried both app metrics (when the app launches) and the security metrics (sent when the security checks nav item is selected)
- But, no error messages in the log!
Suggestions above are to be considered by the follow up JIRA ticket that will take care of "Update Android SDK to allow developer to act when an error happens trying to talk to the Metrics Service" in the card. |