mpcjanssen / simpletask-android

GNU General Public License v3.0
547 stars 128 forks source link

Nextcloud sync stops working #1045

Closed magikmw closed 4 years ago

magikmw commented 4 years ago

I've been using simpletask with Nextcloud for a while now, and from time to time the sync just stops working without any visible errors. It may be connected to server or app updates, but I can't be entirely sure, since my todo.txt mostly covers hobby projects I touch on irregular basis.

Removing the NC connection and reconnecting helps, but it inevitably breaks again, and is a real bother with having to regenerate app passwords for simpletask. This may be related to #1023 , but I've decided to create a new issue based on differences in logs.

Setup:

--------- beginning of main

03-29 12:29:39.947 18251 18251 I AlarmReceiver: Executing Alarm callback 03-29 12:29:39.947 18251 18251 I Util : Sending file changed broadcast 03-29 12:29:39.947 18251 18251 I TodoApplication: Received broadcast FILE_SYNC 03-29 12:29:39.947 18251 18251 I TodoApplication: Loading todolist 03-29 12:29:39.947 18251 18251 I FSQ : -> Reload 03-29 12:29:39.948 18251 19433 I FSQ : <- Reload 03-29 12:29:39.948 18251 19433 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 12:29:39.948 18251 19433 D FileStore: FileStore is authenticated true 03-29 12:29:39.948 18251 19433 D TodoList: Executing reloadaction 03-29 12:29:39.948 18251 19433 I Util : Sending file sync start broadcast 03-29 12:29:39.949 18251 19433 D OwnCloudClient #3: Creating OwnCloudClient 03-29 12:29:39.953 18251 19433 D OwnCloudClient #3: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 12:29:39.956 18251 19433 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@11b1e90 03-29 12:29:39.957 18251 19433 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 12:29:39.969 18251 19433 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 12:29:40.236 18251 19433 E TodoList: Can't determine remote file version 03-29 12:29:40.236 18251 19433 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 12:29:40.236 18251 19433 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 12:29:40.236 18251 19433 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 12:29:40.236 18251 19433 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 12:29:40.236 18251 19433 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 12:29:40.236 18251 19433 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 12:29:40.236 18251 19433 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 12:29:40.236 18251 19433 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 12:29:40.236 18251 19433 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 12:29:40.236 18251 19433 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 12:29:40.236 18251 19433 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 12:29:40.236 18251 19433 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 12:29:40.236 18251 19433 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 12:29:40.236 18251 19433 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 12:29:40.236 18251 19433 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 12:29:40.236 18251 19433 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 12:29:40.236 18251 19433 I TodoList: Remote version is same, load from cache 03-29 12:29:40.236 18251 19433 I Util : Sending file sync done changed broadcast 03-29 12:44:54.329 18251 18251 I AlarmReceiver: Executing Alarm callback 03-29 12:44:54.329 18251 18251 I Util : Sending file changed broadcast 03-29 12:44:54.329 18251 18251 I TodoApplication: Received broadcast FILE_SYNC 03-29 12:44:54.329 18251 18251 I TodoApplication: Loading todolist 03-29 12:44:54.329 18251 18251 I FSQ : -> Reload 03-29 12:44:54.330 18251 20816 I FSQ : <- Reload 03-29 12:44:54.330 18251 20816 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 12:44:54.331 18251 20816 D FileStore: FileStore is authenticated true 03-29 12:44:54.332 18251 20816 D TodoList: Executing reloadaction 03-29 12:44:54.332 18251 20816 I Util : Sending file sync start broadcast 03-29 12:44:54.332 18251 20816 D OwnCloudClient #4: Creating OwnCloudClient 03-29 12:44:54.336 18251 20816 D OwnCloudClient #4: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 12:44:54.340 18251 20816 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@11b1e90 03-29 12:44:54.340 18251 20816 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 12:44:54.354 18251 20816 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 12:44:54.355 18251 20816 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 12:44:54.606 18251 20816 E TodoList: Can't determine remote file version 03-29 12:44:54.606 18251 20816 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 12:44:54.606 18251 20816 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 12:44:54.606 18251 20816 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 12:44:54.606 18251 20816 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 12:44:54.606 18251 20816 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 12:44:54.606 18251 20816 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 12:44:54.606 18251 20816 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 12:44:54.606 18251 20816 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 12:44:54.606 18251 20816 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 12:44:54.606 18251 20816 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 12:44:54.606 18251 20816 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 12:44:54.606 18251 20816 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 12:44:54.606 18251 20816 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 12:44:54.606 18251 20816 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 12:44:54.606 18251 20816 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 12:44:54.606 18251 20816 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 12:44:54.606 18251 20816 I TodoList: Remote version is same, load from cache 03-29 12:44:54.606 18251 20816 I Util : Sending file sync done changed broadcast 03-29 12:57:40.368 18251 18251 I AlarmReceiver: Executing Alarm callback 03-29 12:57:40.368 18251 18251 I Util : Sending file changed broadcast 03-29 12:57:40.370 18251 18251 I TodoApplication: Received broadcast FILE_SYNC 03-29 12:57:40.370 18251 18251 I TodoApplication: Loading todolist 03-29 12:57:40.370 18251 18251 I FSQ : -> Reload 03-29 12:57:40.373 18251 20250 I FSQ : <- Reload 03-29 12:57:40.373 18251 20250 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 12:57:40.373 18251 20250 D FileStore: FileStore is authenticated true 03-29 12:57:40.374 18251 20250 D TodoList: Executing reloadaction 03-29 12:57:40.374 18251 20250 I Util : Sending file sync start broadcast 03-29 12:57:40.374 18251 20250 D OwnCloudClient #5: Creating OwnCloudClient 03-29 12:57:40.384 18251 20250 D OwnCloudClient #5: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 12:57:40.390 18251 20250 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@11b1e90 03-29 12:57:40.390 18251 20250 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 12:57:40.402 18251 20250 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 12:57:40.402 18251 20250 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 12:57:40.690 18251 20250 E TodoList: Can't determine remote file version 03-29 12:57:40.690 18251 20250 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 12:57:40.690 18251 20250 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 12:57:40.690 18251 20250 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 12:57:40.690 18251 20250 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 12:57:40.690 18251 20250 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 12:57:40.690 18251 20250 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 12:57:40.690 18251 20250 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 12:57:40.690 18251 20250 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 12:57:40.690 18251 20250 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 12:57:40.690 18251 20250 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 12:57:40.690 18251 20250 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 12:57:40.690 18251 20250 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 12:57:40.690 18251 20250 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 12:57:40.690 18251 20250 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 12:57:40.690 18251 20250 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 12:57:40.690 18251 20250 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 12:57:40.691 18251 20250 I TodoList: Remote version is same, load from cache 03-29 12:57:40.691 18251 20250 I Util : Sending file sync done changed broadcast 03-29 13:12:30.464 23083 23083 E etask.nextclou: Not starting debugger since process cannot load the jdwp agent. 03-29 13:12:30.497 23083 23095 I etask.nextclou: The ClassLoaderContext is a special shared library. 03-29 13:12:30.533 23083 23083 D Embryo : preload nl.mpcjanssen.simpletask.nextcloud, 9ms, hwui=true, layout=true, decor=false 03-29 13:12:30.536 23083 23098 D OpenGLRenderer: Skia GL Pipeline 03-29 13:15:02.673 23083 23083 I Perf : Connecting to perf service. 03-29 13:15:02.705 23083 23083 I MultiDex: VM with version 2.1.0 has multidex support 03-29 13:15:02.705 23083 23083 I MultiDex: Installing application 03-29 13:15:02.705 23083 23083 I MultiDex: VM has multidex support, MultiDex support library is disabled. 03-29 13:15:02.715 23083 23083 D QueryStore: Saved applyFilter ids: [] 03-29 13:15:02.723 23083 23083 I Config : Getting 15 items todoList from cache 03-29 13:15:02.762 23083 23083 I TodoApplication: onCreate() 03-29 13:15:02.763 23083 23083 I TodoApplication: Created todolist nl.mpcjanssen.simpletask.task.TodoList@d5eecbf 03-29 13:15:02.764 23083 23083 I TodoApplication: Started Simpletask nextcloud v10.5.0 (10005000) 03-29 13:15:02.774 23083 23083 I TodoApplication: Scheduling daily UI updateCache alarm, first at Mon Mar 30 00:02:00 GMT+02:00 2020 03-29 13:15:02.792 23083 23083 I TodoApplication: Scheduling task list reload 03-29 13:15:02.808 23083 23083 I AlarmReceiver: Executing Alarm callback 03-29 13:15:02.808 23083 23083 I Util : Sending file changed broadcast 03-29 13:15:02.810 23083 23083 I TodoApplication: Received broadcast FILE_SYNC 03-29 13:15:02.810 23083 23083 I TodoApplication: Loading todolist 03-29 13:15:02.817 23083 23083 I FSQ : -> Reload 03-29 13:15:02.824 23083 23146 I FSQ : <- Reload 03-29 13:15:02.824 23083 23146 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 13:15:02.825 23083 23146 D FileStore: FileStore is authenticated true 03-29 13:15:02.825 23083 23146 D TodoList: Executing reloadaction 03-29 13:15:02.825 23083 23146 I Util : Sending file sync start broadcast 03-29 13:15:02.833 23083 23146 D NetworkUtils: Searching known-servers store at /data/user/0/nl.mpcjanssen.simpletask.nextcloud/files/knownServers.bks 03-29 13:15:02.835 23083 23146 D NetworkSecurityConfig: No Network Security Config specified, using platform default 03-29 13:15:56.457 23083 23146 W etask.nextclou: Verification of void org.slf4j.LoggerFactory.bind() took 294.092ms 03-29 13:15:56.479 23083 23146 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 03-29 13:15:56.479 23083 23146 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation 03-29 13:15:56.479 23083 23146 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 03-29 13:15:56.496 23083 23146 D OwnCloudClient #0: Creating OwnCloudClient 03-29 13:15:56.694 23083 23146 D OwnCloudClient #0: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 13:15:56.720 23083 23146 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@11b1e90 03-29 13:15:56.720 23083 23146 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 13:15:56.742 23083 23146 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 13:15:56.743 23083 23146 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 13:15:57.022 23083 23146 E TodoList: Can't determine remote file version 03-29 13:15:57.022 23083 23146 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 13:15:57.022 23083 23146 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 13:15:57.022 23083 23146 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 13:15:57.022 23083 23146 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 13:15:57.022 23083 23146 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 13:15:57.022 23083 23146 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 13:15:57.022 23083 23146 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 13:15:57.022 23083 23146 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 13:15:57.022 23083 23146 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 13:15:57.022 23083 23146 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 13:15:57.022 23083 23146 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 13:15:57.022 23083 23146 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 13:15:57.022 23083 23146 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 13:15:57.022 23083 23146 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 13:15:57.022 23083 23146 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 13:15:57.022 23083 23146 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 13:15:57.022 23083 23146 I TodoList: Remote version is same, load from cache 03-29 13:15:57.022 23083 23146 I Util : Sending file sync done changed broadcast 03-29 13:16:29.415 23598 23598 E etask.nextclou: Not starting debugger since process cannot load the jdwp agent. 03-29 13:16:29.444 23598 23613 I etask.nextclou: The ClassLoaderContext is a special shared library. 03-29 13:16:29.473 23598 23598 D Embryo : preload nl.mpcjanssen.simpletask.nextcloud, 9ms, hwui=true, layout=true, decor=false 03-29 13:16:29.475 23598 23627 D OpenGLRenderer: Skia GL Pipeline 03-29 13:19:20.529 23598 23598 I Perf : Connecting to perf service. 03-29 13:19:20.551 23598 23598 I MultiDex: VM with version 2.1.0 has multidex support 03-29 13:19:20.551 23598 23598 I MultiDex: Installing application 03-29 13:19:20.551 23598 23598 I MultiDex: VM has multidex support, MultiDex support library is disabled. 03-29 13:19:20.559 23598 23598 D QueryStore: Saved applyFilter ids: [] 03-29 13:19:20.561 23598 23598 I Config : Getting 15 items todoList from cache 03-29 13:19:20.572 23598 23598 I TodoApplication: onCreate() 03-29 13:19:20.572 23598 23598 I TodoApplication: Created todolist nl.mpcjanssen.simpletask.task.TodoList@d5eecbf 03-29 13:19:20.573 23598 23598 I TodoApplication: Started Simpletask nextcloud v10.5.0 (10005000) 03-29 13:19:20.576 23598 23598 I TodoApplication: Scheduling daily UI updateCache alarm, first at Mon Mar 30 00:02:00 GMT+02:00 2020 03-29 13:19:20.584 23598 23598 I TodoApplication: Scheduling task list reload 03-29 13:19:20.655 23598 23598 I FilterActivity: Called with intent: Intent { act=android.appwidget.action.APPWIDGET_CONFIGURE flg=0x10000000 cmp=nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.FilterActivity bnds=[869,636][964,731] (has extras) } 03-29 13:19:20.711 23598 23598 I FilterActivity: Page 3 selected 03-29 13:19:20.738 23598 23598 D FilterOtherFragment: onCreate() this:FilterOtherFragment{ca56e52 (2018f88e-558e-4ed5-a681-dc9615dbe544) id=0x7f0900fc} 03-29 13:19:20.739 23598 23598 D FilterListFragment: onCreate() this:FilterListFragment{faef07f (8ae5410c-7114-4cad-8bf0-9894950aa97d) id=0x7f0900fc} 03-29 13:19:20.740 23598 23598 D FilterOtherFragment: onCreateView() this:FilterOtherFragment{ca56e52 (2018f88e-558e-4ed5-a681-dc9615dbe544) id=0x7f0900fc} savedInstance:null 03-29 13:19:20.740 23598 23598 D FilterOtherFragment: Fragment bundle:FilterOtherFragment{ca56e52 (2018f88e-558e-4ed5-a681-dc9615dbe544) id=0x7f0900fc} arguments:Bundle[{HIDETAGS=false, HIDELISTS=false, HIDECOMPLETED=true, type=Other, HIDECREATEDATE=false, CREATEISTHRESHOLD=false, HIDEFUTURE=false, HIDEHIDDEN=true}] 03-29 13:19:20.765 23598 23598 D FilterListFragment: onCreateView() this:FilterListFragment{faef07f (8ae5410c-7114-4cad-8bf0-9894950aa97d) id=0x7f0900fc} savedInstance:null 03-29 13:19:20.766 23598 23598 D FilterListFragment: Fragment bundle:FilterListFragment{faef07f (8ae5410c-7114-4cad-8bf0-9894950aa97d) id=0x7f0900fc} arguments:Bundle[{initialSelectedItems=[], type=Prio, items=[B, C, -], initialNot=false}] 03-29 13:19:20.772 23598 23598 D FilterActivity: Created view with: [+!by_prio, +!by_due_date, +!by_context, +!by_project, +!alphabetical, +!completed, +!file_order, +!by_creation_date, +!in_future, +!by_threshold_date, +!by_completion_date, +!by_lua] 03-29 13:19:20.814 23598 23627 I Adreno : QUALCOMM build : 365e321, I294de8bafa 03-29 13:19:20.814 23598 23627 I Adreno : Build Date : 01/08/19 03-29 13:19:20.814 23598 23627 I Adreno : OpenGL ES Shader Compiler Version: EV031.25.03.02 03-29 13:19:20.814 23598 23627 I Adreno : Local Branch : 03-29 13:19:20.814 23598 23627 I Adreno : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.5.R1.09.00.00.464.040 03-29 13:19:20.814 23598 23627 I Adreno : Remote Branch : NONE 03-29 13:19:20.814 23598 23627 I Adreno : Reconstruct Branch : NOTHING 03-29 13:19:20.814 23598 23627 I Adreno : Build Config : S L 6.0.7 AArch64 03-29 13:19:20.815 23598 23627 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 13:19:20.822 23598 23627 I Adreno : PFP: 0x005ff110, ME: 0x005ff066 03-29 13:19:20.828 23598 23627 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 03-29 13:19:20.828 23598 23627 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 03-29 13:19:20.829 23598 23627 I OpenGLRenderer: Initialized EGL, version 1.4 03-29 13:19:20.829 23598 23627 D OpenGLRenderer: Swap behavior 2 03-29 13:19:20.901 23598 23627 D vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace. 03-29 13:19:20.902 23598 23627 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 13:19:25.931 23598 23627 D OpenGLRenderer: endAllActiveAnimators on 0x7401066b00 (RippleDrawable) with handle 0x7401815f00 03-29 13:19:25.937 23598 23598 D FilterOtherFragment: onDestroy() this:FilterOtherFragment{ca56e52 (2018f88e-558e-4ed5-a681-dc9615dbe544) id=0x7f0900fc} 03-29 13:19:25.938 23598 23598 D FilterListFragment: onDestroy() this:FilterListFragment{faef07f (8ae5410c-7114-4cad-8bf0-9894950aa97d) id=0x7f0900fc} 03-29 13:19:36.309 23598 23598 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@bfb72e5 03-29 13:19:36.326 23598 23598 I Simpletask: onCreate 03-29 13:19:36.388 23598 23598 D FileStore: FileStore is authenticated true 03-29 13:19:36.441 23598 23598 I Simpletask: onResume 03-29 13:19:36.441 23598 23598 I FSQ : -> Reload 03-29 13:19:36.442 23598 23598 I Simpletask: onResume -> handleIntent 03-29 13:19:36.442 23598 23598 D FileStore: FileStore is authenticated true 03-29 13:19:36.442 23598 23931 I FSQ : <- Reload 03-29 13:19:36.442 23598 23931 D TodoList: Reload: Main activity resume 03-29 13:19:36.442 23598 23931 D FileStore: FileStore is authenticated true 03-29 13:19:36.442 23598 23931 D TodoList: Executing reloadaction 03-29 13:19:36.442 23598 23931 I Util : Sending file sync start broadcast 03-29 13:19:36.443 23598 23598 I Simpletask: handleIntent: from m_prefs state 03-29 13:19:36.444 23598 23931 D NetworkUtils: Searching known-servers store at /data/user/0/nl.mpcjanssen.simpletask.nextcloud/files/knownServers.bks 03-29 13:19:36.445 23598 23931 D NetworkSecurityConfig: No Network Security Config specified, using platform default 03-29 13:19:36.445 23598 23598 I TaskAdapter: Text size = 14.0 03-29 13:19:36.445 23598 23598 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@d5eecbf 03-29 13:19:36.445 23598 23598 D TodoList: Getting sorted and filtered tasks 03-29 13:19:36.448 23598 23598 D TodoList: Sorting and filtering tasks took 3 ms 03-29 13:19:36.450 23598 23598 I TaskAdapter: Restoring scroll offset 0, 0 03-29 13:19:36.450 23598 23598 I Simpletask: onResume <- handleIntent 03-29 13:19:36.450 23598 23598 D Event : update UI for event RESUME 03-29 13:19:36.451 23598 23598 D Simpletask: Update applyFilter bar 03-29 13:19:36.452 23598 23598 D Simpletask: Update applyFilter bar 03-29 13:19:36.453 23598 23931 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 03-29 13:19:36.453 23598 23931 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation 03-29 13:19:36.453 23598 23931 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 03-29 13:19:36.456 23598 23598 D FileStore: Filestore online: true 03-29 13:19:36.458 23598 23931 D OwnCloudClient #0: Creating OwnCloudClient 03-29 13:19:36.502 23598 23931 D OwnCloudClient #0: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 13:19:36.507 23598 23931 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@da96398 03-29 13:19:36.507 23598 23931 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 13:19:36.511 23598 23931 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 13:19:36.512 23598 23931 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 13:19:36.779 23598 23931 E TodoList: Can't determine remote file version 03-29 13:19:36.779 23598 23931 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 13:19:36.779 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 13:19:36.779 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 13:19:36.779 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 13:19:36.779 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 13:19:36.779 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 13:19:36.779 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 13:19:36.779 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 13:19:36.779 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 13:19:36.779 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 13:19:36.779 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 13:19:36.779 23598 23931 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 13:19:36.779 23598 23931 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 13:19:36.779 23598 23931 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 13:19:36.779 23598 23931 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 13:19:36.779 23598 23931 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 13:19:36.779 23598 23931 I TodoList: Remote version is same, load from cache 03-29 13:19:36.779 23598 23931 I Util : Sending file sync done changed broadcast 03-29 13:19:37.061 23598 23598 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 2 03-29 13:19:37.071 23598 23598 I Simpletask: Recreating options menu 03-29 13:19:37.071 23598 23598 D Simpletask: Handle mode 03-29 13:19:37.153 23598 23598 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 13:19:38.644 23598 23627 D OpenGLRenderer: endAllActiveAnimators on 0x73ffe6ad00 (RippleDrawable) with handle 0x73ffa89000 03-29 13:19:40.509 23598 23598 I Simpletask: onMenuItemSelected: 2131296576 03-29 13:19:40.509 23598 23598 I Util : Sending file changed broadcast 03-29 13:19:40.511 23598 23598 I TodoApplication: Received broadcast FILE_SYNC 03-29 13:19:40.512 23598 23598 I TodoApplication: Loading todolist 03-29 13:19:40.512 23598 23598 I FSQ : -> Reload 03-29 13:19:40.513 23598 23931 I FSQ : <- Reload 03-29 13:19:40.513 23598 23931 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 13:19:40.513 23598 23931 D FileStore: FileStore is authenticated true 03-29 13:19:40.513 23598 23931 D TodoList: Executing reloadaction 03-29 13:19:40.513 23598 23931 I Util : Sending file sync start broadcast 03-29 13:19:40.513 23598 23931 D OwnCloudClient #1: Creating OwnCloudClient 03-29 13:19:40.518 23598 23931 D OwnCloudClient #1: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 13:19:40.550 23598 23598 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 2 03-29 13:19:40.736 23598 23931 E TodoList: Can't determine remote file version 03-29 13:19:40.736 23598 23931 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 13:19:40.736 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 13:19:40.736 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 13:19:40.736 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 13:19:40.736 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 13:19:40.736 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 13:19:40.736 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 13:19:40.736 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 13:19:40.736 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 13:19:40.736 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 13:19:40.736 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 13:19:40.736 23598 23931 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 13:19:40.736 23598 23931 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 13:19:40.736 23598 23931 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 13:19:40.736 23598 23931 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 13:19:40.736 23598 23931 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 13:19:40.736 23598 23931 I TodoList: Remote version is same, load from cache 03-29 13:19:40.736 23598 23931 I Util : Sending file sync done changed broadcast 03-29 13:19:40.751 23598 23598 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 13:19:40.848 23598 23627 D OpenGLRenderer: endAllActiveAnimators on 0x73ffbd0000 (MenuPopupWindow$MenuDropDownListView) with handle 0x7413c8dc00 03-29 13:19:46.001 23598 23598 I Simpletask: onMenuItemSelected: 2131296514 03-29 13:19:46.047 23598 23598 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@f5ede02 03-29 13:19:46.079 23598 23598 I Preferences: Registering broadcast receiver 03-29 13:19:47.909 23598 23598 I Simpletask: onResume 03-29 13:19:47.909 23598 23598 I FSQ : -> Reload 03-29 13:19:47.910 23598 23941 I FSQ : <- Reload 03-29 13:19:47.910 23598 23941 D TodoList: Reload: Main activity resume 03-29 13:19:47.910 23598 23598 I Simpletask: onResume -> handleIntent 03-29 13:19:47.910 23598 23941 D FileStore: FileStore is authenticated true 03-29 13:19:47.910 23598 23598 D FileStore: FileStore is authenticated true 03-29 13:19:47.910 23598 23941 D TodoList: Executing reloadaction 03-29 13:19:47.910 23598 23941 I Util : Sending file sync start broadcast 03-29 13:19:47.911 23598 23941 D OwnCloudClient #2: Creating OwnCloudClient 03-29 13:19:47.911 23598 23598 I Simpletask: handleIntent: from m_prefs state 03-29 13:19:47.914 23598 23941 D OwnCloudClient #2: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 13:19:47.915 23598 23598 I TaskAdapter: Text size = 14.0 03-29 13:19:47.916 23598 23598 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@d5eecbf 03-29 13:19:47.916 23598 23598 D TodoList: Getting sorted and filtered tasks 03-29 13:19:47.919 23598 23941 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@da96398 03-29 13:19:47.919 23598 23941 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 13:19:47.922 23598 23941 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 13:19:47.923 23598 23941 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 13:19:47.924 23598 23598 D TodoList: Sorting and filtering tasks took 8 ms 03-29 13:19:47.925 23598 23598 I TaskAdapter: Restoring scroll offset 0, 0 03-29 13:19:47.925 23598 23598 I Simpletask: onResume <- handleIntent 03-29 13:19:47.925 23598 23598 D Event : update UI for event RESUME 03-29 13:19:47.926 23598 23598 D Simpletask: Update applyFilter bar 03-29 13:19:47.926 23598 23598 D Simpletask: Update applyFilter bar 03-29 13:19:47.928 23598 23598 D FileStore: Filestore online: true 03-29 13:19:48.070 23598 23598 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 13:19:48.128 23598 23941 E TodoList: Can't determine remote file version 03-29 13:19:48.128 23598 23941 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 13:19:48.128 23598 23941 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 13:19:48.128 23598 23941 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 13:19:48.128 23598 23941 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 13:19:48.128 23598 23941 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 13:19:48.128 23598 23941 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 13:19:48.128 23598 23941 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 13:19:48.128 23598 23941 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 13:19:48.128 23598 23941 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 13:19:48.128 23598 23941 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 13:19:48.128 23598 23941 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 13:19:48.128 23598 23941 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 13:19:48.128 23598 23941 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 13:19:48.128 23598 23941 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 13:19:48.128 23598 23941 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 13:19:48.128 23598 23941 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 13:19:48.128 23598 23941 I TodoList: Remote version is same, load from cache 03-29 13:19:48.128 23598 23941 I Util : Sending file sync done changed broadcast 03-29 13:19:49.760 23598 23598 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 13:19:51.365 23598 23598 I Simpletask: onMenuItemSelected: 2131296411 03-29 13:19:51.406 23598 23598 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@b06f03d 03-29 13:19:51.428 23598 23598 I WebViewFactory: Loading com.android.chrome version 80.0.3987.149 (code 398714932) 03-29 13:19:51.551 23598 23598 I cr_LibraryLoader: Loaded native library version number "80.0.3987.149" 03-29 13:19:51.602 23598 23598 E chromium: [ERROR:filesystem_posix.cc(62)] mkdir /data/user/0/nl.mpcjanssen.simpletask.nextcloud/cache/WebView/Crashpad: No such file or directory (2) 03-29 13:19:51.784 23598 23598 D HelpScreen: Loading asset index.en.md into android.webkit.WebView{5631ac1 VFEDHVC.. ......I. 0,0-0,0 #7f09009c app:id/help_view}(nl.mpcjanssen.simpletask.HelpScreen@73ffd7e) 03-29 13:19:51.837 23598 23996 W cr_media: Requires BLUETOOTH permission 03-29 13:19:51.945 23598 23608 I etask.nextclou: Background concurrent copying GC freed 64288(3MB) AllocSpace objects, 9(380KB) LOS objects, 49% free, 6MB/12MB, paused 127us total 131.508ms 03-29 13:19:51.955 23598 24025 W VideoCapabilities: Unsupported mime video/divx 03-29 13:19:51.957 23598 24025 W VideoCapabilities: Unsupported mime video/divx311 03-29 13:19:51.958 23598 24025 W VideoCapabilities: Unsupported mime video/divx4 03-29 13:19:51.969 23598 24025 W VideoCapabilities: Unrecognized profile 4 for video/hevc 03-29 13:19:51.969 23598 24025 W Utils : could not parse long range '59-55' 03-29 13:19:51.969 23598 24025 W Utils : could not parse long range '93-88' 03-29 13:19:51.972 23598 24025 W VideoCapabilities: Unrecognized profile/level 0/3 for video/mpeg2 03-29 13:19:51.974 23598 24025 W VideoCapabilities: Unrecognized profile/level 0/3 for video/mpeg2 03-29 13:19:51.981 23598 24025 W VideoCapabilities: Unsupported mime video/x-ms-wmv 03-29 13:19:51.984 23598 24025 W VideoCapabilities: Unsupported mime video/x-ms-wmv 03-29 13:19:52.004 23598 24025 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es 03-29 13:20:00.385 23598 23598 I Simpletask: onNewIntent: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask } 03-29 13:20:00.387 23598 23598 I Simpletask: onResume 03-29 13:20:00.388 23598 23598 I FSQ : -> Reload 03-29 13:20:00.389 23598 23931 I FSQ : <- Reload 03-29 13:20:00.389 23598 23931 D TodoList: Reload: Main activity resume 03-29 13:20:00.389 23598 23931 D FileStore: FileStore is authenticated true 03-29 13:20:00.389 23598 23931 D TodoList: Executing reloadaction 03-29 13:20:00.389 23598 23598 I Simpletask: onResume -> handleIntent 03-29 13:20:00.389 23598 23931 I Util : Sending file sync start broadcast 03-29 13:20:00.389 23598 23598 D FileStore: FileStore is authenticated true 03-29 13:20:00.389 23598 23931 D OwnCloudClient #3: Creating OwnCloudClient 03-29 13:20:00.390 23598 23598 I Simpletask: handleIntent: from m_prefs state 03-29 13:20:00.393 23598 23931 D OwnCloudClient #3: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 13:20:00.397 23598 23598 I TaskAdapter: Text size = 14.0 03-29 13:20:00.398 23598 23598 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@d5eecbf 03-29 13:20:00.398 23598 23931 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@da96398 03-29 13:20:00.398 23598 23931 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 13:20:00.398 23598 23598 D TodoList: Getting sorted and filtered tasks 03-29 13:20:00.403 23598 23598 D TodoList: Sorting and filtering tasks took 4 ms 03-29 13:20:00.403 23598 23931 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 13:20:00.403 23598 23931 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 13:20:00.404 23598 23598 I TaskAdapter: Restoring scroll offset 0, 0 03-29 13:20:00.404 23598 23598 I Simpletask: onResume <- handleIntent 03-29 13:20:00.404 23598 23598 D Event : update UI for event RESUME 03-29 13:20:00.405 23598 23598 D Simpletask: Update applyFilter bar 03-29 13:20:00.407 23598 23598 D Simpletask: Update applyFilter bar 03-29 13:20:00.410 23598 23598 D FileStore: Filestore online: true 03-29 13:20:00.546 23598 23598 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 13:20:00.868 23598 23931 E TodoList: Can't determine remote file version 03-29 13:20:00.868 23598 23931 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 13:20:00.868 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 13:20:00.868 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 13:20:00.868 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 13:20:00.868 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 13:20:00.868 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 13:20:00.868 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 13:20:00.868 23598 23931 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 13:20:00.868 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 13:20:00.868 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 13:20:00.868 23598 23931 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 13:20:00.868 23598 23931 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 13:20:00.868 23598 23931 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 13:20:00.868 23598 23931 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 13:20:00.868 23598 23931 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 13:20:00.868 23598 23931 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 13:20:00.868 23598 23931 I TodoList: Remote version is same, load from cache 03-29 13:20:00.868 23598 23931 I Util : Sending file sync done changed broadcast 03-29 13:20:02.422 23598 23598 I Simpletask: onMenuItemSelected: 2131296514 03-29 13:20:02.466 23598 23598 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@792b333 03-29 13:20:02.486 23598 23598 I Preferences: Registering broadcast receiver 03-29 13:20:02.757 23598 23627 D OpenGLRenderer: endAllActiveAnimators on 0x73ff503200 (MenuPopupWindow$MenuDropDownListView) with handle 0x73fc58de60 03-29 13:20:06.107 23598 23598 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@582c0c3 03-29 13:20:24.966 23598 23598 E chromium: [ERROR:aw_browser_terminator.cc(125)] Renderer process (23995) crash detected (code -1). 03-29 13:21:28.614 24176 24176 E etask.nextclou: Not starting debugger since process cannot load the jdwp agent. 03-29 13:21:28.632 24176 24188 I etask.nextclou: The ClassLoaderContext is a special shared library. 03-29 13:21:28.665 24176 24176 I Perf : Connecting to perf service. 03-29 13:21:28.684 24176 24176 I MultiDex: VM with version 2.1.0 has multidex support 03-29 13:21:28.684 24176 24176 I MultiDex: Installing application 03-29 13:21:28.684 24176 24176 I MultiDex: VM has multidex support, MultiDex support library is disabled. 03-29 13:21:28.695 24176 24176 D QueryStore: Saved applyFilter ids: [] 03-29 13:21:28.696 24176 24176 I Config : Getting 15 items todoList from cache 03-29 13:21:28.703 24176 24176 I TodoApplication: onCreate() 03-29 13:21:28.703 24176 24176 I TodoApplication: Created todolist nl.mpcjanssen.simpletask.task.TodoList@6077219 03-29 13:21:28.704 24176 24176 I TodoApplication: Started Simpletask nextcloud v10.5.0 (10005000) 03-29 13:21:28.706 24176 24176 I TodoApplication: Scheduling daily UI updateCache alarm, first at Mon Mar 30 00:02:00 GMT+02:00 2020 03-29 13:21:28.710 24176 24176 I TodoApplication: Scheduling task list reload 03-29 13:21:28.749 24176 24176 I Simpletask: onCreate 03-29 13:21:28.824 24176 24176 D FileStore: FileStore is authenticated true 03-29 13:21:28.828 24176 24176 I Simpletask: onResume 03-29 13:21:28.829 24176 24176 I FSQ : -> Reload 03-29 13:21:28.830 24176 24176 I Simpletask: onResume -> handleIntent 03-29 13:21:28.830 24176 24176 D FileStore: FileStore is authenticated true 03-29 13:21:28.830 24176 24196 I FSQ : <- Reload 03-29 13:21:28.830 24176 24196 D TodoList: Reload: Main activity resume 03-29 13:21:28.830 24176 24196 D FileStore: FileStore is authenticated true 03-29 13:21:28.830 24176 24196 D TodoList: Executing reloadaction 03-29 13:21:28.830 24176 24196 I Util : Sending file sync start broadcast 03-29 13:21:28.831 24176 24176 I Simpletask: handleIntent: from m_prefs state 03-29 13:21:28.831 24176 24196 D NetworkUtils: Searching known-servers store at /data/user/0/nl.mpcjanssen.simpletask.nextcloud/files/knownServers.bks 03-29 13:21:28.832 24176 24196 D NetworkSecurityConfig: No Network Security Config specified, using platform default 03-29 13:21:28.834 24176 24176 I TaskAdapter: Text size = 14.0 03-29 13:21:28.835 24176 24176 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@6077219 03-29 13:21:28.835 24176 24176 D TodoList: Getting sorted and filtered tasks 03-29 13:21:28.839 24176 24176 D TodoList: Sorting and filtering tasks took 5 ms 03-29 13:21:28.840 24176 24196 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 03-29 13:21:28.840 24176 24196 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation 03-29 13:21:28.840 24176 24196 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 03-29 13:21:28.842 24176 24176 I TaskAdapter: Restoring scroll offset 0, 0 03-29 13:21:28.843 24176 24176 I Simpletask: onResume <- handleIntent 03-29 13:21:28.843 24176 24176 D Event : update UI for event RESUME 03-29 13:21:28.845 24176 24196 D OwnCloudClient #0: Creating OwnCloudClient 03-29 13:21:28.846 24176 24176 D Simpletask: Update applyFilter bar 03-29 13:21:28.848 24176 24176 D Simpletask: Update applyFilter bar 03-29 13:21:28.852 24176 24176 D FileStore: Filestore online: true 03-29 13:21:28.853 24176 24176 D OpenGLRenderer: Skia GL Pipeline 03-29 13:21:28.879 24176 24196 D OwnCloudClient #0: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 13:21:28.882 24176 24196 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@685f6c4 03-29 13:21:28.883 24176 24196 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 13:21:28.887 24176 24196 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 13:21:28.887 24176 24196 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 13:21:28.892 24176 24197 I Adreno : QUALCOMM build : 365e321, I294de8bafa 03-29 13:21:28.892 24176 24197 I Adreno : Build Date : 01/08/19 03-29 13:21:28.892 24176 24197 I Adreno : OpenGL ES Shader Compiler Version: EV031.25.03.02 03-29 13:21:28.892 24176 24197 I Adreno : Local Branch : 03-29 13:21:28.892 24176 24197 I Adreno : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.5.R1.09.00.00.464.040 03-29 13:21:28.892 24176 24197 I Adreno : Remote Branch : NONE 03-29 13:21:28.892 24176 24197 I Adreno : Reconstruct Branch : NOTHING 03-29 13:21:28.892 24176 24197 I Adreno : Build Config : S L 6.0.7 AArch64 03-29 13:21:28.892 24176 24197 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 13:21:28.895 24176 24197 I Adreno : PFP: 0x005ff110, ME: 0x005ff066 03-29 13:21:28.899 24176 24197 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 03-29 13:21:28.900 24176 24197 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 03-29 13:21:28.900 24176 24197 I OpenGLRenderer: Initialized EGL, version 1.4 03-29 13:21:28.900 24176 24197 D OpenGLRenderer: Swap behavior 2 03-29 13:21:29.042 24176 24176 I Simpletask: Recreating options menu 03-29 13:21:29.042 24176 24176 D Simpletask: Handle mode 03-29 13:21:29.077 24176 24197 D vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace. 03-29 13:21:29.078 24176 24197 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 13:21:29.323 24176 24196 E TodoList: Can't determine remote file version 03-29 13:21:29.323 24176 24196 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 13:21:29.323 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 13:21:29.323 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 13:21:29.323 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 13:21:29.323 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 13:21:29.323 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 13:21:29.323 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 13:21:29.323 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 13:21:29.323 24176 24196 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 13:21:29.323 24176 24196 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 13:21:29.323 24176 24196 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 13:21:29.323 24176 24196 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 13:21:29.323 24176 24196 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 13:21:29.323 24176 24196 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 13:21:29.323 24176 24196 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 13:21:29.323 24176 24196 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 13:21:29.323 24176 24196 I TodoList: Remote version is same, load from cache 03-29 13:21:29.323 24176 24196 I Util : Sending file sync done changed broadcast 03-29 13:21:31.846 24176 24176 I Simpletask: onMenuItemSelected: 2131296576 03-29 13:21:31.846 24176 24176 I Util : Sending file changed broadcast 03-29 13:21:31.849 24176 24176 I TodoApplication: Received broadcast FILE_SYNC 03-29 13:21:31.849 24176 24176 I TodoApplication: Loading todolist 03-29 13:21:31.850 24176 24176 I FSQ : -> Reload 03-29 13:21:31.850 24176 24196 I FSQ : <- Reload 03-29 13:21:31.850 24176 24196 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 13:21:31.850 24176 24196 D FileStore: FileStore is authenticated true 03-29 13:21:31.850 24176 24196 D TodoList: Executing reloadaction 03-29 13:21:31.850 24176 24196 I Util : Sending file sync start broadcast 03-29 13:21:31.851 24176 24196 D OwnCloudClient #1: Creating OwnCloudClient 03-29 13:21:31.855 24176 24196 D OwnCloudClient #1: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 13:21:31.877 24176 24176 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 13:21:31.988 24176 24196 E TodoList: Can't determine remote file version 03-29 13:21:31.988 24176 24196 E TodoList: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.ArrayList.get(int)' on a null object reference 03-29 13:21:31.988 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:3) 03-29 13:21:31.988 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 13:21:31.988 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 13:21:31.988 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 13:21:31.988 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 13:21:31.988 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 13:21:31.988 24176 24196 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 13:21:31.988 24176 24196 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 13:21:31.988 24176 24196 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 13:21:31.988 24176 24196 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 13:21:31.988 24176 24196 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 13:21:31.988 24176 24196 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 13:21:31.988 24176 24196 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 13:21:31.988 24176 24196 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 13:21:31.988 24176 24196 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 13:21:31.988 24176 24196 I TodoList: Remote version is same, load from cache 03-29 13:21:31.989 24176 24196 I Util : Sending file sync done changed broadcast 03-29 13:21:32.000 24176 24176 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 13:21:32.192 24176 24197 D OpenGLRenderer: endAllActiveAnimators on 0x740041dd00 (MenuPopupWindow$MenuDropDownListView) with handle 0x7400ecc9c0 03-29 13:22:21.419 24176 24176 I Simpletask: onMenuItemSelected: 16908332 03-29 13:22:21.420 24176 24176 D Simpletask: Handle mode 03-29 13:22:21.866 24176 24176 I Simpletask: Recreating options menu 03-29 13:22:21.866 24176 24176 D Simpletask: Handle mode 03-29 13:22:23.002 24176 24176 I Simpletask: Recreating options menu 03-29 13:22:23.002 24176 24176 D Simpletask: Handle mode 03-29 13:22:23.455 24176 24176 I Simpletask: onMenuItemSelected: 16908332 03-29 13:22:23.456 24176 24176 D Simpletask: Handle mode 03-29 13:22:23.904 24176 24176 I Simpletask: Recreating options menu 03-29 13:22:23.904 24176 24176 D Simpletask: Handle mode 03-29 13:22:24.106 24176 24176 I Simpletask: onMenuItemSelected: 16908332 03-29 13:22:24.107 24176 24176 D Simpletask: Handle mode 03-29 13:22:24.556 24176 24176 I Simpletask: Recreating options menu 03-29 13:22:24.556 24176 24176 D Simpletask: Handle mode 03-29 13:22:28.817 24176 24176 I Simpletask: onMenuItemSelected: 2131296514 03-29 13:22:28.861 24176 24176 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@bed414 03-29 13:22:28.888 24176 24176 I Preferences: Registering broadcast receiver 03-29 13:22:29.153 24176 24197 D OpenGLRenderer: endAllActiveAnimators on 0x74000d8600 (MenuPopupWindow$MenuDropDownListView) with handle 0x7410684a60 03-29 13:22:31.777 24176 24176 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@fcc2082

mpcjanssen commented 4 years ago

Need proper error handling in getRemoteVersion to figure out why it's failing.

mpcjanssen commented 4 years ago

@magikmw could you try again with a release from https://mpcjanssen.nl/artifacts/10.5.1-4-8ad3733/nextcloud/ it has better logging for this error scenario.

magikmw commented 4 years ago

Installed from release folder, started the app, clicked sync. BTW sorry for the long posts, I can't figure out how to collapse the logs for readability of the thread.

--------- beginning of main 03-29 16:14:07.580 3474 3474 E etask.nextclou: Not starting debugger since process cannot load the jdwp agent. 03-29 16:14:07.601 3474 3487 I etask.nextclou: The ClassLoaderContext is a special shared library. 03-29 16:14:07.687 3474 3474 D Embryo : preload nl.mpcjanssen.simpletask.nextcloud, 24ms, hwui=true, layout=true, decor=false 03-29 16:14:07.688 3474 3492 D OpenGLRenderer: Skia GL Pipeline 03-29 16:14:08.913 3586 3586 E etask.nextclou: Not starting debugger since process cannot load the jdwp agent. 03-29 16:14:09.023 3586 3614 I etask.nextclou: The ClassLoaderContext is a special shared library. 03-29 16:14:09.100 3586 3586 E Embryo : nl.mpcjanssen.simpletask.nextcloud preload layout failed. main 03-29 16:14:09.115 3586 3586 D Embryo : preload nl.mpcjanssen.simpletask.nextcloud, 68ms, hwui=true, layout=false, decor=false 03-29 16:14:12.322 3978 3978 E etask.nextclou: Not starting debugger since process cannot load the jdwp agent. 03-29 16:14:12.342 3978 4003 I etask.nextclou: The ClassLoaderContext is a special shared library. 03-29 16:14:12.396 3978 3978 I Perf : Connecting to perf service. 03-29 16:14:12.475 3978 3978 D QueryStore: Saved applyFilter ids: [] 03-29 16:14:12.507 3978 3978 I Config : Getting 15 items todoList from cache 03-29 16:14:12.554 3978 3978 I TodoApplication: onCreate() 03-29 16:14:12.554 3978 3978 I TodoApplication: Created todolist nl.mpcjanssen.simpletask.task.TodoList@6077219 03-29 16:14:12.560 3978 3978 I TodoApplication: Started Simpletask nextcloud v10.5.1-4-8ad3733 (10005001) 03-29 16:14:12.577 3978 3978 I TodoApplication: Scheduling daily UI updateCache alarm, first at Mon Mar 30 00:02:00 GMT+02:00 2020 03-29 16:14:12.581 3978 3978 I TodoApplication: Scheduling task list reload 03-29 16:14:12.757 3978 4000 I etask.nextclou: Background concurrent copying GC freed 6428(1109KB) AllocSpace objects, 2(40KB) LOS objects, 50% free, 2MB/4MB, paused 5.693ms total 126.298ms 03-29 16:14:12.768 3978 3978 I Simpletask: onCreate 03-29 16:14:13.003 3978 3978 D FileStore: FileStore is authenticated true 03-29 16:14:13.087 3978 3978 D OpenGLRenderer: Skia GL Pipeline 03-29 16:14:13.171 3978 3978 I Simpletask: onResume 03-29 16:14:13.172 3978 3978 I FSQ : -> Reload 03-29 16:14:13.195 3978 3978 I Simpletask: onResume -> handleIntent 03-29 16:14:13.196 3978 3978 D FileStore: FileStore is authenticated true 03-29 16:14:13.199 3978 4000 I etask.nextclou: Background concurrent copying GC freed 9337(1463KB) AllocSpace objects, 10(468KB) LOS objects, 49% free, 2MB/4MB, paused 51us total 110.509ms 03-29 16:14:13.199 3978 3978 I Simpletask: handleIntent: from m_prefs state 03-29 16:14:13.202 3978 4092 I FSQ : <- Reload 03-29 16:14:13.204 3978 3978 I TaskAdapter: Text size = 14.0 03-29 16:14:13.205 3978 3978 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@6077219 03-29 16:14:13.205 3978 3978 D TodoList: Getting sorted and filtered tasks 03-29 16:14:13.232 3978 3978 D TodoList: Sorting and filtering tasks took 26 ms 03-29 16:14:13.234 3978 3978 I TaskAdapter: Restoring scroll offset 0, 0 03-29 16:14:13.234 3978 3978 I Simpletask: onResume <- handleIntent 03-29 16:14:13.235 3978 3978 D Event : update UI for event RESUME 03-29 16:14:13.236 3978 3978 D Simpletask: Update applyFilter bar 03-29 16:14:13.238 3978 4092 D TodoList: Reload: Main activity resume 03-29 16:14:13.238 3978 4092 D FileStore: FileStore is authenticated true 03-29 16:14:13.239 3978 3978 D Simpletask: Update applyFilter bar 03-29 16:14:13.250 3978 4092 D TodoList: Executing reloadaction 03-29 16:14:13.250 3978 4092 I Util : Sending file sync start broadcast 03-29 16:14:13.251 3978 3978 D FileStore: Filestore online: true 03-29 16:14:13.257 3978 4092 D NetworkUtils: Searching known-servers store at /data/user/0/nl.mpcjanssen.simpletask.nextcloud/files/knownServers.bks 03-29 16:14:13.257 3978 4092 D NetworkSecurityConfig: No Network Security Config specified, using platform default 03-29 16:14:13.288 3978 4092 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 03-29 16:14:13.288 3978 4092 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation 03-29 16:14:13.288 3978 4092 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 03-29 16:14:13.308 3978 4092 D OwnCloudClient #0: Creating OwnCloudClient 03-29 16:14:13.485 3978 4092 D OwnCloudClient #0: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 16:14:13.491 3978 4092 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@e9e5060 03-29 16:14:13.491 3978 4092 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 16:14:13.513 3978 4092 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 16:14:13.514 3978 4092 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 16:14:13.880 3978 4000 I etask.nextclou: Background concurrent copying GC freed 12639(882KB) AllocSpace objects, 4(144KB) LOS objects, 49% free, 5MB/10MB, paused 633us total 166.349ms 03-29 16:14:13.915 3978 4082 I Adreno : QUALCOMM build : 365e321, I294de8bafa 03-29 16:14:13.915 3978 4082 I Adreno : Build Date : 01/08/19 03-29 16:14:13.915 3978 4082 I Adreno : OpenGL ES Shader Compiler Version: EV031.25.03.02 03-29 16:14:13.915 3978 4082 I Adreno : Local Branch : 03-29 16:14:13.915 3978 4082 I Adreno : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.5.R1.09.00.00.464.040 03-29 16:14:13.915 3978 4082 I Adreno : Remote Branch : NONE 03-29 16:14:13.915 3978 4082 I Adreno : Reconstruct Branch : NOTHING 03-29 16:14:13.915 3978 4082 I Adreno : Build Config : S L 6.0.7 AArch64 03-29 16:14:13.916 3978 4082 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 16:14:13.926 3978 4082 I Adreno : PFP: 0x005ff110, ME: 0x005ff066 03-29 16:14:13.933 3978 4082 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 03-29 16:14:13.934 3978 4082 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 03-29 16:14:13.956 3978 4082 I OpenGLRenderer: Initialized EGL, version 1.4 03-29 16:14:13.956 3978 4082 D OpenGLRenderer: Swap behavior 2 03-29 16:14:14.185 3978 3978 I Choreographer: Skipped 53 frames! The application may be doing too much work on its main thread. 03-29 16:14:14.226 3978 4092 E TodoList: Can't determine remote file version 03-29 16:14:14.226 3978 4092 E TodoList: nl.mpcjanssen.simpletask.TodoException: UNAUTHORIZED: null 03-29 16:14:14.226 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:8) 03-29 16:14:14.226 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 16:14:14.226 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 16:14:14.226 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 16:14:14.226 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 16:14:14.226 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 16:14:14.226 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 16:14:14.226 3978 4092 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 16:14:14.226 3978 4092 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 16:14:14.226 3978 4092 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 16:14:14.226 3978 4092 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 16:14:14.226 3978 4092 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 16:14:14.226 3978 4092 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 16:14:14.226 3978 4092 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 16:14:14.226 3978 4092 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 16:14:14.226 3978 4092 I TodoList: Remote version is same, load from cache 03-29 16:14:14.226 3978 4092 I Util : Sending file sync done changed broadcast 03-29 16:14:14.262 3978 4082 D vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace. 03-29 16:14:14.264 3978 4082 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 16:14:14.433 3978 4082 I OpenGLRenderer: Davey! duration=1141ms; Flags=0, IntendedVsync=285798967885610, Vsync=285799851218908, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=285799861260608, AnimationStart=285799861364358, PerformTraversalsStart=285799861527014, DrawStart=285799862123681, SyncQueued=285799933606702, SyncStart=285799933685452, IssueDrawCommandsStart=285799933819983, SwapBuffers=285800107561858, FrameCompleted=285800109121806, DequeueBufferDuration=1543000, QueueBufferDuration=381000, 03-29 16:14:14.573 3978 4082 I OpenGLRenderer: Davey! duration=1280ms; Flags=0, IntendedVsync=285798967885610, Vsync=285799851218908, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=285799861260608, AnimationStart=285799861364358, PerformTraversalsStart=285799861527014, DrawStart=285800120154723, SyncQueued=285800133359202, SyncStart=285800133742587, IssueDrawCommandsStart=285800134178421, SwapBuffers=285800247441025, FrameCompleted=285800248714358, DequeueBufferDuration=2106000, QueueBufferDuration=509000, 03-29 16:14:14.580 3978 3978 D MyAppWidgetProvider: onUpdate 65 03-29 16:14:14.610 3978 3978 I Simpletask: Recreating options menu 03-29 16:14:14.610 3978 3978 D Simpletask: Handle mode 03-29 16:14:14.694 3978 3978 I Choreographer: Skipped 30 frames! The application may be doing too much work on its main thread. 03-29 16:14:14.744 3978 3978 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 3 03-29 16:14:14.758 3978 3978 D WidgetService: Creating view for widget: 65 03-29 16:14:14.758 3978 3978 D WidgetService: Widget: OnCreate called in ViewFactory 03-29 16:14:14.768 3978 4005 D WidgetService: Widget 65: setFilteredTasks called 03-29 16:14:14.768 3978 4005 D FileStore: FileStore is authenticated true 03-29 16:14:14.768 3978 4005 D WidgetService: Getting applyFilter from preferences for widget 65 03-29 16:14:14.770 3978 4005 D WidgetService: Retrieved widget 65 query 03-29 16:14:14.770 3978 4005 D TodoList: Getting sorted and filtered tasks 03-29 16:14:14.817 3978 4005 D TodoList: Sorting and filtering tasks took 47 ms 03-29 16:14:14.817 3978 4005 D WidgetService: Widget 65: setFilteredTasks returned 11 tasks 03-29 16:14:21.624 3978 4082 D OpenGLRenderer: endAllActiveAnimators on 0x740051d600 (RippleDrawable) with handle 0x7400052460 03-29 16:14:24.338 3978 3978 I Simpletask: onMenuItemSelected: 2131296623 03-29 16:14:24.338 3978 3978 I Util : Sending file changed broadcast 03-29 16:14:24.344 3978 3978 I TodoApplication: Received broadcast FILE_SYNC 03-29 16:14:24.344 3978 3978 I TodoApplication: Loading todolist 03-29 16:14:24.344 3978 3978 I FSQ : -> Reload 03-29 16:14:24.345 3978 4092 I FSQ : <- Reload 03-29 16:14:24.345 3978 4092 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 16:14:24.345 3978 4092 D FileStore: FileStore is authenticated true 03-29 16:14:24.345 3978 4092 D TodoList: Executing reloadaction 03-29 16:14:24.345 3978 4092 I Util : Sending file sync start broadcast 03-29 16:14:24.346 3978 4092 D OwnCloudClient #1: Creating OwnCloudClient 03-29 16:14:24.355 3978 4092 D OwnCloudClient #1: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 16:14:24.358 3978 4092 D AdvancedSslSocketFactory: Creating SSL Socket with remote my.domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@e9e5060 03-29 16:14:24.359 3978 4092 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 16:14:24.368 3978 4092 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 16:14:24.368 3978 4092 I ServerNameIndicator: SNI done, hostname: my.domain.com 03-29 16:14:24.592 3978 4092 E TodoList: Can't determine remote file version 03-29 16:14:24.592 3978 4092 E TodoList: nl.mpcjanssen.simpletask.TodoException: UNAUTHORIZED: null 03-29 16:14:24.592 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:8) 03-29 16:14:24.592 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 16:14:24.592 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 16:14:24.592 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 16:14:24.592 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 16:14:24.592 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 16:14:24.592 3978 4092 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 16:14:24.592 3978 4092 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 16:14:24.592 3978 4092 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 16:14:24.592 3978 4092 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 16:14:24.592 3978 4092 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 16:14:24.592 3978 4092 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 16:14:24.592 3978 4092 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 16:14:24.592 3978 4092 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 16:14:24.592 3978 4092 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 16:14:24.592 3978 4092 I TodoList: Remote version is same, load from cache 03-29 16:14:24.592 3978 4092 I Util : Sending file sync done changed broadcast 03-29 16:14:24.610 3978 3978 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 16:14:24.670 3978 4082 D OpenGLRenderer: endAllActiveAnimators on 0x740004de00 (MenuPopupWindow$MenuDropDownListView) with handle 0x73ffd96c80 03-29 16:14:26.203 3978 3978 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 16:14:26.659 3978 3978 I Simpletask: onMenuItemSelected: 2131296558 03-29 16:14:26.696 3978 3978 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@35cbfb9 03-29 16:14:26.732 3978 3978 I Preferences: Registering broadcast receiver 03-29 16:14:29.992 3978 3978 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@234e5ef 03-29 16:14:30.169 3978 3978 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Preferences--- jank level = 1

