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

App crashes on Android 5 and 6 since the update 2.11.11 #1088

Closed
yostyle opened this issue Jul 30, 2024 · 0 comments
Closed

App crashes on Android 5 and 6 since the update 2.11.11 #1088

yostyle opened this issue Jul 30, 2024 · 0 comments
Assignees
Labels
android bug Something isn't working P1

Comments

@yostyle
Copy link
Contributor

yostyle commented Jul 30, 2024

Related to element-hq/element-android#8875

FATAL EXCEPTION: main
Process: fr.gouv.tchap.dev, PID: 3770
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/checkerframework/com/google/common/hash/BloomFilter;
	at im.vector.app.features.analytics.ReportedDecryptionFailurePersistence.<init>(ReportedDecryptionFailurePersistence.kt:50)
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.reportedDecryptionFailurePersistence(DaggerVectorApplication_HiltComponents_SingletonC.java:9215)
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.-$$Nest$mreportedDecryptionFailurePersistence(DaggerVectorApplication_HiltComponents_SingletonC.java)
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl$SwitchingProvider.get(DaggerVectorApplication_HiltComponents_SingletonC.java:9650)
	at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.injectVectorApplication2(DaggerVectorApplication_HiltComponents_SingletonC.java:9492)
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.injectVectorApplication(DaggerVectorApplication_HiltComponents_SingletonC.java:9385)
	at im.vector.app.Hilt_VectorApplication.hiltInternalInject(Hilt_VectorApplication.java:52)
	at im.vector.app.Hilt_VectorApplication.onCreate(Hilt_VectorApplication.java:43)
	at im.vector.app.VectorApplication.onCreate(VectorApplication.kt:131)
	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011)
	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4518)
	at android.app.ActivityThread.access$1500(ActivityThread.java:144)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1339)
	at android.os.Handler.dispatchMessage(Handler.java:102)
	at android.os.Looper.loop(Looper.java:135)
	at android.app.ActivityThread.main(ActivityThread.java:5221)
	at java.lang.reflect.Method.invoke(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:372)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.checkerframework.com.google.common.hash.BloomFilter" on path: DexPathList[[zip file "/data/app/fr.gouv.tchap.dev-2/base.apk"],nativeLibraryDirectories=[/data/app/fr.gouv.tchap.dev-2/lib/arm64, /vendor/lib64, /system/lib64]]
	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
	at im.vector.app.features.analytics.ReportedDecryptionFailurePersistence.<init>(ReportedDecryptionFailurePersistence.kt:50) 
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.reportedDecryptionFailurePersistence(DaggerVectorApplication_HiltComponents_SingletonC.java:9215) 
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.-$$Nest$mreportedDecryptionFailurePersistence(DaggerVectorApplication_HiltComponents_SingletonC.java) 
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl$SwitchingProvider.get(DaggerVectorApplication_HiltComponents_SingletonC.java:9650) 
	at dagger.internal.DoubleCheck.get(DoubleCheck.java:47) 
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.injectVectorApplication2(DaggerVectorApplication_HiltComponents_SingletonC.java:9492) 
	at im.vector.app.DaggerVectorApplication_HiltComponents_SingletonC$SingletonCImpl.injectVectorApplication(DaggerVectorApplication_HiltComponents_SingletonC.java:9385) 
	at im.vector.app.Hilt_VectorApplication.hiltInternalInject(Hilt_VectorApplication.java:52) 
	at im.vector.app.Hilt_VectorApplication.onCreate(Hilt_VectorApplication.java:43) 
	at im.vector.app.VectorApplication.onCreate(VectorApplication.kt:131) 
	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1011) 
	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4518) 
	at android.app.ActivityThread.access$1500(ActivityThread.java:144) 
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1339) 
	at android.os.Handler.dispatchMessage(Handler.java:102) 
	at android.os.Looper.loop(Looper.java:135) 
	at android.app.ActivityThread.main(ActivityThread.java:5221) 
	at java.lang.reflect.Method.invoke(Native Method) 
	at java.lang.reflect.Method.invoke(Method.java:372) 
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899) 
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694) 
	Suppressed: java.lang.NoClassDefFoundError: org.checkerframework.com.google.common.hash.BloomFilter
		at dalvik.system.DexFile.defineClassNative(Native Method)
		at dalvik.system.DexFile.defineClass(DexFile.java:226)
		at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:219)
		at dalvik.system.DexPathList.findClass(DexPathList.java:321)
		at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:54)
		... 23 more
	Suppressed: java.lang.ClassNotFoundException: org.checkerframework.com.google.common.hash.BloomFilter
		at java.lang.Class.classForName(Native Method)
		at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
		at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
		... 22 more
	Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
@yostyle yostyle added bug Something isn't working P1 android labels Jul 30, 2024
@yostyle yostyle self-assigned this Jul 30, 2024
@yostyle yostyle changed the title App crashes on Android 5 from the last update 2.11.11 App crashes on from Android 5 to 7 from the last update 2.11.11 Jul 30, 2024
@yostyle yostyle changed the title App crashes on from Android 5 to 7 from the last update 2.11.11 App crashes from Android 5 to 7 from the last update 2.11.11 Jul 30, 2024
@yostyle yostyle changed the title App crashes from Android 5 to 7 from the last update 2.11.11 App crashes from Android 5 to 7 since the update 2.11.11 Jul 30, 2024
@yostyle yostyle changed the title App crashes from Android 5 to 7 since the update 2.11.11 App crashes from Android 5 to 6 since the update 2.11.11 Jul 30, 2024
@yostyle yostyle changed the title App crashes from Android 5 to 6 since the update 2.11.11 App crashes on Android 5 and 6 since the update 2.11.11 Jul 30, 2024
@yostyle yostyle closed this as completed Jul 31, 2024
@yostyle yostyle moved this to sprint en cours - WIP in Roadmap Produit Aug 2, 2024
@yostyle yostyle moved this from sprint en cours - WIP to Beta interne in Roadmap Produit Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working P1
Projects
Status: beta externe
Development

No branches or pull requests

1 participant