Page MenuHomePhorge

Allow apps to control sync loop
Needs ReviewPublic

Authored by tusooa on Wed, Jun 24, 9:20 PM.

Details

Reviewers
None
Group Reviewers
O1: the Kazv Project
Summary

Originally, apps are expected to call startSyncing() and use the logic inside libkazv. This is not very flexible and may cause problems, e.g. when the user wants to retry sync earlier in case of a sync failure. This separates the retry logic out and allow apps to define their own retry logic.

Type: add

Test Plan

Verify you can pass the startSyncingOnSuccess parameter to control the sync loop. To be tested together with kazv.

Diff Detail

Repository
rL libkazv
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 648
Build 1278: Invoke BuildbotBuildbot build #1924
Build 1277: arc lint + arc unit