Details
Details
- Enable upload handler
- Observe logs in the backup service to see when the socket is opened/closed
- Make sure that when the app is backgrounded the socket is closed (gracefully and not because of a timeout)
- Make sure that when the app is foregrounded the socket is opened (without waiting for some accidental re-render)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/backup/backup-handler.js | ||
---|---|---|
22 | I've talked about this with @marcin and we came to the conclusion that the state that really matters is the background state. This is the state we really need to kill all resources the app uses, the inactive type happens more often, and I think we would still want to upload the logs if the user just swipes the app up for a moment. |
native/backup/backup-handler.js | ||
---|---|---|
22 | makes sense - thanks |