Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash: core.docstorage.FileStorageHelper.getRemoteFileModifiedDate #2013

Open
guanlisheng opened this issue Dec 27, 2024 · 1 comment
Open
Labels

Comments

@guanlisheng
Copy link
Contributor

Exception java.lang.RuntimeException: An error occurred while executing doInBackground()
  at android.os.AsyncTask$4.done (AsyncTask.java:415)
  at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:381)
  at java.util.concurrent.FutureTask.setException (FutureTask.java:250)
  at java.util.concurrent.FutureTask.run (FutureTask.java:269)
  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:644)
  at java.lang.Thread.run (Thread.java:1012)
Caused by java.lang.NullPointerException:
  at com.money.manager.ex.core.docstorage.FileStorageHelper.getRemoteFileModifiedDate (FileStorageHelper.java:402)
  at com.money.manager.ex.core.docstorage.FileStorageHelper.isRemoteFileChanged (FileStorageHelper.java:129)
  at com.money.manager.ex.sync.SyncService.triggerSync (SyncService.java:178)
  at com.money.manager.ex.sync.SyncService.onHandleWork (SyncService.java:135)
  at androidx.core.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:396)
  at androidx.core.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:387)
  at android.os.AsyncTask$3.call (AsyncTask.java:394)
  at java.util.concurrent.FutureTask.run (FutureTask.java:264)
@guanlisheng guanlisheng changed the title ANR: com.money.manager.ex.core.docstorage.FileStorageHelper.getRemoteFileModifiedDate Crash: com.money.manager.ex.core.docstorage.FileStorageHelper.getRemoteFileModifiedDate Dec 27, 2024
@guanlisheng guanlisheng moved this from To triage to In progress in Stabilities & Bugs Dec 28, 2024
@guanlisheng
Copy link
Contributor Author

guanlisheng commented Dec 31, 2024

v1056 is still appliable

Exception java.lang.RuntimeException: An error occurred while executing doInBackground()
  at android.os.AsyncTask$4.done (AsyncTask.java:415)
  at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:383)
  at java.util.concurrent.FutureTask.setException (FutureTask.java:252)
  at java.util.concurrent.FutureTask.run (FutureTask.java:271)
  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
  at java.lang.Thread.run (Thread.java:923)
Caused by java.lang.NullPointerException:
  at com.money.manager.ex.core.docstorage.FileStorageHelper.getRemoteFileModifiedDate (FileStorageHelper.java:372)
  at com.money.manager.ex.core.docstorage.FileStorageHelper.isRemoteFileChanged (FileStorageHelper.java:126)
  at com.money.manager.ex.sync.SyncService.triggerSync (SyncService.java:159)
  at com.money.manager.ex.sync.SyncService.onHandleWork (SyncService.java:135)
  at androidx.core.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:396)
  at androidx.core.app.JobIntentService$CommandProcessor.doInBackground (JobIntentService.java:387)
  at android.os.AsyncTask$3.call (AsyncTask.java:394)
  at java.util.concurrent.FutureTask.run (FutureTask.java:266)

@guanlisheng guanlisheng changed the title Crash: com.money.manager.ex.core.docstorage.FileStorageHelper.getRemoteFileModifiedDate Crash: core.docstorage.FileStorageHelper.getRemoteFileModifiedDate Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

1 participant