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
我在viewPager里加载多张高清大图,这是出错的堆栈,麻烦看看是什么原因导致的?
2 #1 pc 00328e09 /system/lib/libhwui.so [armeabi-v7a] 3 #2 pc 000c8a95 /system/lib/libhwui.so [armeabi-v7a] 4 #3 pc 000d8bf7 /system/lib/libandroid_runtime.so (register_android_graphics_BitmapFactory(_JNIEnv*)+1202) [armeabi-v7a] 5 #4 pc 003f4e83 /system/framework/arm/boot-framework.oat [armeabi] 6 java: 7 android.graphics.BitmapRegionDecoder.decodeRegion(BitmapRegionDecoder.java:201) 8 com.shizhefei.view.largeimage.BlockImageLoader$LoadThumbnailTask.a(BlockImageLoader.java:1002) 9 com.shizhefei.view.largeimage.TaskQueue$Task.a(TaskQueue.java:44) 10 com.shizhefei.view.largeimage.TaskQueue$Task.doInBackground(TaskQueue.java:31) 11 android.os.AsyncTask$2.call(AsyncTask.java:334) 12 java.util.concurrent.FutureTask.run(FutureTask.java:266) 13 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 14 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 15 java.lang.Thread.run(Thread.java:784)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在viewPager里加载多张高清大图,这是出错的堆栈,麻烦看看是什么原因导致的?
#00 pc 0001d75e /system/lib/libc.so (abort+57) [armeabi-v7a]
2 #1 pc 00328e09 /system/lib/libhwui.so [armeabi-v7a]
3 #2 pc 000c8a95 /system/lib/libhwui.so [armeabi-v7a]
4 #3 pc 000d8bf7 /system/lib/libandroid_runtime.so (register_android_graphics_BitmapFactory(_JNIEnv*)+1202) [armeabi-v7a]
5 #4 pc 003f4e83 /system/framework/arm/boot-framework.oat [armeabi]
6 java:
7 android.graphics.BitmapRegionDecoder.decodeRegion(BitmapRegionDecoder.java:201)
8 com.shizhefei.view.largeimage.BlockImageLoader$LoadThumbnailTask.a(BlockImageLoader.java:1002)
9 com.shizhefei.view.largeimage.TaskQueue$Task.a(TaskQueue.java:44)
10 com.shizhefei.view.largeimage.TaskQueue$Task.doInBackground(TaskQueue.java:31)
11 android.os.AsyncTask$2.call(AsyncTask.java:334)
12 java.util.concurrent.FutureTask.run(FutureTask.java:266)
13 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
14 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
15 java.lang.Thread.run(Thread.java:784)
The text was updated successfully, but these errors were encountered: