You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a frequent crash happening on many of my users, I can't reproduce the crash by myself though. Here is the crash log:
Fatal Exception: java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:355)
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 android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:246)
at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:784)
Caused by java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter mimeType
at com.sangcomz.fishbun.ext.MimeTypeExt.equalsMimeType(:7)
at com.sangcomz.fishbun.ui.album.AlbumController.isExceptMemeType(AlbumController.java:166)
at com.sangcomz.fishbun.ui.album.AlbumController.access$200(AlbumController.java:22)
at com.sangcomz.fishbun.ui.album.AlbumController$LoadAlbumList.doInBackground(AlbumController.java:105)
at com.sangcomz.fishbun.ui.album.AlbumController$LoadAlbumList.doInBackground(AlbumController.java:61)
at android.os.AsyncTask$2.call(AsyncTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:246)
at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:784)
The text was updated successfully, but these errors were encountered:
There is a frequent crash happening on many of my users, I can't reproduce the crash by myself though. Here is the crash log:
The text was updated successfully, but these errors were encountered: