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

ANR: com.money.manager.ex.core.docstorage.FileStorageHelper.downloadDatabase #2077

Open
guanlisheng opened this issue Jan 14, 2025 · 0 comments
Labels

Comments

@guanlisheng
Copy link
Contributor

v1058 ( to relace #2008 for old versions)

at jdk.internal.misc.Unsafe.park (Native method)
  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:211)
  at java.util.concurrent.CompletableFuture$Signaller.block (CompletableFuture.java:1840)
  at java.util.concurrent.ForkJoinPool.unmanagedBlock (ForkJoinPool.java:3466)
  at java.util.concurrent.ForkJoinPool.managedBlock (ForkJoinPool.java:3437)
  at java.util.concurrent.CompletableFuture.waitingGet (CompletableFuture.java:1874)
  at java.util.concurrent.CompletableFuture.get (CompletableFuture.java:2048)
  at com.money.manager.ex.core.docstorage.FileStorageHelper.downloadDatabase (FileStorageHelper.java:263)
  at com.money.manager.ex.core.docstorage.FileStorageHelper.pullDatabase (FileStorageHelper.java:120)
  at com.money.manager.ex.core.docstorage.FileStorageHelper.selectDatabase (FileStorageHelper.java:94)
  at com.money.manager.ex.home.SelectDatabaseActivity.onActivityResult (SelectDatabaseActivity.java:83)
  at android.app.Activity.dispatchActivityResult (Activity.java:9362)
  at android.app.ActivityThread.deliverResults (ActivityThread.java:6056)
  at android.app.ActivityThread.handleSendResult (ActivityThread.java:6102)
  at android.app.servertransaction.ActivityResultItem.execute (ActivityResultItem.java:67)
  at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45)
  at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:139)
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:96)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2685)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loopOnce (Looper.java:230)
  at android.os.Looper.loop (Looper.java:319)
  at android.app.ActivityThread.main (ActivityThread.java:8919)
  at java.lang.reflect.Method.invoke (Native method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:578)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1103)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant