AndroidCaldavSyncAdapater
AndroidCaldavSyncAdapater copied to clipboard
Sync does not finish and eats battery
Hi,
I was wondering why my battery runs down fairly quickly after I installed your syncadapter... Turns out Android shows your Adapter under battery usage (also with a note that it did not follow its own strict mode policy), and when I turn off automatic sync, battery usage is fine again.
In my account settings there is also this "turning circle" icon next to where you can turn on/off automatic sync and it never goes away. Also the last sync date always shows NOW-1minute :(
I have looked at it using logcat and also played around by setting "syncResult.delayUntil = 3600", to make it wait at least an hour before the next sync, in the onPerformSync method, but it didnt help.
There is also a SmoothCalendar widget on my home screen, showing the next 3 calendar entries and according to logcat it shows that there are updates, but there are none...
In total I have 3 calendar in my owncloud: my default one, birthdays of contacts and a shared one. Even if none of them are changed (remotely) the app keeps syncing forever.
What looks strange to me is the process method in CaldavFacade. You register it on some http request and according to my logcat it gets called fairly often and might trigger the "forever sync".
Would be good if a developer could have a quick look on this before I start to reverse engineer the code myself :)
Here is the (anonymized) logcat - Have to attach it in a second message (65000 char limit)
02-05 08:45:22.029: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 onCreate 02-05 08:45:22.059: V/BackStackEntry(25867): Commit: android.app.BackStackRecord@40f8c078 02-05 08:45:22.059: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 onCreate, 28ms 02-05 08:45:22.059: V/BackStackEntry(25867): Run: android.app.BackStackRecord@40f8c078 02-05 08:45:22.059: V/FragmentManager(25867): add: AccountSyncSettings{40f8be20 id=0x10202d4} 02-05 08:45:22.059: V/FragmentManager(25867): moveto CREATED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:45:22.059: V/FragmentManager(25867): moveto ACTIVITY_CREATED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:45:22.109: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 onStart 02-05 08:45:22.109: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 onStart, 0ms 02-05 08:45:22.109: V/FragmentManager(25867): moveto STARTED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:45:22.109: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 onPostCreate 02-05 08:45:22.109: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 onPostCreate, 0ms 02-05 08:45:22.109: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 onResume 02-05 08:45:22.109: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 onResume, 1ms 02-05 08:45:22.109: V/FragmentManager(25867): moveto RESUMED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:45:22.259: I/ActivityManager(329): Displayed com.android.settings/.SubSettings: +408ms 02-05 08:45:22.269: V/WindowManager(329): Starting animation in AppWindowToken{41a65568 token=Token{41a2ece8 ActivityRecord{41a2ebc0 com.android.settings/.SubSettings}}} @ 41720847 02-05 08:45:22.269: V/WindowManager(329): Finished animation in AppWindowToken{41a65568 token=Token{41a2ece8 ActivityRecord{41a2ebc0 com.android.settings/.SubSettings}}} @ 41720847 02-05 08:45:22.269: V/WindowManager(329): Starting animation in AppWindowToken{41880598 token=Token{41788ed8 ActivityRecord{418802f8 com.android.settings/.SubSettings}}} @ 41720847 02-05 08:45:22.269: W/UsageStats(329): Failed writing stats to file:/data/system/usagestats/usage-20140203 02-05 08:45:22.339: E/SurfaceTexture(115): [com.android.settings/com.android.settings.SubSettings] abandon: SurfaceTexture(0x0x4fa430) has been abandoned! 02-05 08:45:22.480: V/Performance(25867): >>com.android.settings.SubSettings@40dc27e0 performSaveInstanceState 02-05 08:45:22.480: V/WindowManager(329): Finished animation in AppWindowToken{41880598 token=Token{41788ed8 ActivityRecord{418802f8 com.android.settings/.SubSettings}}} @ 41721063 02-05 08:45:22.490: V/FragmentManager(25867): Saved state of ManageAccountsSettings{40e04608 #0 id=0x10202d4}: Bundle[{android:view_state=android.util.SparseArray@40ff6ee8, android:preferences=Bundle[{}]}] 02-05 08:45:22.490: V/FragmentManager(25867): saveAllState: adding fragment #0: ManageAccountsSettings{40e04608 #0 id=0x10202d4} 02-05 08:45:22.490: V/Performance(25867): <<com.android.settings.SubSettings@40dc27e0 performSaveInstanceState, 5ms 02-05 08:45:22.490: V/FragmentManager(25867): movefrom STARTED: ManageAccountsSettings{40e04608 #0 id=0x10202d4} 02-05 08:45:22.490: V/Performance(25867): >>com.android.settings.SubSettings@40dc27e0 onStop 02-05 08:45:22.490: V/Performance(25867): <<com.android.settings.SubSettings@40dc27e0 onStop, 0ms 02-05 08:45:25.272: D/SyncManager(329): setSyncAutomatically: , provider com.android.calendar -> true 02-05 08:45:25.282: V/SyncManager(329): scheduleSyncOperation: enqueued (org.gege.caldavsyncadapter.account), com.android.calendar, SERVER, earliestRunTime 124134809 02-05 08:45:25.312: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:25.342: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:45:25.382: V/BatteryStatsImpl(329): hold partial wakelock, name=_sync__com.android.calendar_Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account}, pid=329 02-05 08:45:25.392: V/SyncManager(329): [SyncStorageEngine]: setActiveSync:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} 02-05 08:45:25.402: V/SyncManager(329): 0: account:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} ,authority:com.android.calendar 02-05 08:45:25.402: D/SyncLog(25975): onStatusChanged =========================================== 02-05 08:45:25.402: D/SyncLog(25975): info account (owncloud kalender/org.gege.caldavsyncadapter.account), authority: com.android.calendar 02-05 08:45:25.463: D/dalvikvm(26736): Late-enabling CheckJNI 02-05 08:45:25.463: V/SyncManager(329): setAlarm:Fri Jan 02 11:29:24 MEZ 1970 currentTime:Fri Jan 02 11:28:54 MEZ 1970 02-05 08:45:25.463: I/ActivityManager(329): Start proc org.gege.caldavsyncadapter for service org.gege.caldavsyncadapter/.syncadapter.SyncService: pid=26736 uid=10058 gids={3003} 02-05 08:45:25.493: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:25.493: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:25.503: V/Performance(26736): android.app.ActivityThread$ApplicationThread@40d78cd0 attachApplication 02-05 08:45:25.513: V/Performance(26736): >>AppBindData{appInfo=ApplicationInfo{40d7a588 org.gege.caldavsyncadapter}} handleBindApplication 02-05 08:45:25.553: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:45:25.573: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:25.593: V/Performance(26736): >>android.app.ActivityThread@40d78c20 newApplication 02-05 08:45:25.593: V/Performance(26736): <<android.app.ActivityThread@40d78c20 newApplication, 1ms 02-05 08:45:25.593: V/Performance(26736): >>android.app.Application@40dc6a00 onCreate 02-05 08:45:25.593: V/Performance(26736): <<android.app.Application@40dc6a00 onCreate, 1ms 02-05 08:45:25.593: V/Performance(26736): <<AppBindData{appInfo=ApplicationInfo{40d7a588 org.gege.caldavsyncadapter}} handleBindApplication, 81ms 02-05 08:45:25.603: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40dc8270 onCreate 02-05 08:45:25.613: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40dc8270 onCreate, 5ms 02-05 08:45:25.613: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40dc8270 onBind 02-05 08:45:25.613: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40dc8270 onBind, 0ms 02-05 08:45:25.613: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:25.613: V/SyncManager(329): handlemessage: msg.what=4 02-05 08:45:25.623: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:25.633: V/SyncAdapter(26736): onPerformSync() count:1 on owncloud kalender with URL https://www.mydomain.de/owncloud/remote.php/caldav 02-05 08:45:25.753: V/BatteryStatsImpl(329): hold partial wakelock, name=RILJ, pid=601 02-05 08:45:25.773: V/BatteryStatsImpl(329): release partial wakelock, name=RILJ, pid=601 02-05 08:45:26.894: D/MobileDataStateTracker(329): default: mMobileDataState=CONNECTED mTeardownRequested=false got [AnyDataCSC] : type=default state=CONNECTED reason=nwTypeChanged apn=internet.t-mobile roaming=false unavailable=false NetworkType=8 NetworkTypeName=HSDPA entitleError=0 apnCarrier=cong 02-05 08:45:26.904: V/Performance(329): <<android.net.MobileDataStateTracker$MobileDataStateReceiver@411c24e0 onReceive, 23ms 02-05 08:45:26.904: V/Performance(601): >>com.android.phone.PhoneApp$PhoneAppBroadcastReceiver@40d976f0 onReceive:Intent { act=android.intent.action.SERVICE_STATE flg=0x10 (has extras) }, tid=601 02-05 08:45:26.904: V/Performance(601): <<com.android.phone.PhoneApp$PhoneAppBroadcastReceiver@40d976f0 onReceive, 2ms 02-05 08:45:26.904: V/Performance(601): >>com.android.phone.PhoneApp$PhoneAppBroadcastReceiver@40d976f0 onReceive:Intent { act=android.intent.action.ANY_DATA_STATE flg=0x10 (has extras) }, tid=601 02-05 08:45:26.904: V/Performance(601): <<com.android.phone.PhoneApp$PhoneAppBroadcastReceiver@40d976f0 onReceive, 3ms 02-05 08:45:27.024: V/BatteryStatsImpl(329): hold partial wakelock, name=RILJ, pid=601 02-05 08:45:27.084: V/BatteryStatsImpl(329): release partial wakelock, name=RILJ, pid=601 02-05 08:45:27.084: V/BatteryStatsImpl(329): hold partial wakelock, name=RILJ, pid=601 02-05 08:45:27.094: V/BatteryStatsImpl(329): release partial wakelock, name=RILJ, pid=601 02-05 08:45:27.124: V/Performance(329): >>com.android.server.net.NetworkPolicyManagerService$4@410dcc40 onReceive:Intent { act=com.android.server.action.NETWORK_STATS_UPDATED flg=0x40000010 }, tid=436 02-05 08:45:27.134: V/BatteryStatsImpl(329): release partial wakelock, name=NetworkStats, pid=329 02-05 08:45:27.144: V/Performance(329): <<com.android.server.net.NetworkPolicyManagerService$4@410dcc40 onReceive, 18ms 02-05 08:45:27.464: D/CaldavFacade(26736): LastAuthState: nothing to do 02-05 08:45:27.464: D/CaldavFacade(26736): LastAuthScope: nothing to do 02-05 08:45:27.695: D/CaldavFacade(26736): LastAuthState: new with user testUser 02-05 08:45:27.695: D/CaldavFacade(26736): LastAuthScope: new 02-05 08:45:27.875: V/BatteryStatsImpl(329): hold partial wakelock, name=NetworkStats, pid=329 02-05 08:45:28.085: V/Performance(329): <<com.android.server.net.NetworkPolicyManagerService$4@410dcc40 onReceive, 24ms 02-05 08:45:28.095: I/CaldavFacade(26736): 0 calendars found in set https://www.mydomain.de/owncloud/remote.php/caldav 02-05 08:45:28.095: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:45:28.095: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:45:28.285: D/CaldavFacade(26736): Found userPrincipal: https://www.mydomain.de/owncloud/remote.php/caldav/principals/testUser/ 02-05 08:45:28.295: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:45:28.295: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:45:28.505: D/CaldavFacade(26736): 1 calendar-home-set found in https://www.mydomain.de/owncloud/remote.php/caldav/principals/testUser/ 02-05 08:45:28.516: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:45:28.516: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:45:28.736: I/CaldavFacade(26736): 3 calendars found in set https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/ 02-05 08:45:28.736: I/SyncAdapter(26736): 3 calendars found at android 02-05 08:45:28.736: I/SyncAdapter(26736): Detected calendar name=Default calendar URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/defaultcalendar/ 02-05 08:45:28.736: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:45:28.756: I/SyncAdapter(26736): Detected calendar name=UnserKalender URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/unserkalender/ 02-05 08:45:28.766: V/Performance(4922): >>com.android.providers.calendar.EmptyService@40e11be8 onCreate 02-05 08:45:28.766: V/Performance(4922): <<com.android.providers.calendar.EmptyService@40e11be8 onCreate, 0ms 02-05 08:45:28.766: V/Performance(4922): >>com.android.providers.calendar.EmptyService@40e11be8 onStartCommand:Intent { cmp=com.android.providers.calendar/.EmptyService } 02-05 08:45:28.766: V/Performance(4922): <<com.android.providers.calendar.EmptyService@40e11be8 onStartCommand, 0ms 02-05 08:45:28.776: V/SyncManager(329): scheduleSyncOperation: enqueued (org.gege.caldavsyncadapter.account), com.android.calendar, LOCAL, earliestRunTime 124168296 02-05 08:45:28.776: V/SyncManager(329): scheduleSyncOperation: enqueued (com.google), com.android.calendar, LOCAL, earliestRunTime 124168298 02-05 08:45:28.786: V/Performance(26510): >>android.database.ContentObserver$NotificationRunnable@40e33ba0 onChange 02-05 08:45:28.786: D/SmoothCalendar(26510): IN ONCHANGE -- UpDates have been noted 02-05 08:45:28.796: V/Performance(26510): <<android.database.ContentObserver$NotificationRunnable@40e33ba0 onChange, 13ms 02-05 08:45:28.796: V/Performance(26510): >>se.catharsis.android.calendar.SmoothCalendar@40de8eb8 onReceive:Intent { act=ActionServiceUpdate flg=0x10 cmp=se.catharsis.android.calendar/.SmoothCalendar }, tid=26510 02-05 08:45:28.796: D/SmoothCalendar(26510): Update started 10 02-05 08:45:28.796: D/SmoothCalendar(26510): orientation=Portrait 02-05 08:45:28.796: D/SmoothCalendar(26510): Icon Orientation 1 02-05 08:45:28.796: D/SmoothCalendar(26510): SDK_INT 15 02-05 08:45:28.796: D/SmoothCalendar(26510): Service enabled 02-05 08:45:28.806: D/SmoothCalendar(26510): tz=Europe/Amsterdam 02-05 08:45:28.936: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:45:28.946: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:29.006: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:45:29.086: D/PowerManagerService(329): New lightsensor value:40, lcdValue:116 02-05 08:45:29.086: D/PowerManagerService(329): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3 02-05 08:45:29.116: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:29.176: I/SyncAdapter(26736): Detected calendar name=Geburtstage Deiner Kontakte URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/contact_birthdays/ 02-05 08:45:29.196: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:29.226: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:45:29.286: D/dalvikvm(26510): GC_FOR_ALLOC freed 1573K, 41% free 2980K/5027K, paused 31ms 02-05 08:45:29.286: D/SmoothCalendar(26510): Checking the Locale 02-05 08:45:29.296: D/SmoothCalendar(26510): It renders as Jan 02-05 08:45:29.296: D/SmoothCalendar(26510): Creating remote view 02-05 08:45:29.296: D/SmoothCalendar(26510): scale=1.5 02-05 08:45:29.296: D/SmoothCalendar(26510): Loading events 02-05 08:45:29.386: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:45:29.396: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:29.446: I/SyncAdapter(26736): Entries: 0 02-05 08:45:29.446: D/SmoothCalendar(26510): Entering loop, 21 items in list 02-05 08:45:29.446: D/SmoothCalendar(26510): displaying line 0 02-05 08:45:29.446: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:45:29.446: D/SmoothCalendar(26510): TestTermin1 is not allday 02-05 08:45:29.456: I/SyncAdapter(26736): Rows inserted: 0 02-05 08:45:29.456: D/SmoothCalendar(26510): displaying line 1 02-05 08:45:29.456: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:45:29.456: D/SmoothCalendar(26510): TestTermin2 is not allday 02-05 08:45:29.456: D/SmoothCalendar(26510): displaying line 2 02-05 08:45:29.456: I/SyncAdapter(26736): Rows updated: 0 02-05 08:45:29.456: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:45:29.456: D/SmoothCalendar(26510): TestTermin2 is not allday 02-05 08:45:29.456: I/SyncAdapter(26736): Rows deleted: 0 02-05 08:45:29.466: D/SmoothCalendar(26510): Update finished 10 02-05 08:45:29.466: V/Performance(26510): <<se.catharsis.android.calendar.SmoothCalendar@40de8eb8 onReceive, 680ms 02-05 08:45:29.466: V/Performance(26510): >>se.catharsis.android.calendar.UpdateService@40d88860 onStartCommand:Intent { cmp=se.catharsis.android.calendar/.UpdateService } 02-05 08:45:29.476: V/Performance(26510): <<se.catharsis.android.calendar.UpdateService@40d88860 onStartCommand, 7ms 02-05 08:45:29.496: I/SyncAdapter(26736): Rows skipped: 0 02-05 08:45:29.496: I/SyncAdapter(26736): Io Exceptions: 0 02-05 08:45:29.496: I/SyncAdapter(26736): Parse Exceptions: 0 02-05 08:45:29.496: I/SyncAdapter(26736): Auth Exceptions: 0 02-05 08:45:29.496: I/SyncAdapter(26736): Conflict Detected Exceptions: 0 02-05 08:45:29.496: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:29.516: V/SyncManager(329): handlemessage: msg.what=1 02-05 08:45:29.516: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40dc8270 onUnBind 02-05 08:45:29.516: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40dc8270 onUnBind, 0ms 02-05 08:45:29.516: V/BatteryStatsImpl(329): release partial wakelock, name=_sync__com.android.calendar_Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account}, pid=329 02-05 08:45:29.537: V/SyncManager(329): syncResult != null:true 02-05 08:45:29.567: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:32.459: V/BatteryStatsImpl(329): hold partial wakelock, name=RILJ, pid=601 02-05 08:45:32.489: V/BatteryStatsImpl(329): release partial wakelock, name=RILJ, pid=601 02-05 08:45:32.509: I/TelephonyRegistry(329): notifyDataConnection: state=2 isDataConnectivityPossible=true reason='nwTypeChanged' apn='internet.t-mobile' apnType=default networkType=3 roaming=false errorCause=0
02-05 08:45:55.472: V/Performance(329): >>android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive:Intent { act=android.content.syncmanager.SYNC_ALARM flg=0x14 (has extras) }, tid=342 02-05 08:45:55.472: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:45:55.472: V/Performance(329): <<android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive, 4ms 02-05 08:45:55.482: V/BatteryStatsImpl(329): hold partial wakelock, name=AlarmManager, pid=329 02-05 08:45:55.482: V/BatteryStatsImpl(329): release partial wakelock, name=AlarmManager, pid=329 02-05 08:45:55.482: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:45:55.482: V/SyncManager(329): handlemessage: msg.what=2 02-05 08:45:55.482: V/BatteryStatsImpl(329): release partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:45:55.482: V/AlarmManager(329): sending alarm PendingIntent{41175e08: PendingIntentRecord{411bca60 android broadcastIntent}}, intent=android.content.syncmanager.SYNC_ALARM, type=ELAPSED_REALTIME_WAKEUP, count=1, when=124164986, repeateInterval=0 02-05 08:45:55.492: V/SyncManager(329): setAlarm:Fri Jan 02 11:29:55 MEZ 1970 currentTime:Fri Jan 02 11:29:25 MEZ 1970 02-05 08:45:55.492: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329
02-05 08:45:58.805: I/CalendarProvider2(4922): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar } 02-05 08:45:58.805: W/ContentResolver(4922): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
02-05 08:45:58.835: I/ActivityManager(329): Start proc com.google.android.calendar for broadcast com.google.android.calendar/com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory: pid=26759 uid=10007 gids={3003} 02-05 08:45:58.855: V/Performance(26759): android.app.ActivityThread$ApplicationThread@40d791c0 attachApplication 02-05 08:45:58.865: V/Performance(26759): >>AppBindData{appInfo=ApplicationInfo{40d7aa78 com.google.android.calendar}} handleBindApplication 02-05 08:45:58.895: V/Performance(26759): >>android.app.ActivityThread@40d79110 newApplication 02-05 08:45:58.895: V/Performance(26759): <<android.app.ActivityThread@40d79110 newApplication, 1ms 02-05 08:45:58.895: I/ActivityThread(26759): Pub com.google.android.calendar.CalendarRecentSuggestionsProvider: com.android.calendar.CalendarRecentSuggestionsProvider 02-05 08:45:58.895: V/Performance(26759): >>com.android.calendar.CalendarRecentSuggestionsProvider@40d92e50 onCreate 02-05 08:45:58.895: V/Performance(26759): <<com.android.calendar.CalendarRecentSuggestionsProvider@40d92e50 onCreate, 2ms 02-05 08:45:58.895: V/Performance(26759): >>com.android.calendar.CalendarApplication@40d92260 onCreate 02-05 08:45:58.905: V/Performance(26759): <<com.android.calendar.CalendarApplication@40d92260 onCreate, 7ms 02-05 08:45:58.905: V/Performance(26759): <<AppBindData{appInfo=ApplicationInfo{40d7aa78 com.google.android.calendar}} handleBindApplication, 45ms 02-05 08:45:58.905: V/Performance(26759): >>com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory@40da4bf0 onReceive:Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.google.android.calendar/com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory }, tid=26759 02-05 08:45:58.915: V/Performance(26759): <<com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory@40da4bf0 onReceive, 8ms 02-05 08:45:58.965: D/Socket_Alarm(26759): registerHTCSocketMonitorCallBack 02-05 08:45:58.965: D/Socket_Alarm(26759): set mSocketMonitor 02-05 08:45:58.965: D/Socket_Alarm(26759): HTCSocketMonitorImpl::HTCSocketMonitorImpl 02-05 08:45:58.975: V/Performance(26759): >>com.android.calendar.widget.CalendarAppWidgetProvider@40dc4f88 onReceive:Intent { act=com.google.android.calendar.APPWIDGET_UPDATE flg=0x10 cmp=com.google.android.calendar/com.android.calendar.widget.CalendarAppWidgetProvider }, tid=26759 02-05 08:45:58.975: V/Performance(26759): <<com.android.calendar.widget.CalendarAppWidgetProvider@40dc4f88 onReceive, 1ms 02-05 08:45:59.996: V/Performance(329): >>com.android.server.AlarmManagerService$ClockReceiver@412e8b08 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=342 02-05 08:45:59.996: V/BatteryStatsImpl(329): hold partial wakelock, name=AlarmManager, pid=329 02-05 08:46:00.006: V/Performance(329): <<com.android.server.AlarmManagerService$ClockReceiver@412e8b08 onReceive, 12ms 02-05 08:46:00.006: V/Performance(329): >>com.android.internal.policy.impl.KeyguardUpdateMonitor$3@4112e898 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=342 02-05 08:46:00.006: V/Performance(329): <<com.android.internal.policy.impl.KeyguardUpdateMonitor$3@4112e898 onReceive, 5ms 02-05 08:46:00.006: V/AlarmManager(329): sending alarm PendingIntent{40fdbfd8: PendingIntentRecord{412e8038 android broadcastIntent}}, intent=android.intent.action.TIME_TICK, type=RTC, count=1, when=1391586360000, repeateInterval=0 02-05 08:46:00.016: V/Performance(329): >>com.android.internal.widget.DigitalClock$TimeChangedReceiver@412bc940 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=342 02-05 08:46:00.016: V/Performance(329): <<com.android.internal.widget.DigitalClock$TimeChangedReceiver@412bc940 onReceive, 5ms 02-05 08:46:00.016: V/Performance(471): >>com.android.systemui.statusbar.policy.Clock$1@40ee18c8 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:46:00.016: V/Performance(471): <<com.android.systemui.statusbar.policy.Clock$1@40ee18c8 onReceive, 0ms 02-05 08:46:00.026: V/Performance(471): >>com.android.systemui.statusbar.policy.Clock$1@40ee30a8 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:46:00.036: V/Performance(471): <<com.android.systemui.statusbar.policy.Clock$1@40ee30a8 onReceive, 3ms 02-05 08:46:00.036: V/Performance(471): >>com.android.systemui.statusbar.policy.DateView$1@40da9be0 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:46:00.036: V/Performance(471): <<com.android.systemui.statusbar.policy.DateView$1@40da9be0 onReceive, 3ms 02-05 08:46:00.046: V/Performance(471): >>android.widget.DateTimeView$1@4111e170 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:46:00.046: V/Performance(471): <<android.widget.DateTimeView$1@4111e170 onReceive, 0ms 02-05 08:46:00.056: V/Performance(471): >>android.widget.DateTimeView$1@4108be80 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:46:00.056: V/Performance(471): <<android.widget.DateTimeView$1@4108be80 onReceive, 1ms 02-05 08:46:00.056: V/Performance(471): >>android.widget.DateTimeView$1@40db0588 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:46:00.056: V/Performance(471): <<android.widget.DateTimeView$1@40db0588 onReceive, 0ms 02-05 08:46:00.056: V/BatteryStatsImpl(329): release partial wakelock, name=AlarmManager, pid=329
02-05 08:46:25.331: V/FragmentManager(25867): Saved state of AccountSyncSettings{40f8be20 #0 id=0x10202d4}: Bundle[{android:view_state=android.util.SparseArray@4105ad58, android:preferences=Bundle[{com.android.calendar=android.preference.TwoStatePreference$SavedState@4105acd8, dataAndSynchronization=android.view.AbsSavedState$1@40beced0}]}] 02-05 08:46:25.331: V/FragmentManager(25867): saveAllState: adding fragment #0: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:46:25.331: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 performSaveInstanceState, 2ms 02-05 08:46:25.331: D/PhoneStatusBar(471): disable: < expand icons alerts ticker system_info back home RECENT* clock > 02-05 08:46:25.341: V/BatteryStatsImpl(329): release partial wakelock, name=show keyguard, pid=329 02-05 08:46:25.341: V/Performance(529): >>com.android.launcher2.gz@410c11e0 onReceive:Intent { act=android.intent.action.CLOSE_SYSTEM_DIALOGS flg=0x40000010 (has extras) }, tid=529 02-05 08:46:25.341: V/FragmentManager(25867): movefrom STARTED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:46:25.341: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 onStop 02-05 08:46:25.341: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 onStop, 4ms 02-05 08:46:25.351: V/BatteryStatsImpl(329): release partial wakelock, name=ActivityManager-Sleep, pid=329
02-05 08:46:25.581: V/Performance(329): >>android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive:Intent { act=android.content.syncmanager.SYNC_ALARM flg=0x14 (has extras) }, tid=342 02-05 08:46:25.581: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:46:25.581: V/Performance(329): <<android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive, 1ms 02-05 08:46:25.581: V/BatteryStatsImpl(329): release partial wakelock, name=AlarmManager, pid=329 02-05 08:46:25.591: V/Performance(2525): >>com.kebab.Llama.LlamaService@40dc6b58 onStartCommand:Intent { act=android.intent.action.SCREEN_OFF flg=0x40000010 cmp=com.kebab.Llama/.LlamaService }
02-05 08:46:25.601: V/SyncManager(329): handlemessage: msg.what=2 02-05 08:46:25.601: V/BatteryStatsImpl(329): hold partial wakelock, name=_sync__com.android.calendar_Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account}, pid=329 02-05 08:46:25.601: V/SyncManager(329): [SyncStorageEngine]: setActiveSync:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} 02-05 08:46:25.611: V/SyncManager(329): 0: account:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} ,authority:com.android.calendar 02-05 08:46:25.611: D/SyncLog(25975): onStatusChanged =========================================== 02-05 08:46:25.611: D/SyncLog(25975): info account (owncloud kalender/org.gege.caldavsyncadapter.account), authority: com.android.calendar 02-05 08:46:25.621: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40e33590 onCreate 02-05 08:46:25.621: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40e33590 onCreate, 0ms 02-05 08:46:25.621: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40e33590 onBind 02-05 08:46:25.621: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40e33590 onBind, 0ms 02-05 08:46:25.631: V/BatteryStatsImpl(329): hold partial wakelock, name=sync_com.android.calendar_Account {[email protected], type=com.google}, pid=329 02-05 08:46:25.631: V/SyncManager(329): [SyncStorageEngine]: setActiveSync:Account {[email protected], type=com.google} 02-05 08:46:25.631: V/SyncManager(329): 0: account:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} ,authority:com.android.calendar 02-05 08:46:25.631: V/SyncManager(329): 1: account:Account {[email protected], type=com.google} ,authority:com.android.calendar 02-05 08:46:25.631: D/SyncLog(25975): onStatusChanged =========================================== 02-05 08:46:25.631: D/SyncLog(25975): info account (owncloud kalender/org.gege.caldavsyncadapter.account), authority: com.android.calendar 02-05 08:46:25.631: D/SyncLog(25975): info account ([email protected]/com.google), authority: com.android.calendar 02-05 08:46:25.661: V/BatteryStatsImpl(329): release partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:46:25.661: I/ActivityManager(329): Start proc com.google.android.syncadapters.calendar for service com.google.android.syncadapters.calendar/.CalendarSyncAdapterService: pid=26783 uid=10007 gids={3003} 02-05 08:46:25.671: V/SyncManager(329): setAlarm:Fri Jan 02 11:30:25 MEZ 1970 currentTime:Fri Jan 02 11:29:55 MEZ 1970 02-05 08:46:25.681: V/Performance(26783): android.app.ActivityThread$ApplicationThread@40d79cf0 attachApplication 02-05 08:46:25.691: V/Performance(26783): >>AppBindData{appInfo=ApplicationInfo{40d7b830 com.google.android.syncadapters.calendar}} handleBindApplication 02-05 08:46:25.701: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:25.701: V/Performance(26783): >>android.app.ActivityThread@40d7a308 newApplication 02-05 08:46:25.701: V/Performance(26783): <<android.app.ActivityThread@40d7a308 newApplication, 1ms 02-05 08:46:25.701: V/Performance(26783): >>android.app.Application@40d829b0 onCreate 02-05 08:46:25.711: V/Performance(26783): <<android.app.Application@40d829b0 onCreate, 2ms 02-05 08:46:25.711: V/Performance(26783): <<AppBindData{appInfo=ApplicationInfo{40d7b830 com.google.android.syncadapters.calendar}} handleBindApplication, 20ms 02-05 08:46:25.711: V/Performance(26783): >>com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40d84358 onCreate 02-05 08:46:25.731: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:25.751: V/Performance(26783): <<com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40d84358 onCreate, 41ms 02-05 08:46:25.751: V/Performance(26783): >>com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40d84358 onBind 02-05 08:46:25.751: V/Performance(26783): <<com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40d84358 onBind, 0ms
02-05 08:46:25.751: V/SyncManager(329): handlemessage: msg.what=4 02-05 08:46:25.761: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:25.761: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329
02-05 08:46:25.761: V/SyncAdapter(26736): onPerformSync() count:2 on owncloud kalender with URL https://www.mydomain.de/owncloud/remote.php/caldav
02-05 08:46:25.771: V/SyncManager(329): handlemessage: msg.what=4 02-05 08:46:25.781: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:25.982: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329
02-05 08:46:25.982: V/SyncManager(329): handlemessage: msg.what=1 02-05 08:46:25.982: V/Performance(26783): >>com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40d84358 onUnBind 02-05 08:46:25.982: V/Performance(26783): <<com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40d84358 onUnBind, 0ms 02-05 08:46:25.992: V/BatteryStatsImpl(329): release partial wakelock, name=_sync__com.android.calendar_Account {[email protected], type=com.google}, pid=329 02-05 08:46:25.992: V/SyncManager(329): after [removeActiveSync] 0: account:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} ,authority:com.android.calendar
02-05 08:46:25.992: D/SyncLog(25975): onStatusChanged =========================================== 02-05 08:46:25.992: D/SyncLog(25975): info account (owncloud kalender/org.gege.caldavsyncadapter.account), authority: com.android.calendar 02-05 08:46:25.992: V/SyncManager(329): syncResult != null:true 02-05 08:46:25.992: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:28.364: D/CaldavFacade(26736): LastAuthState: nothing to do 02-05 08:46:28.364: D/CaldavFacade(26736): LastAuthScope: nothing to do 02-05 08:46:28.584: D/CaldavFacade(26736): LastAuthState: new with user testUser 02-05 08:46:28.584: D/CaldavFacade(26736): LastAuthScope: new 02-05 08:46:38.344: I/CaldavFacade(26736): 0 calendars found in set https://www.mydomain.de/owncloud/remote.php/caldav 02-05 08:46:38.344: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:46:38.344: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:46:38.604: D/CaldavFacade(26736): Found userPrincipal: https://www.mydomain.de/owncloud/remote.php/caldav/principals/testUser/ 02-05 08:46:38.614: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:46:38.614: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:46:38.894: D/CaldavFacade(26736): 1 calendar-home-set found in https://www.mydomain.de/owncloud/remote.php/caldav/principals/testUser/ 02-05 08:46:38.894: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:46:38.894: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:46:39.134: I/CaldavFacade(26736): 3 calendars found in set https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/ 02-05 08:46:39.134: I/SyncAdapter(26736): 3 calendars found at android 02-05 08:46:39.134: I/SyncAdapter(26736): Detected calendar name=Default calendar URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/defaultcalendar/ 02-05 08:46:39.134: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:46:39.144: I/SyncAdapter(26736): Detected calendar name=UnserKalender URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/unserkalender/ 02-05 08:46:39.154: V/Performance(4922): >>com.android.providers.calendar.EmptyService@40dac9d8 onCreate 02-05 08:46:39.154: V/Performance(4922): <<com.android.providers.calendar.EmptyService@40dac9d8 onCreate, 0ms 02-05 08:46:39.154: V/Performance(4922): >>com.android.providers.calendar.EmptyService@40dac9d8 onStartCommand:Intent { cmp=com.android.providers.calendar/.EmptyService } 02-05 08:46:39.154: V/Performance(4922): <<com.android.providers.calendar.EmptyService@40dac9d8 onStartCommand, 0ms 02-05 08:46:39.164: V/SyncManager(329): scheduleSyncOperation: enqueued (org.gege.caldavsyncadapter.account), com.android.calendar, LOCAL, earliestRunTime 124238684 02-05 08:46:39.164: V/SyncManager(329): scheduleSyncOperation: enqueued (com.google), com.android.calendar, LOCAL, earliestRunTime 124238685 02-05 08:46:39.164: V/Performance(26510): >>android.database.ContentObserver$NotificationRunnable@40e38e28 onChange
02-05 08:46:39.164: D/SmoothCalendar(26510): IN ONCHANGE -- UpDates have been noted 02-05 08:46:39.174: V/Performance(26510): <<android.database.ContentObserver$NotificationRunnable@40e38e28 onChange, 6ms 02-05 08:46:39.174: V/Performance(26510): >>se.catharsis.android.calendar.SmoothCalendar@40dbbdb0 onReceive:Intent { act=ActionServiceUpdate flg=0x10 cmp=se.catharsis.android.calendar/.SmoothCalendar }, tid=26510 02-05 08:46:39.174: D/SmoothCalendar(26510): Update started 10 02-05 08:46:39.174: D/SmoothCalendar(26510): orientation=Portrait 02-05 08:46:39.174: D/SmoothCalendar(26510): Icon Orientation 1 02-05 08:46:39.184: D/SmoothCalendar(26510): SDK_INT 15 02-05 08:46:39.184: D/SmoothCalendar(26510): Service enabled 02-05 08:46:39.184: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:39.184: D/SmoothCalendar(26510): tz=Europe/Amsterdam 02-05 08:46:39.194: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:46:39.255: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:46:39.255: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:39.365: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:39.385: I/SyncAdapter(26736): Detected calendar name=Geburtstage Deiner Kontakte URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/contact_birthdays/ 02-05 08:46:39.395: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:46:39.445: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:46:39.475: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:39.585: I/SyncAdapter(26736): Entries: 0
02-05 08:46:39.585: D/SmoothCalendar(26510): mTimeZone=libcore.util.ZoneInfo[Europe/Amsterdam,mRawOffset=3600000,mUseDst=true] 02-05 08:46:39.585: D/SmoothCalendar(26510): 0 : time=-1693700372 So. Apr 30 23:40:28 1916 UTC = Mo. Mai 01 01:00:00 1916 MESZ isDst=1 offset= 1172 gmtOffset=4772 ...(more lines of SmoothCalendar) 02-05 08:46:39.585: D/SmoothCalendar(26510): Checking the Locale 02-05 08:46:39.585: D/SmoothCalendar(26510): It renders as Jan 02-05 08:46:39.585: D/SmoothCalendar(26510): Creating remote view 02-05 08:46:39.595: D/SmoothCalendar(26510): scale=1.5
02-05 08:46:39.595: I/SyncAdapter(26736): Rows inserted: 0 02-05 08:46:39.595: I/SyncAdapter(26736): Rows updated: 0 02-05 08:46:39.595: I/SyncAdapter(26736): Rows deleted: 0 02-05 08:46:39.595: I/SyncAdapter(26736): Rows skipped: 0 02-05 08:46:39.595: I/SyncAdapter(26736): Io Exceptions: 0 02-05 08:46:39.595: I/SyncAdapter(26736): Parse Exceptions: 0 02-05 08:46:39.605: I/SyncAdapter(26736): Auth Exceptions: 0 02-05 08:46:39.605: I/SyncAdapter(26736): Conflict Detected Exceptions: 0 02-05 08:46:39.625: D/dalvikvm(26510): GC_FOR_ALLOC freed 1387K, 41% free 2969K/5027K, paused 27ms 02-05 08:46:39.635: D/SmoothCalendar(26510): Loading events 02-05 08:46:39.635: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 0
2-05 08:46:39.685: V/SyncManager(329): handlemessage: msg.what=1 02-05 08:46:39.685: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40e33590 onUnBind 02-05 08:46:39.685: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40e33590 onUnBind, 0ms 02-05 08:46:39.715: D/SmoothCalendar(26510): Entering loop, 21 items in list 02-05 08:46:39.715: D/SmoothCalendar(26510): displaying line 0 02-05 08:46:39.715: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:46:39.715: D/SmoothCalendar(26510): TestTermin1 is not allday 02-05 08:46:39.715: D/SmoothCalendar(26510): displaying line 1 02-05 08:46:39.715: V/BatteryStatsImpl(329): release partial wakelock, name=sync_com.android.calendar_Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account}, pid=329 02-05 08:46:39.715: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:46:39.725: D/SmoothCalendar(26510): TestTermin2 is not allday 02-05 08:46:39.725: D/SmoothCalendar(26510): displaying line 2 02-05 08:46:39.725: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:46:39.725: D/SmoothCalendar(26510): TestTermin2 is not allday 02-05 08:46:39.735: D/SmoothCalendar(26510): Update finished 10 02-05 08:46:39.735: V/Performance(26510): <<se.catharsis.android.calendar.SmoothCalendar@40dbbdb0 onReceive, 558ms 02-05 08:46:39.735: V/Performance(26510): >>se.catharsis.android.calendar.UpdateService@40d88860 onStartCommand:Intent { cmp=se.catharsis.android.calendar/.UpdateService } 02-05 08:46:39.735: V/Performance(26510): <<se.catharsis.android.calendar.UpdateService@40d88860 onStartCommand, 1ms
02-05 08:46:39.755: V/SyncManager(329): syncResult != null:true 02-05 08:46:39.755: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:55.410: V/BatteryStatsImpl(329): hold partial wakelock, name=AlarmManager, pid=329 02-05 08:46:55.410: V/AlarmManager(329): sending alarm PendingIntent{417e34c0: PendingIntentRecord{412bb730 com.google.android.gms broadcastIntent}}, intent=com.google.android.intent.action.SEND_IDLE, type=ELAPSED_REALTIME_WAKEUP, count=1, when=124224925, repeateInterval=0 02-05 08:46:55.420: V/Performance(540): >>drb@40ead150 onReceive:Intent { act=com.google.android.intent.action.SEND_IDLE flg=0x14 (has extras) }, tid=540 02-05 08:46:55.420: V/Performance(540): <<drb@40ead150 onReceive, 4ms 02-05 08:46:55.430: V/Performance(540): >>com.google.android.gsf.gtalkservice.Alarm@40e14be0 onReceive:Intent { act=com.google.android.intent.action.SEND_IDLE flg=0x14 (has extras) }, tid=540 02-05 08:46:55.430: V/BatteryStatsImpl(329): hold partial wakelock, name=GTALK_IDLE_ALARM, pid=540 02-05 08:46:55.440: V/BatteryStatsImpl(329): release partial wakelock, name=GTALK_IDLE_ALARM, pid=540 02-05 08:46:55.440: V/Performance(540): <<com.google.android.gsf.gtalkservice.Alarm@40e14be0 onReceive, 8ms 02-05 08:46:55.440: V/BatteryStatsImpl(329): release partial wakelock, name=AlarmManager, pid=329 02-05 08:46:55.671: V/Performance(329): >>android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive:Intent { act=android.content.syncmanager.SYNC_ALARM flg=0x14 (has extras) }, tid=342 02-05 08:46:55.671: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:46:55.671: V/Performance(329): <<android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive, 3ms 02-05 08:46:55.681: V/BatteryStatsImpl(329): hold partial wakelock, name=AlarmManager, pid=329 02-05 08:46:55.681: V/BatteryStatsImpl(329): release partial wakelock, name=AlarmManager, pid=329 02-05 08:46:55.681: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:46:55.681: V/AlarmManager(329): sending alarm PendingIntent{41175e08: PendingIntentRecord{411bca60 android broadcastIntent}}, intent=android.content.syncmanager.SYNC_ALARM, type=ELAPSED_REALTIME_WAKEUP, count=1, when=124225190, repeateInterval=0
02-05 08:46:55.691: V/SyncManager(329): handlemessage: msg.what=2 02-05 08:46:55.691: V/BatteryStatsImpl(329): release partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:46:55.691: V/SyncManager(329): setAlarm:Fri Jan 02 11:30:55 MEZ 1970 currentTime:Fri Jan 02 11:30:25 MEZ 1970 02-05 08:46:55.691: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:00.005: V/Performance(329): >>com.android.server.AlarmManagerService$ClockReceiver@412e8b08 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=342 02-05 08:47:00.005: V/BatteryStatsImpl(329): hold partial wakelock, name=AlarmManager, pid=329 02-05 08:47:00.005: V/AlarmManager(329): sending alarm PendingIntent{40fdbfd8: PendingIntentRecord{412e8038 android broadcastIntent}}, intent=android.intent.action.TIME_TICK, type=RTC, count=1, when=1391586420000, repeateInterval=0 02-05 08:47:00.015: V/Performance(329): <<com.android.server.AlarmManagerService$ClockReceiver@412e8b08 onReceive, 10ms 02-05 08:47:00.015: V/Performance(329): >>com.android.internal.policy.impl.KeyguardUpdateMonitor$3@4112e898 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=342 02-05 08:47:00.015: V/Performance(329): <<com.android.internal.policy.impl.KeyguardUpdateMonitor$3@4112e898 onReceive, 1ms 02-05 08:47:00.015: V/Performance(329): >>com.android.internal.widget.DigitalClock$TimeChangedReceiver@412bc940 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=342 02-05 08:47:00.025: V/Performance(329): <<com.android.internal.widget.DigitalClock$TimeChangedReceiver@412bc940 onReceive, 11ms 02-05 08:47:00.035: V/Performance(471): >>com.android.systemui.statusbar.policy.Clock$1@40ee18c8 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:47:00.035: V/Performance(471): <<com.android.systemui.statusbar.policy.Clock$1@40ee18c8 onReceive, 0ms 02-05 08:47:00.035: V/Performance(471): >>com.android.systemui.statusbar.policy.Clock$1@40ee30a8 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:47:00.035: V/Performance(471): <<com.android.systemui.statusbar.policy.Clock$1@40ee30a8 onReceive, 1ms 02-05 08:47:00.045: V/Performance(471): >>com.android.systemui.statusbar.policy.DateView$1@40da9be0 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:47:00.045: V/Performance(471): <<com.android.systemui.statusbar.policy.DateView$1@40da9be0 onReceive, 2ms 02-05 08:47:00.105: V/Performance(471): >>android.widget.DateTimeView$1@4111e170 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:47:00.105: V/Performance(471): <<android.widget.DateTimeView$1@4111e170 onReceive, 1ms 02-05 08:47:00.105: V/Performance(471): >>android.widget.DateTimeView$1@4108be80 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:47:00.105: V/Performance(471): <<android.widget.DateTimeView$1@4108be80 onReceive, 1ms 02-05 08:47:00.115: V/Performance(471): >>android.widget.DateTimeView$1@40db0588 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=471 02-05 08:47:00.115: V/Performance(471): <<android.widget.DateTimeView$1@40db0588 onReceive, 1ms 02-05 08:47:00.115: V/Performance(329): >>com.android.internal.widget.DigitalClock$TimeChangedReceiver@41883f88 onReceive:Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) }, tid=342 02-05 08:47:00.115: V/Performance(329): <<com.android.internal.widget.DigitalClock$TimeChangedReceiver@41883f88 onReceive, 0ms
02-05 08:47:09.194: I/CalendarProvider2(4922): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar } 02-05 08:47:09.194: W/ContentResolver(4922): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar) 02-05 08:47:09.204: V/Performance(26759): >>com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory@40dcc538 onReceive:Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x10 cmp=com.google.android.calendar/com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory }, tid=26759 02-05 08:47:09.214: V/Performance(26759): <<com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory@40dcc538 onReceive, 2ms 02-05 08:47:09.214: D/Process(329): killProcessQuiet, pid=24856 02-05 08:47:09.214: D/Process(329): dalvik.system.VMStack.getThreadStackTrace(Native Method) 02-05 08:47:09.214: D/Process(329): java.lang.Thread.getStackTrace(Thread.java:599) 02-05 08:47:09.214: D/Process(329): android.os.Process.killProcessQuiet(Process.java) 02-05 08:47:09.214: D/Process(329): com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java) 02-05 08:47:09.214: D/Process(329): com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java) 02-05 08:47:09.214: D/Process(329): com.android.server.am.ActivityManagerService.serviceDoneExecutingLocked(ActivityManagerService.java) 02-05 08:47:09.214: D/Process(329): com.android.server.am.ActivityManagerService.serviceDoneExecuting(ActivityManagerService.java) 02-05 08:47:09.214: D/Process(329): android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java) 02-05 08:47:09.214: D/Process(329): com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java) 02-05 08:47:09.214: D/Process(329): android.os.Binder.execTransact(Binder.java) 02-05 08:47:09.214: D/Process(329): dalvik.system.NativeStart.run(Native Method)
02-05 08:47:09.234: V/FragmentManager(25867): moveto STARTED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:47:09.234: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 onResume 02-05 08:47:09.234: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 onResume, 0ms 02-05 08:47:09.234: V/FragmentManager(25867): moveto RESUMED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:47:09.234: D/ActivityManager(329): Config after re-evaluted by window manager: null 02-05 08:47:09.344: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 performPause 02-05 08:47:09.344: V/FragmentManager(25867): movefrom RESUMED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:47:09.344: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 performPause, 2ms 02-05 08:47:09.344: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 performSaveInstanceState 02-05 08:47:09.354: V/FragmentManager(25867): Saved state of AccountSyncSettings{40f8be20 #0 id=0x10202d4}: Bundle[{android:view_state=android.util.SparseArray@4106bdb8, android:preferences=Bundle[{com.android.calendar=android.preference.TwoStatePreference$SavedState@4106bd38, dataAndSynchronization=android.view.AbsSavedState$1@40beced0}]}] 02-05 08:47:09.354: V/FragmentManager(25867): saveAllState: adding fragment #0: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:47:09.354: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 performSaveInstanceState, 8ms 02-05 08:47:09.354: D/UPolicy(329): settings_user_profiling value: false 02-05 08:47:09.364: V/FragmentManager(25867): movefrom STARTED: AccountSyncSettings{40f8be20 #0 id=0x10202d4} 02-05 08:47:09.364: V/Performance(25867): >>com.android.settings.SubSettings@40f799b0 onStop 02-05 08:47:09.364: V/Performance(25867): <<com.android.settings.SubSettings@40f799b0 onStop, 0ms 02-05 08:47:09.404: D/dalvikvm(25867): GC_CONCURRENT freed 2074K, 37% free 3738K/5923K, paused 2ms+9ms 02-05 08:47:25.690: V/Performance(329): >>android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive:Intent { act=android.content.syncmanager.SYNC_ALARM flg=0x14 (has extras) }, tid=342 02-05 08:47:25.690: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:47:25.700: V/Performance(329): <<android.content.SyncManager$SyncAlarmIntentReceiver@40e616e8 onReceive, 6ms 02-05 08:47:25.710: V/BatteryStatsImpl(329): hold partial wakelock, name=AlarmManager, pid=329 02-05 08:47:25.710: V/BatteryStatsImpl(329): release partial wakelock, name=AlarmManager, pid=329 02-05 08:47:25.710: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329
02-05 08:47:25.710: V/SyncManager(329): handlemessage: msg.what=2 02-05 08:47:25.710: V/AlarmManager(329): sending alarm PendingIntent{41175e08: PendingIntentRecord{411bca60 android broadcastIntent}}, intent=android.content.syncmanager.SYNC_ALARM, type=ELAPSED_REALTIME_WAKEUP, count=1, when=124255211, repeateInterval=0 02-05 08:47:25.720: V/BatteryStatsImpl(329): hold partial wakelock, name=_sync__com.android.calendar_Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account}, pid=329 02-05 08:47:25.720: V/SyncManager(329): [SyncStorageEngine]: setActiveSync:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} 02-05 08:47:25.720: V/SyncManager(329): 0: account:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} ,authority:com.android.calendar
02-05 08:47:25.720: D/SyncLog(25975): onStatusChanged =========================================== 02-05 08:47:25.720: D/SyncLog(25975): info account (owncloud kalender/org.gege.caldavsyncadapter.account), authority: com.android.calendar 02-05 08:47:25.720: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40e7f800 onCreate 02-05 08:47:25.720: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40e7f800 onCreate, 0ms 02-05 08:47:25.720: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40e7f800 onBind 02-05 08:47:25.720: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40e7f800 onBind, 0ms 02-05 08:47:25.730: V/BatteryStatsImpl(329): hold partial wakelock, name=_sync__com.android.calendar_Account {[email protected], type=com.google}, pid=329
02-05 08:47:25.730: V/SyncManager(329): [SyncStorageEngine]: setActiveSync:Account {[email protected], type=com.google} 02-05 08:47:25.730: V/SyncManager(329): 0: account:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} ,authority:com.android.calendar 02-05 08:47:25.740: V/SyncManager(329): 1: account:Account {[email protected], type=com.google} ,authority:com.android.calendar
02-05 08:47:25.740: D/SyncLog(25975): onStatusChanged =========================================== 02-05 08:47:25.740: D/SyncLog(25975): info account (owncloud kalender/org.gege.caldavsyncadapter.account), authority: com.android.calendar 02-05 08:47:25.740: D/SyncLog(25975): info account ([email protected]/com.google), authority: com.android.calendar 02-05 08:47:25.750: V/Performance(26783): >>com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40dbee68 onCreate 02-05 08:47:25.750: V/Performance(26783): <<com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40dbee68 onCreate, 0ms 02-05 08:47:25.750: V/Performance(26783): >>com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40dbee68 onBind 02-05 08:47:25.750: V/Performance(26783): <<com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40dbee68 onBind, 0ms 02-05 08:47:25.750: V/BatteryStatsImpl(329): release partial wakelock, name=SyncManagerHandleSyncAlarm, pid=329 02-05 08:47:25.750: V/SyncManager(329): setAlarm:Fri Jan 02 11:31:25 MEZ 1970 currentTime:Fri Jan 02 11:30:55 MEZ 1970 02-05 08:47:25.750: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:25.750: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:25.760: V/SyncManager(329): handlemessage: msg.what=4 02-05 08:47:25.760: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:25.760: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:25.760: V/SyncAdapter(26736): onPerformSync() count:3 on owncloud kalender with URL https://www.mydomain.de/owncloud/remote.php/caldav 02-05 08:47:25.770: V/SyncManager(329): handlemessage: msg.what=4 02-05 08:47:25.780: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:25.840: D/dalvikvm(4922): GC_EXPLICIT freed 776K, 44% free 3116K/5539K, paused 2ms+3ms 02-05 08:47:25.880: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:25.880: V/SyncManager(329): handlemessage: msg.what=1 02-05 08:47:25.880: V/Performance(26783): >>com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40dbee68 onUnBind 02-05 08:47:25.880: V/Performance(26783): <<com.google.android.syncadapters.calendar.CalendarSyncAdapterService@40dbee68 onUnBind, 0ms 02-05 08:47:25.890: V/BatteryStatsImpl(329): release partial wakelock, name=_sync__com.android.calendar_Account {[email protected], type=com.google}, pid=329 02-05 08:47:25.890: V/SyncManager(329): after [removeActiveSync] 0: account:Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account} ,authority:com.android.calendar
02-05 08:47:25.890: D/SyncLog(25975): onStatusChanged =========================================== 02-05 08:47:25.890: D/SyncLog(25975): info account (owncloud kalender/org.gege.caldavsyncadapter.account), authority: com.android.calendar 02-05 08:47:25.890: V/SyncManager(329): syncResult != null:true 02-05 08:47:25.890: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:28.453: D/CaldavFacade(26736): LastAuthState: nothing to do 02-05 08:47:28.453: D/CaldavFacade(26736): LastAuthScope: nothing to do 02-05 08:47:28.683: D/CaldavFacade(26736): LastAuthState: new with user testUser 02-05 08:47:28.683: D/CaldavFacade(26736): LastAuthScope: new 02-05 08:47:29.043: I/CaldavFacade(26736): 0 calendars found in set https://www.mydomain.de/owncloud/remote.php/caldav 02-05 08:47:29.053: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:47:29.053: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:47:29.323: D/CaldavFacade(26736): Found userPrincipal: https://www.mydomain.de/owncloud/remote.php/caldav/principals/testUser/ 02-05 08:47:29.323: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:47:29.323: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:47:29.554: D/CaldavFacade(26736): 1 calendar-home-set found in https://www.mydomain.de/owncloud/remote.php/caldav/principals/testUser/ 02-05 08:47:29.554: D/CaldavFacade(26736): LastAuthState: restored with user testUser 02-05 08:47:29.554: D/CaldavFacade(26736): LastAuthScope: restored 02-05 08:47:29.764: I/CaldavFacade(26736): 3 calendars found in set https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/ 02-05 08:47:29.764: I/SyncAdapter(26736): 3 calendars found at android 02-05 08:47:29.764: I/SyncAdapter(26736): Detected calendar name=Default calendar URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/defaultcalendar/ 02-05 08:47:29.774: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:47:29.784: I/SyncAdapter(26736): Detected calendar name=UnserKalender URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/unserkalender/ 02-05 08:47:29.784: V/Performance(4922): >>com.android.providers.calendar.EmptyService@40e239f0 onCreate 02-05 08:47:29.784: V/Performance(4922): <<com.android.providers.calendar.EmptyService@40e239f0 onCreate, 0ms 02-05 08:47:29.784: V/Performance(4922): >>com.android.providers.calendar.EmptyService@40e239f0 onStartCommand:Intent { cmp=com.android.providers.calendar/.EmptyService } 02-05 08:47:29.784: V/Performance(4922): <<com.android.providers.calendar.EmptyService@40e239f0 onStartCommand, 0ms 02-05 08:47:29.794: V/SyncManager(329): scheduleSyncOperation: enqueued (org.gege.caldavsyncadapter.account), com.android.calendar, LOCAL, earliestRunTime 124289318 02-05 08:47:29.794: V/SyncManager(329): scheduleSyncOperation: enqueued (com.google), com.android.calendar, LOCAL, earliestRunTime 124289319 02-05 08:47:29.804: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:29.804: V/Performance(26510): >>android.database.ContentObserver$NotificationRunnable@40e1c278 onChange 02-05 08:47:29.804: D/SmoothCalendar(26510): IN ONCHANGE -- UpDates have been noted 02-05 08:47:29.804: V/Performance(26510): <<android.database.ContentObserver$NotificationRunnable@40e1c278 onChange, 5ms 02-05 08:47:29.804: V/Performance(26510): >>se.catharsis.android.calendar.SmoothCalendar@40df92a8 onReceive:Intent { act=ActionServiceUpdate flg=0x10 cmp=se.catharsis.android.calendar/.SmoothCalendar }, tid=26510 02-05 08:47:29.814: D/SmoothCalendar(26510): Update started 10 02-05 08:47:29.814: D/SmoothCalendar(26510): orientation=Portrait 02-05 08:47:29.814: D/SmoothCalendar(26510): Icon Orientation 1 02-05 08:47:29.814: D/SmoothCalendar(26510): SDK_INT 15 02-05 08:47:29.814: D/SmoothCalendar(26510): Service enabled 02-05 08:47:29.824: D/SmoothCalendar(26510): tz=Europe/Amsterdam 02-05 08:47:29.834: D/SyncAdapter(26736): CTag has not changed, nothing to do
02-05 08:47:29.884: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:47:29.894: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:29.994: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:30.014: I/SyncAdapter(26736): Detected calendar name=Geburtstage Deiner Kontakte URI=https://www.mydomain.de/owncloud/remote.php/caldav/calendars/testUser/contact_birthdays/ 02-05 08:47:30.054: V/SyncManager(329): handlemessage: msg.what=3 02-05 08:47:30.074: D/SyncAdapter(26736): CTag has not changed, nothing to do 02-05 08:47:30.104: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:30.204: D/SmoothCalendar(26510): mTimeZone=libcore.util.ZoneInfo[Europe/Amsterdam,mRawOffset=3600000,mUseDst=true] 02-05 08:47:30.204: D/SmoothCalendar(26510): 0 : time=-1693700372 So. Apr 30 23:40:28 1916 UTC = Mo. Mai 01 01:00:00 1916 MESZ isDst=1 offset= 1172 gmtOffset=4772 ... (more lines like the one above from SmoothCalendar) 02-05 08:47:30.204: D/SmoothCalendar(26510): Checking the Locale 02-05 08:47:30.204: D/SmoothCalendar(26510): It renders as Jan 02-05 08:47:30.204: D/SmoothCalendar(26510): Creating remote view 02-05 08:47:30.214: D/SmoothCalendar(26510): scale=1.5 02-05 08:47:30.214: D/SmoothCalendar(26510): Loading events 02-05 08:47:30.244: I/SyncAdapter(26736): Entries: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Rows inserted: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Rows updated: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Rows deleted: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Rows skipped: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Io Exceptions: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Parse Exceptions: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Auth Exceptions: 0 02-05 08:47:30.244: I/SyncAdapter(26736): Conflict Detected Exceptions: 0 02-05 08:47:30.264: V/BatteryStatsImpl(329): hold partial wakelock, name=SyncLoopWakeLock, pid=329 02-05 08:47:30.284: V/SyncManager(329): handlemessage: msg.what=1 02-05 08:47:30.294: D/SmoothCalendar(26510): Entering loop, 21 items in list 02-05 08:47:30.294: D/SmoothCalendar(26510): displaying line 0 02-05 08:47:30.294: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:47:30.294: D/SmoothCalendar(26510): TestTermin1 is not allday 02-05 08:47:30.294: D/SmoothCalendar(26510): displaying line 1 02-05 08:47:30.294: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:47:30.304: D/SmoothCalendar(26510): TestTermin2 is not allday 02-05 08:47:30.304: D/SmoothCalendar(26510): displaying line 2 02-05 08:47:30.304: D/SmoothCalendar(26510): mNextUpdate=1392843600000 02-05 08:47:30.304: D/SmoothCalendar(26510): TestTermin2 is not allday 02-05 08:47:30.304: V/Performance(26736): >>org.gege.caldavsyncadapter.syncadapter.SyncService@40e7f800 onUnBind 02-05 08:47:30.304: V/Performance(26736): <<org.gege.caldavsyncadapter.syncadapter.SyncService@40e7f800 onUnBind, 0ms 02-05 08:47:30.314: D/SmoothCalendar(26510): Update finished 10 02-05 08:47:30.314: V/Performance(26510): <<se.catharsis.android.calendar.SmoothCalendar@40df92a8 onReceive, 505ms 02-05 08:47:30.314: V/Performance(26510): >>se.catharsis.android.calendar.UpdateService@40d88860 onStartCommand:Intent { cmp=se.catharsis.android.calendar/.UpdateService } 02-05 08:47:30.314: V/Performance(26510): <<se.catharsis.android.calendar.UpdateService@40d88860 onStartCommand, 1ms 02-05 08:47:30.334: V/BatteryStatsImpl(329): release partial wakelock, name=_sync__com.android.calendar_Account {name=owncloud kalender, type=org.gege.caldavsyncadapter.account}, pid=329 02-05 08:47:30.344: V/SyncManager(329): syncResult != null:true 02-05 08:47:30.344: V/BatteryStatsImpl(329): release partial wakelock, name=SyncLoopWakeLock, pid=329