We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
错误堆栈:
1 #00 pc 00000f9c /data/data/com.liqiang365app.musen/app_p_n/1249074292/libndkbitmap.so (createSkBitmap(ndkbitmap_object_t*, int, int, int)+19) [armeabi-v5te] 2 #1 pc 000012f7 /data/data/com.liqiang365app.musen/app_p_n/1249074292/libndkbitmap.so (createBitmap(_JNIEnv*, _jobject*, int, int, int, unsigned char, int, int)+18) [armeabi-v5te] 3 #2 pc 0000135b /data/data/com.liqiang365app.musen/app_p_n/1249074292/libndkbitmap.so (Java_tv_cjump_jni_NativeBitmapFactory_createBitmap+22) [armeabi-v5te] 4 #3 pc 0050fccb /data/data/com.liqiang365app.musen/app_p_od/1249074292.dex (oatdata+5303499) [armeabi] 5 java: 6 tv.cjump.jni.NativeBitmapFactory.createNativeBitmap(NativeBitmapFactory.java:169) 7 tv.cjump.jni.NativeBitmapFactory.testLib(NativeBitmapFactory.java:103) 8 tv.cjump.jni.NativeBitmapFactory.loadLibs(NativeBitmapFactory.java:62) 9 master.flame.danmaku.controller.CacheManagingDrawTask.(CacheManagingDrawTask.java:57) 10 master.flame.danmaku.controller.DrawHandler.createDrawTask(DrawHandler.java:628) 11 master.flame.danmaku.controller.DrawHandler.prepare(DrawHandler.java:566) 12 master.flame.danmaku.controller.DrawHandler.handleMessage(DrawHandler.java:204) 13 android.os.Handler.dispatchMessage(Handler.java:111) 14 android.os.Looper.loop(Looper.java:224) 15 android.os.HandlerThread.run(HandlerThread.java:61)
设备机型: OPPO A59S
系统版本: Android 5.1,level 22
ROM: Oppo/COLOROS
部分日志:
4811-30 20:19:08.765 11038 11467 I NativeBitmapFactory: Loaded libndkbitmap.so arch is: ARM 4911-30 20:19:08.766 11038 11467 I NativeBitmapFactory: [libskia] ctor:0xf6679338,dtor:0xf66798bc,setConfig:0x0,setConfig_19later:0x0,setInfo:0xf66799bc,allocPixels:0xf66797e4,eraseARGB:0xf667a680 5011-30 20:19:08.768 11038 11467 I NativeBitmapFactory: [GraphicsJNI] createBitmap:0x0,createBitmap_19later:0xf7678241 5111-30 20:19:08.769 11038 11468 I NativeBitmapFactory: [libskia] ctor:0xf6679338,dtor:0xf66798bc,setConfig:0x0,setConfig_19later:0x0,setInfo:0xf66799bc,allocPixels:0xf66797e4,eraseARGB:0xf667a680 5211-30 20:19:08.769 11038 11038 W Unknow : ^^^^^^^^^^Jul 3 2020^^^17:13:37^^^^^^^^^^[11038,11038][2020-11-30 +0800 20:19:08] 5311-30 20:19:08.769 11038 11038 W Unknow : del time out files time: 1 5411-30 20:19:08.769 11038 11038 W Unknow : get mmap time: 2 5511-30 20:19:08.769 11038 11038 W Unknow : SDK_VERSION: 7.4.9211 5611-30 20:19:08.769 11038 11038 W Unknow : SDK_ID: 2 5711-30 20:19:08.769 11038 11038 W Unknow : log appender mode:0, use mmap:1 5811-30 20:19:08.771 11038 11468 I NativeBitmapFactory: [GraphicsJNI] createBitmap:0x0,createBitmap_19later:0xf7678241 5911-30 20:19:08.776 11038 11468 E NativeBitmapFactory: loadedtrue
发生频率:
以上为bugly抓取的错误日志,影响用户两万多次,希望可以尽快解决,感谢!!🙏🙏🙏
The text was updated successfully, but these errors were encountered:
No branches or pull requests
错误堆栈:
1 #00 pc 00000f9c /data/data/com.liqiang365app.musen/app_p_n/1249074292/libndkbitmap.so (createSkBitmap(ndkbitmap_object_t*, int, int, int)+19) [armeabi-v5te]
2 #1 pc 000012f7 /data/data/com.liqiang365app.musen/app_p_n/1249074292/libndkbitmap.so (createBitmap(_JNIEnv*, _jobject*, int, int, int, unsigned char, int, int)+18) [armeabi-v5te]
3 #2 pc 0000135b /data/data/com.liqiang365app.musen/app_p_n/1249074292/libndkbitmap.so (Java_tv_cjump_jni_NativeBitmapFactory_createBitmap+22) [armeabi-v5te]
4 #3 pc 0050fccb /data/data/com.liqiang365app.musen/app_p_od/1249074292.dex (oatdata+5303499) [armeabi]
5 java:
6 tv.cjump.jni.NativeBitmapFactory.createNativeBitmap(NativeBitmapFactory.java:169)
7 tv.cjump.jni.NativeBitmapFactory.testLib(NativeBitmapFactory.java:103)
8 tv.cjump.jni.NativeBitmapFactory.loadLibs(NativeBitmapFactory.java:62)
9 master.flame.danmaku.controller.CacheManagingDrawTask.(CacheManagingDrawTask.java:57)
10 master.flame.danmaku.controller.DrawHandler.createDrawTask(DrawHandler.java:628)
11 master.flame.danmaku.controller.DrawHandler.prepare(DrawHandler.java:566)
12 master.flame.danmaku.controller.DrawHandler.handleMessage(DrawHandler.java:204)
13 android.os.Handler.dispatchMessage(Handler.java:111)
14 android.os.Looper.loop(Looper.java:224)
15 android.os.HandlerThread.run(HandlerThread.java:61)
设备机型:
OPPO A59S
系统版本:
Android 5.1,level 22
ROM:
Oppo/COLOROS
部分日志:
11-30 20:19:08.765 11038 11468 I NativeBitmapFactory: Loaded libndkbitmap.so arch is: ARM
4811-30 20:19:08.765 11038 11467 I NativeBitmapFactory: Loaded libndkbitmap.so arch is: ARM
4911-30 20:19:08.766 11038 11467 I NativeBitmapFactory: [libskia] ctor:0xf6679338,dtor:0xf66798bc,setConfig:0x0,setConfig_19later:0x0,setInfo:0xf66799bc,allocPixels:0xf66797e4,eraseARGB:0xf667a680
5011-30 20:19:08.768 11038 11467 I NativeBitmapFactory: [GraphicsJNI] createBitmap:0x0,createBitmap_19later:0xf7678241
5111-30 20:19:08.769 11038 11468 I NativeBitmapFactory: [libskia] ctor:0xf6679338,dtor:0xf66798bc,setConfig:0x0,setConfig_19later:0x0,setInfo:0xf66799bc,allocPixels:0xf66797e4,eraseARGB:0xf667a680
5211-30 20:19:08.769 11038 11038 W Unknow : ^^^^^^^^^^Jul 3 2020^^^17:13:37^^^^^^^^^^[11038,11038][2020-11-30 +0800 20:19:08]
5311-30 20:19:08.769 11038 11038 W Unknow : del time out files time: 1
5411-30 20:19:08.769 11038 11038 W Unknow : get mmap time: 2
5511-30 20:19:08.769 11038 11038 W Unknow : SDK_VERSION: 7.4.9211
5611-30 20:19:08.769 11038 11038 W Unknow : SDK_ID: 2
5711-30 20:19:08.769 11038 11038 W Unknow : log appender mode:0, use mmap:1
5811-30 20:19:08.771 11038 11468 I NativeBitmapFactory: [GraphicsJNI] createBitmap:0x0,createBitmap_19later:0xf7678241
5911-30 20:19:08.776 11038 11468 E NativeBitmapFactory: loadedtrue
发生频率:
以上为bugly抓取的错误日志,影响用户两万多次,希望可以尽快解决,感谢!!🙏🙏🙏
The text was updated successfully, but these errors were encountered: