Advertisement
Guest User

DAXx5Log

a guest
Jan 7th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. --- BEGIN DEBUG INFO ---
  2. Account name: [email protected]
  3. Authority: com.android.calendar
  4.  
  5. EXCEPTION:
  6. java.lang.IllegalArgumentException
  7. at java.util.concurrent.LinkedBlockingQueue.<init>(LinkedBlockingQueue.java:229)
  8. at at.bitfire.davdroid.syncadapter.SyncManager.syncRemote(SyncManager.kt:433)
  9. at at.bitfire.davdroid.syncadapter.SyncManager$performSync$1.invoke(SyncManager.kt:137)
  10. at at.bitfire.davdroid.syncadapter.SyncManager$performSync$1.invoke(SyncManager.kt:55)
  11. at at.bitfire.davdroid.syncadapter.SyncManager.unwrapExceptions(SyncManager.kt:809)
  12. at at.bitfire.davdroid.syncadapter.SyncManager.performSync(SyncManager.kt:108)
  13. at at.bitfire.davdroid.syncadapter.CalendarsSyncAdapterService$CalendarsSyncAdapter.sync(CalendarsSyncAdapterService.kt:55)
  14. at at.bitfire.davdroid.syncadapter.SyncAdapterService$SyncAdapter.onPerformSync(SyncAdapterService.kt:73)
  15. at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:259)
  16.  
  17. SOFTWARE INFORMATION
  18. * at.bitfire.davdroid 2.1-ose (257) from org.fdroid.fdroid
  19. * org.dmfs.tasks 1.1.15 (7330)
  20. * com.android.providers.contacts 4.4.2-G130HNXXS0APK2 (19)
  21. * com.android.providers.calendar 4.4.2-G130HNXXS0APK2 (19)
  22. * com.android.contacts 4.4.2-G130HNXXS0APK2 (19)
  23. * com.android.calendar 4.4.2-G130HNXXS0APK2 (19)
  24. * ws.xsoh.etar 1.0.13 (15) from org.fdroid.fdroid
  25.  
  26. CONNECTIVITY (at the moment)
  27. Active connection: WiFi, CONNECTED
  28.  
  29. CONFIGURATION
  30. android.permission.READ_CONTACTS permission: granted
  31. android.permission.WRITE_CONTACTS permission: granted
  32. android.permission.READ_CALENDAR permission: granted
  33. android.permission.WRITE_CALENDAR permission: granted
  34. org.dmfs.permission.READ_TASKS permission: granted
  35. org.dmfs.permission.WRITE_TASKS permission: granted
  36. System-wide synchronization: automatically
  37. Address book sync. interval: 240 min
  38. Calendar sync. interval: 240 min
  39. OpenTasks sync. interval: 240 min
  40. WiFi only: false
  41. [CardDAV] Contact group method: GROUP_VCARDS
  42. [CalDAV] Time range (past days): 90
  43. Manage calendar colors: true
  44. Address book account: Default Address Book ([email protected] GA)
  45. Main account: Account {[email protected], type=bitfire.at.davdroid}
  46. URL: https://past-development.de/baikal/html/dav.php/addressbooks/merlin-stollenwerk/default/
  47. Sync automatically: true
  48.  
  49. SQLITE DUMP
  50. android_metadata
  51. | locale |
  52. | en_GB |
  53. ----------
  54. services
  55. | _id | accountName | service | principal |
  56. | 1 | [email protected] | carddav | https://past-development.de/baikal/html/dav.php/principals/merlin-stollenwerk/ |
  57. | 2 | [email protected] | caldav | https://past-development.de/baikal/html/dav.php/principals/merlin-stollenwerk/ |
  58. ----------
  59. sqlite_sequence
  60. | name | seq |
  61. | services | 2 |
  62. | homesets | 2 |
  63. | collections | 2 |
  64. ----------
  65. homesets
  66. | _id | serviceID | url |
  67. | 1 | 1 | https://past-development.de/baikal/html/dav.php/addressbooks/merlin-stollenwerk/ |
  68. | 2 | 2 | https://past-development.de/baikal/html/dav.php/calendars/merlin-stollenwerk/ |
  69. ----------
  70. collections
  71. | _id | serviceID | type | url | privWriteContent | privUnbind | forceReadOnly | displayName | description | color | timezone | supportsVEVENT | supportsVTODO | source | sync |
  72. | 1 | 1 | ADDRESS_BOOK | https://past-development.de/baikal/html/dav.php/addressbooks/merlin-stollenwerk/default/ | 1 | 1 | 0 | Default Address Book | Default Address Book for Merlin Stollenwerk | <null> | <null> | 0 | 0 | <null> | 1 |
  73. | 2 | 2 | CALENDAR | https://past-development.de/baikal/html/dav.php/calendars/merlin-stollenwerk/default/ | 1 | 1 | 0 | Allgemeine Zeitplanung | Default calendar | <null> | <null> | 1 | 1 | <null> | 1 |
  74. ----------
  75.  
  76. SYSTEM INFORMATION
  77. Android version: 4.4.2 (KOT49H.G130HNXXS0APK2)
  78. Device: samsung SM-G130HN (young2nfc3g)
  79.  
  80. --- END DEBUG INFO ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement