Skip to content

Commit

Permalink
Add additional logging to indicate when the sync is starting
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Mar 10, 2016
1 parent b9d8fbc commit 8b69908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/ServerSyncAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void onPerformSync(Account account, Bundle extras, String authority,
*/
BuiltinUserCache biuc = new BuiltinUserCache(cachedContext);

Log.i(cachedContext, TAG, "Starting sync with push");
try {
JSONArray entriesToPush = biuc.sync_phone_to_server();
if (entriesToPush.length() == 0) {
Expand Down

0 comments on commit 8b69908

Please sign in to comment.