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

oom的问题 #45

Open
yinhaojun opened this issue Oct 27, 2016 · 0 comments
Open

oom的问题 #45

yinhaojun opened this issue Oct 27, 2016 · 0 comments

Comments

@yinhaojun
Copy link

yinhaojun commented Oct 27, 2016

FATAL EXCEPTION: main
java.lang.OutOfMemoryError
at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:500)
at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:353)
at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:781)
at android.content.res.Resources.loadDrawable(Resources.java:1935)
at android.content.res.Resources.getDrawable(Resources.java:659)
at com.bumptech.glide.request.GenericRequest.getPlaceholderDrawable(GenericRequest.java:416)
at com.bumptech.glide.request.GenericRequest.begin(GenericRequest.java:276)
at com.bumptech.glide.manager.RequestTracker.runRequest(RequestTracker.java:37)
at com.bumptech.glide.GenericRequestBuilder.into(GenericRequestBuilder.java:661)
at com.bumptech.glide.GenericRequestBuilder.into(GenericRequestBuilder.java:697)
at com.bumptech.glide.BitmapRequestBuilder.into(BitmapRequestBuilder.java:498)
at cn.bingoogolapple.photopicker.imageloader.BGAGlideImageLoader.displayImage(BGAGlideImageLoader.java:60)
at cn.bingoogolapple.photopicker.imageloader.BGAImage.displayImage(BGAImage.java:50)
at cn.bingoogolapple.photopicker.widget.BGANinePhotoLayout.setData(BGANinePhotoLayout.java:118)
at com.qinqinhealth.qinqinhealth.ui.adapter.ZhiLiaoAdapter.loadGridItem(ZhiLiaoAdapter.java:332)
at com.qinqinhealth.qinqinhealth.ui.adapter.ZhiLiaoAdapter.onBindViewHolder(ZhiLiaoAdapter.java:165)
at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:5768)
at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:5801)
at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5037)
at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4913)
at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2029)
at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1414)
at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1377)
at android.support.v7.widget.LinearLayoutManager.scrollBy(LinearLayoutManager.java:1193)
at android.support.v7.widget.LinearLayoutManager.scrollVerticallyBy(LinearLayoutManager.java:1043)
at android.support.v7.widget.RecyclerView$ViewFlinger.run(RecyclerView.java:4357)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
at android.view.Choreographer.doCallbacks(Choreographer.java:555)
at android.view.Choreographer.doFrame(Choreographer.java:524)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
10-27 18:33:06.700 1383-1418/system_process E/InputDispatcher: channel 'b557fab0 com.qinqinhealth.qinqinhealth/com.qinqinhealth.qinqinhealth.ui.activity.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
10-27 18:33:06.730 1383-8092/system_process E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!
10-27 18:33:06.730 1383-8092/system_process E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!
10-27 18:35:07.830 1383-1397/system_process E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!
10-27 18:36:34.330 1383-1470/system_process E/ThrottleService: problem during onPollAlarm: java.lang.IllegalStateException: problem parsing stats: java.io.FileNotFoundException: /proc/net/xt_qtaguid/iface_stat_all: open failed: ENOENT (No such file or directory)
10-27 18:37:07.890 18684-22005/? E/jdwp: Failed sending reply to debugger: Bad file number

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

1 participant