android10 / Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.63k stars 921 forks source link

BufferItemConsumer error #26

Open handiwiguna opened 6 years ago

handiwiguna commented 6 years ago

I have errors, using Pixel 2XL with Oreo 8.1

05-29 10:44:08.219 21446-21467/com.fernandocejas.sample I/zygote64: Explicit concurrent copying GC freed 14788(793KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3MB/6MB, paused 168us total 47.372ms 05-29 10:44:13.353 21446-21446/com.fernandocejas.sample E/BufferItemConsumer: [unnamed-21446-10] Failed to release buffer: Unknown error -1 (1) 05-29 10:44:13.403 21446-21763/com.fernandocejas.sample D/OkHttp: --> GET https://raw.githubusercontent.com/android10/Sample-Data/master/Android-CleanArchitecture-Kotlin/movie_038008.json http/1.1 05-29 10:44:13.426 21446-21451/com.fernandocejas.sample I/zygote64: Compiler allocated 7MB to compile void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int) 05-29 10:44:13.803 21446-21763/com.fernandocejas.sample D/OkHttp: <-- 200 OK https://raw.githubusercontent.com/android10/Sample-Data/master/Android-CleanArchitecture-Kotlin/movie_038008.json (399ms, unknown-length body) 05-29 10:45:01.262 21446-21446/com.fernandocejas.sample D/ViewRootImpl[MovieDetailsActivity]: changeCanvasOpacity: opaque=false 05-29 10:45:01.289 21446-21446/com.fernandocejas.sample E/BufferItemConsumer: [unnamed-21446-11] Failed to release buffer: Unknown error -1 (1)

android10 commented 6 years ago

@handiwiguna could you elaborate a bit more and write down the steps to reproduce this issue? Thank you!