mpcjanssen commented 4 years ago

For some reason it gives an unauthorized error. I will add some additional logging. I forgot to include the actual url that's used.

mpcjanssen commented 4 years ago

Please try again with https://mpcjanssen.nl/artifacts/10.5.1-5-e24150c/nextcloud/release/

magikmw commented 4 years ago

Same as above

--------- beginning of main 03-29 16:53:47.965 10273 10273 E etask.nextclou: Not starting debugger since process cannot load the jdwp agent. 03-29 16:53:47.992 10273 10285 I etask.nextclou: The ClassLoaderContext is a special shared library. 03-29 16:53:48.013 10273 10273 I Perf : Connecting to perf service. 03-29 16:53:48.051 10273 10273 D QueryStore: Saved applyFilter ids: [] 03-29 16:53:48.061 10273 10273 I Config : Getting 15 items todoList from cache 03-29 16:53:48.082 10273 10273 I TodoApplication: onCreate() 03-29 16:53:48.082 10273 10273 I TodoApplication: Created todolist nl.mpcjanssen.simpletask.task.TodoList@6077219 03-29 16:53:48.083 10273 10273 I TodoApplication: Started Simpletask nextcloud v10.5.1-5-e24150c (10005001) 03-29 16:53:48.088 10273 10273 I TodoApplication: Scheduling daily UI updateCache alarm, first at Mon Mar 30 00:02:00 GMT+02:00 2020 03-29 16:53:48.094 10273 10273 I TodoApplication: Scheduling task list reload 03-29 16:53:48.108 10273 10273 D MyAppWidgetProvider: onUpdate 65 03-29 16:53:48.138 10273 10273 D WidgetService: Creating view for widget: 65 03-29 16:53:48.138 10273 10273 D WidgetService: Widget: OnCreate called in ViewFactory 03-29 16:53:48.140 10273 10285 D WidgetService: Widget 65: setFilteredTasks called 03-29 16:53:48.141 10273 10285 D FileStore: FileStore is authenticated true 03-29 16:53:48.141 10273 10285 D WidgetService: Getting applyFilter from preferences for widget 65 03-29 16:53:48.141 10273 10285 D WidgetService: Retrieved widget 65 query 03-29 16:53:48.141 10273 10285 D TodoList: Getting sorted and filtered tasks 03-29 16:53:48.225 10273 10285 D TodoList: Sorting and filtering tasks took 84 ms 03-29 16:53:48.226 10273 10285 D WidgetService: Widget 65: setFilteredTasks returned 11 tasks 03-29 16:53:52.344 10273 10273 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@70c4b51 03-29 16:53:52.374 10273 10273 I Simpletask: onCreate 03-29 16:53:52.463 10273 10273 D FileStore: FileStore is authenticated true 03-29 16:53:52.468 10273 10273 I Simpletask: onResume 03-29 16:53:52.468 10273 10273 I FSQ : -> Reload 03-29 16:53:52.470 10273 10273 I Simpletask: onResume -> handleIntent 03-29 16:53:52.470 10273 10273 D FileStore: FileStore is authenticated true 03-29 16:53:52.472 10273 10273 I Simpletask: handleIntent: from m_prefs state 03-29 16:53:52.473 10273 10332 I FSQ : <- Reload 03-29 16:53:52.473 10273 10332 D TodoList: Reload: Main activity resume 03-29 16:53:52.473 10273 10332 D FileStore: FileStore is authenticated true 03-29 16:53:52.473 10273 10332 D TodoList: Executing reloadaction 03-29 16:53:52.474 10273 10332 I Util : Sending file sync start broadcast 03-29 16:53:52.474 10273 10273 I TaskAdapter: Text size = 14.0 03-29 16:53:52.474 10273 10273 I TaskAdapter: setFilteredTasks called: nl.mpcjanssen.simpletask.task.TodoList@6077219 03-29 16:53:52.474 10273 10273 D TodoList: Getting sorted and filtered tasks 03-29 16:53:52.477 10273 10332 D NetworkUtils: Searching known-servers store at /data/user/0/nl.mpcjanssen.simpletask.nextcloud/files/knownServers.bks 03-29 16:53:52.478 10273 10332 D NetworkSecurityConfig: No Network Security Config specified, using platform default 03-29 16:53:52.484 10273 10332 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 03-29 16:53:52.485 10273 10332 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation 03-29 16:53:52.485 10273 10332 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 03-29 16:53:52.487 10273 10273 D TodoList: Sorting and filtering tasks took 13 ms 03-29 16:53:52.490 10273 10273 I TaskAdapter: Restoring scroll offset 0, 0 03-29 16:53:52.490 10273 10273 I Simpletask: onResume <- handleIntent 03-29 16:53:52.491 10273 10273 D Event : update UI for event RESUME 03-29 16:53:52.492 10273 10332 D OwnCloudClient #0: Creating OwnCloudClient 03-29 16:53:52.492 10273 10273 D Simpletask: Update applyFilter bar 03-29 16:53:52.495 10273 10273 D Simpletask: Update applyFilter bar 03-29 16:53:52.502 10273 10273 D FileStore: Filestore online: true 03-29 16:53:52.503 10273 10273 D OpenGLRenderer: Skia GL Pipeline 03-29 16:53:52.548 10273 10332 D OwnCloudClient #0: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 16:53:52.555 10273 10333 I Adreno : QUALCOMM build : 365e321, I294de8bafa 03-29 16:53:52.555 10273 10333 I Adreno : Build Date : 01/08/19 03-29 16:53:52.555 10273 10333 I Adreno : OpenGL ES Shader Compiler Version: EV031.25.03.02 03-29 16:53:52.555 10273 10333 I Adreno : Local Branch : 03-29 16:53:52.555 10273 10333 I Adreno : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.5.R1.09.00.00.464.040 03-29 16:53:52.555 10273 10333 I Adreno : Remote Branch : NONE 03-29 16:53:52.555 10273 10333 I Adreno : Reconstruct Branch : NOTHING 03-29 16:53:52.556 10273 10333 I Adreno : Build Config : S L 6.0.7 AArch64 03-29 16:53:52.556 10273 10333 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 16:53:52.560 10273 10332 D AdvancedSslSocketFactory: Creating SSL Socket with remote nc.mkwlab.eu:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@d24fee1 03-29 16:53:52.560 10273 10332 D AdvancedSslSocketFactory: ... with connection timeout 5000 and socket timeout 40000 03-29 16:53:52.566 10273 10333 I Adreno : PFP: 0x005ff110, ME: 0x005ff066 03-29 16:53:52.567 10273 10332 I ServerNameIndicator: SSLSocket implementation: com.android.org.conscrypt.Java8FileDescriptorSocket 03-29 16:53:52.567 10273 10332 I ServerNameIndicator: SNI done, hostname: nc.mkwlab.eu 03-29 16:53:52.578 10273 10333 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 03-29 16:53:52.578 10273 10333 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 03-29 16:53:52.580 10273 10333 I OpenGLRenderer: Initialized EGL, version 1.4 03-29 16:53:52.580 10273 10333 D OpenGLRenderer: Swap behavior 2 03-29 16:53:52.739 10273 10273 I Simpletask: Recreating options menu 03-29 16:53:52.740 10273 10273 D Simpletask: Handle mode 03-29 16:53:52.786 10273 10333 D vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace. 03-29 16:53:52.787 10273 10333 D vndksupport: Loading /vendor/lib64/hw/gralloc.msm8996.so from current namespace instead of sphal namespace. 03-29 16:53:52.867 10273 10332 W FileStore: Failed to get remote version of /personal/todo.txt: UNAUTHORIZED 03-29 16:53:52.867 10273 10332 E TodoList: Can't determine remote file version 03-29 16:53:52.867 10273 10332 E TodoList: nl.mpcjanssen.simpletask.TodoException: UNAUTHORIZED: null 03-29 16:53:52.867 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:9) 03-29 16:53:52.867 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 16:53:52.867 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 16:53:52.867 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 16:53:52.867 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 16:53:52.867 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 16:53:52.867 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 16:53:52.867 10273 10332 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 16:53:52.867 10273 10332 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 16:53:52.867 10273 10332 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 16:53:52.867 10273 10332 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 16:53:52.867 10273 10332 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 16:53:52.867 10273 10332 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 16:53:52.867 10273 10332 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 16:53:52.867 10273 10332 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 16:53:52.867 10273 10332 I TodoList: Remote version is same, load from cache 03-29 16:53:52.867 10273 10332 I Util : Sending file sync done changed broadcast 03-29 16:53:52.972 10273 10273 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 16:53:54.592 10273 10273 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 2 03-29 16:53:56.084 10273 10273 I Simpletask: onMenuItemSelected: 2131296623 03-29 16:53:56.084 10273 10273 I Util : Sending file changed broadcast 03-29 16:53:56.086 10273 10273 I TodoApplication: Received broadcast FILE_SYNC 03-29 16:53:56.086 10273 10273 I TodoApplication: Loading todolist 03-29 16:53:56.087 10273 10273 I FSQ : -> Reload 03-29 16:53:56.088 10273 10332 I FSQ : <- Reload 03-29 16:53:56.088 10273 10332 D TodoList: Reload: From BROADCAST_FILE_SYNC 03-29 16:53:56.088 10273 10332 D FileStore: FileStore is authenticated true 03-29 16:53:56.088 10273 10332 D TodoList: Executing reloadaction 03-29 16:53:56.088 10273 10332 I Util : Sending file sync start broadcast 03-29 16:53:56.088 10273 10332 D OwnCloudClient #1: Creating OwnCloudClient 03-29 16:53:56.093 10273 10332 D OwnCloudClient #1: REQUEST PROPFIND /remote.php/webdav/personal/todo.txt 03-29 16:53:56.119 10273 10273 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 2 03-29 16:53:56.228 10273 10332 W FileStore: Failed to get remote version of /personal/todo.txt: UNAUTHORIZED 03-29 16:53:56.230 10273 10332 E TodoList: Can't determine remote file version 03-29 16:53:56.230 10273 10332 E TodoList: nl.mpcjanssen.simpletask.TodoException: UNAUTHORIZED: null 03-29 16:53:56.230 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.remote.FileStore.getRemoteVersion(FileStore.kt:9) 03-29 16:53:56.230 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.reloadaction(TodoList.kt:3) 03-29 16:53:56.230 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList.access$reloadaction(TodoList.kt:1) 03-29 16:53:56.230 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:9) 03-29 16:53:56.230 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.task.TodoList$reload$1.invoke(TodoList.kt:1) 03-29 16:53:56.230 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:3) 03-29 16:53:56.230 10273 10332 E TodoList: at nl.mpcjanssen.simpletask.util.ActionQueue$add$1.invoke(ActionQueues.kt:1) 03-29 16:53:56.230 10273 10332 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Async.kt:1) 03-29 16:53:56.230 10273 10332 E TodoList: at org.jetbrains.anko.AsyncKt$doAsync$1.invoke(Unknown Source:0) 03-29 16:53:56.230 10273 10332 E TodoList: at org.jetbrains.anko.AsyncKt$sam$java_util_concurrent_Callable$0.call(Unknown Source:2) 03-29 16:53:56.230 10273 10332 E TodoList: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 03-29 16:53:56.230 10273 10332 E TodoList: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 03-29 16:53:56.230 10273 10332 E TodoList: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 03-29 16:53:56.230 10273 10332 E TodoList: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 03-29 16:53:56.230 10273 10332 E TodoList: at java.lang.Thread.run(Thread.java:764) 03-29 16:53:56.232 10273 10332 I TodoList: Remote version is same, load from cache 03-29 16:53:56.232 10273 10332 I Util : Sending file sync done changed broadcast 03-29 16:53:56.255 10273 10273 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Simpletask--- jank level = 1 03-29 16:53:56.426 10273 10333 D OpenGLRenderer: endAllActiveAnimators on 0x7400327000 (MenuPopupWindow$MenuDropDownListView) with handle 0x74014cdea0 03-29 16:54:01.148 10273 10273 I Simpletask: onMenuItemSelected: 2131296558 03-29 16:54:01.205 10273 10273 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@73ae708 03-29 16:54:01.235 10273 10273 I Preferences: Registering broadcast receiver 03-29 16:54:01.293 10273 10273 D OnePlusJankManager: Chor uploadMDM JANK_TYPE_NODRAW mViewTitle = nl.mpcjanssen.simpletask.nextcloud/nl.mpcjanssen.simpletask.Preferences--- jank level = 1 03-29 16:54:01.503 10273 10333 D OpenGLRenderer: endAllActiveAnimators on 0x73ffe58200 (MenuPopupWindow$MenuDropDownListView) with handle 0x7400578da0 03-29 16:54:04.478 10273 10273 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@18a4996

mpcjanssen commented 4 years ago

Are you absolutely sure the server url and app specific password are correct? Does the nextcloud log show anything?

magikmw commented 4 years ago

NC log is clear. Server url is correct (logs got anonimized). App specific password must have worked at first, but NC shows last connection from the app for 3 months ago. Either simpletask lost the password, Nextcloud decided it's invalid or something else is going on.

mpcjanssen commented 4 years ago

Could you try without app specific password for testing or is that not possible for your scenario?

magikmw commented 4 years ago

I've disabled 2FA and logged in without problems, sync worked, but then again it always helped before as I mentoned (to log out, regenerate password and login).

magikmw commented 4 years ago

Update: reenabled 2FA, regenerated app password, logged in, sync both ways works. Still, I'll keep an eye out for another occurence of the sync breaking. And thank you for great support, on sunday none the less.

mpcjanssen commented 4 years ago

I will close the issue. If it re-occurs feel free to re-open. Next release will include the improved logging.