Skip to content

Instantly share code, notes, and snippets.

@mlem
Created May 14, 2022 09:17
Show Gist options
  • Select an option

  • Save mlem/30a47e5737e2a85973442f4042d8783c to your computer and use it in GitHub Desktop.

Select an option

Save mlem/30a47e5737e2a85973442f4042d8783c to your computer and use it in GitHub Desktop.
Android sync problems
I/SyncAdapter-Contact-Proxy( 5539): onPerformSync - started.
W/ContextImpl( 5539): Implicit intents with startService are not safe: Intent { act=com.sec.android.sCloudSync.Contacts } android.content.ContextWrapper.bindService:529 com.samsung.android.scloud.proxy.contacts.SyncAdapter.onPerformSync:105 android.content.AbstractThreadedSyncAdapter$SyncThread.run:259
I/CalendarSyncAdapter( 5539): PERFORM SYNC : 5.1.5
I/SyncAdapter-Calendar-Proxy( 5539): onServiceConnected : Binded.
I/CalendarSyncAdapter( 5539): LastSyncTime : null
I/CalendarSyncAdapter( 5539): FIRST SYNC REQUEST..
I/SyncAdapter-Contact-Proxy( 5539): onServiceConnected : Binded.
I/ContactsSyncAdapter( 5539): PERFORM SYNC : 5.1.5
I/RelayProvider( 5589): getAuthInformation CTID : PE53962801
I/RelayProvider( 5589): DATA RELAY VERSION : 3.04.009
I/RelayProvider( 5589): prepareAuthInformation - Start : PE53962801, Thread : 6044-Binder_2
W/ContextImpl( 5589): Implicit intents with startService are not safe: Intent { act=com.sec.spp.push.PUSH_CLIENT_SERVICE_ACTION } android.content.ContextWrapper.bindService:529 com.samsung.android.scloud.auth.task.SppTask.bindToSpp:152 com.samsung.android.scloud.auth.task.SppTask.prepare:87
I/RelayProvider( 5589): getAuthInformation Finished : PE53962801
I/RelayProvider( 5589): status : 2
I/AuthManager( 5539): getAuthInformation : STATUS = 2
I/CalendarSyncAdapter( 5539): Sync Exception: code = 3
I/CalendarSyncAdapter( 5539): No Auth Info.. Can not call cloud-end
I/CalendarSyncAdapter( 5539): PERFORM SYNC : END
I/SPlannerTaskSyncAdapter( 5539): PERFORM SYNC : 5.1.5
I/ContactsSyncAdapter( 5539): LastSyncTime : null
I/ContactsSyncAdapter( 5539): FIRST SYNC REQUEST..
W/ActivityManager( 749): Unable to start service Intent { act=com.sec.spp.push.PUSH_CLIENT_SERVICE_ACTION } U=0: not found
D/Sensors ( 749): LightSensor readEvents x = 50.000000, raw = 50
I/RelayProvider( 5589): getAuthInformation CTID : CT92773193
I/SPlannerTaskSyncAdapter( 5539): LastSyncTime : null
I/SPlannerTaskSyncAdapter( 5539): FIRST SYNC REQUEST..
I/RelayProvider( 5589): DATA RELAY VERSION : 3.04.009
I/RelayProvider( 5589): prepareAuthInformation - Start : CT92773193, Thread : 6043-Binder_1
I/RelayProvider( 5589): getAuthInformation CTID : PT41386702
I/RelayProvider( 5589): DATA RELAY VERSION : 3.04.009
I/RelayProvider( 5589): prepareAuthInformation - Start : PT41386702, Thread : 6044-Binder_2
W/ContextImpl( 5589): Implicit intents with startService are not safe: Intent { act=com.sec.spp.push.PUSH_CLIENT_SERVICE_ACTION } android.content.ContextWrapper.bindService:529 com.samsung.android.scloud.auth.task.SppTask.bindToSpp:152 com.samsung.android.scloud.auth.task.SppTask.prepare:87
I/RelayProvider( 5589): getAuthInformation Finished : PT41386702
I/RelayProvider( 5589): status : 2
W/ActivityManager( 749): Unable to start service Intent { act=com.sec.spp.push.PUSH_CLIENT_SERVICE_ACTION } U=0: not found
I/AuthManager( 5539): getAuthInformation : STATUS = 2
I/SPlannerTaskSyncAdapter( 5539): Sync Exception: code = 3
I/SPlannerTaskSyncAdapter( 5539): No Auth Info.. Can not call cloud-end
I/SPlannerTaskSyncAdapter( 5539): PERFORM SYNC : END
I/SyncAdapter-Calendar-Proxy( 5539): onPerformSync - finished.
I/CALENDAR-SYNC( 5539): SYNC SERVICE END
I/ServiceKeeper( 749): In getpackagename pid = 749 uid = 1000 package name = android
I/ServiceKeeper( 749): In getpackagename pid = 749 uid = 1000 package name = android
W/ContextImpl( 5589): Implicit intents with startService are not safe: Intent { act=com.sec.spp.push.PUSH_CLIENT_SERVICE_ACTION } android.content.ContextWrapper.bindService:529 com.samsung.android.scloud.auth.task.SppTask.bindToSpp:152 com.samsung.android.scloud.auth.task.SppTask.prepare:87
I/RelayProvider( 5589): getAuthInformation Finished : CT92773193
I/RelayProvider( 5589): status : 2
I/AuthManager( 5539): getAuthInformation : STATUS = 2
I/ContactsSyncAdapter( 5539): Sync Exception: code = 3
I/ContactsSyncAdapter( 5539): No Auth Info.. Can not call cloud-end
I/ContactsSyncAdapter( 5539): PERFORM SYNC : END
I/ContactsGroupSyncAdapter( 5539): PERFORM SYNC : 5.1.5
W/ActivityManager( 749): Unable to start service Intent { act=com.sec.spp.push.PUSH_CLIENT_SERVICE_ACTION } U=0: not found
D/SyncManager( 749): failed sync operation [email protected] u0 (com.osp.app.signin), com.android.calendar, USER, latestRunTime 59259123, reason: 1000, SyncResult: stats [ numAuthExceptions: 2]
D/SyncManager( 749): not retrying sync operation because the error is a hard error: [email protected] u0 (com.osp.app.signin), com.android.calendar, USER, latestRunTime 59259644, reason: 1000
I/ServiceKeeper( 749): In getpackagename pid = 749 uid = 1000 package name = android
I/ContactsGroupSyncAdapter( 5539): LastSyncTime : null
I/ContactsGroupSyncAdapter( 5539): FIRST SYNC REQUEST..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment