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 Report #141

Open
kaiserbp opened this issue Feb 6, 2025 · 1 comment
Open

Crash Report #141

kaiserbp opened this issue Feb 6, 2025 · 1 comment

Comments

@kaiserbp
Copy link

kaiserbp commented Feb 6, 2025

java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/LocalDateTime;java.util.concurrent.FutureTask.report(FutureTask.java:94)java.util.concurrent.FutureTask.get(FutureTask.java:164)com.abdurazaaqmohammed.utils.RunUtil.lambda$runInBackground$2(SourceFile:1)com.abdurazaaqmohammed.utils.RunUtil.a(SourceFile:1)z.a.run(SourceFile:1)java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:423)java.util.concurrent.FutureTask.run(FutureTask.java:237)java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)java.lang.Thread.run(Thread.java:818)SDK 23AntiSplit M 2.2.1Storage permission granted: trueBuscando archivos apk…/document/primary:Download/com.google.android.youtube_17.34.36-1531307456_4arch_7dpi_15lang_e0cc9e538ea90cb27a38616355a49888_apkmirror.com.apkm

@drogga
Copy link

drogga commented Feb 7, 2025

Here's the log made readable by fixing the breaklines by DeepSeek:

java.util.concurrent.FutureTask.report(FutureTask.java:94)
java.util.concurrent.FutureTask.get(FutureTask.java:164)
com.abdurazaaqmohammed.utils.RunUtil.lambda$runInBackground$2(SourceFile:1)
com.abdurazaaqmohammed.utils.RunUtil.a(SourceFile:1)
z.a.run(SourceFile:1)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:423)
java.util.concurrent.FutureTask.run(FutureTask.java:237)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
java.lang.Thread.run(Thread.java:818)

SDK 23
AntiSplit M 2.2.1
Storage permission granted: true
Buscando archivos apk…
/document/primary:Download/com.google.android.youtube_17.34.36-1531307456_4arch_7dpi_15lang_e0cc9e538ea90cb27a38616355a49888_apkmirror.com.apkm

But I wonder why is the Searching for APK files... translated to Buscando archivos apk… ?, seems unnecessary / a mistake (or not ?), given that Storage permission granted: true for example isn't...
IMHO the logs should always and only be in English, so developers can always read them in such reports, no matter the app display language of the reporter, assuming a dev. knows ENg (most do, not a problem here).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants