[TIMOB-27269] Android: Do not retry sending events if no connectivity
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-08-01T02:07:47.000+0000 |
Affected Version/s | Release 8.1.0 |
Fix Version/s | Release 8.1.0 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2019-07-22T22:46:26.000+0000 |
Updated | 2019-08-05T16:10:04.000+0000 |
Description
- Do not attempt to retry sending events if no connection is established
master: https://github.com/appcelerator/titanium_mobile/pull/11071
8_1_X : https://github.com/appcelerator/titanium_mobile/pull/11077
FR Passed for both PR's Waiting for CR to merge.
Verified the fix in SDK 8.1.0.v20190726095146 & 8.2.0.v20190726102118. Closing.
Re-opening to address a minor issue when a connection is unavailable. This will prevent unwanted exception logs.
*TEST* - Change device DNS to an invalid DNS (0.0.0.0) - Open any Titanium app with this fix - Should not see
Unhandled exception in analytics thread:
when attempting to send analytics master: https://github.com/appcelerator/titanium_mobile/pull/11102 8_1_X: https://github.com/appcelerator/titanium_mobile/pull/11101FR Passed.
Verified the fix in SDK 8.1.0.v20190801142345 & 8.2.0.v20190802062148. Closing.