-
Notifications
You must be signed in to change notification settings - Fork 458
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
Caused by java.lang.ClassNotFoundException Didn't find class "android.hardware.HardwareBuffer" #1569
Comments
具体是哪些手机会报错? 系统是什么版本? 可以发一些上来,我们复测下 |
我用demo复测了一些7.0的机型,并不会crash,另外7.0的版本并不会开启HardwareBuffer。另外我也下载了你们的ohla,大概点了一会,在7.0上也没有crash。 |
嗯,我们也在看,之前没出现过的闪退,升级后出现 |
还是无法重现,实在不行,就降级看看 |
最好能找到一个crash的设备,然后模拟从老版本升级到新版本,然后看下crash具体在操作什么的时候出现的,整体还原下用户的操作,如果有必现的路径就好分析了 |
已经降到'com.tencent.tav:libpag:4.2.92' 已经没有闪退了, 但是4.3.3这个问题还是存在,很难重现 |
可以啊,老哥,具体机型发出来,方便他们查问题 |
在官方的demo里面可以复测吗? 还是要有特定的流程调用,我这边没有这台测试机。 可以在官方demo测试,然后抓一下全量的log吗 @spardas |
这个问题已经定位到了
|
【版本信息】
4.2.100
【平台信息】
Android 原生 , 海外googleplay市场
【预期的表现】
不闪退
【实际的情况】
更新到4.2.100,线上出现大量crash, 无法必现
【Demo及附件】
Caused by java.lang.ClassNotFoundException: Didn't find class "android.hardware.HardwareBuffer" on path: DexPathList[[zip file "/data/app/com.ohla.socialapps-1/base.apk", zip file "/data/app/com.ohla.socialapps-1/split_config.armeabi_v7a.apk", zip file "/data/app/com.ohla.socialapps-1/split_config.mdpi.apk"],nativeLibraryDirectories=[/data/app/com.ohla.socialapps-1/lib/arm, /data/app/com.ohla.socialapps-1/base.apk!/lib/armeabi-v7a, /data/app/com.ohla.socialapps-1/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.ohla.socialapps-1/split_config.mdpi.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]
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 org.libpag.PAGImageView.a(SourceFile:36)
at org.libpag.PAGImageView.flush(SourceFile:8)
at org.libpag.PAGImageView.onAnimationUpdate(SourceFile:4)
at org.libpag.PAGAnimator.onAnimationUpdate(SourceFile:2)
The text was updated successfully, but these errors were encountered: