aloisdeniel / media_gallery

A Flutter plugin that lists native gallery items.
MIT License
86 stars 33 forks source link

Warning when loading Media #18

Open Wizzel1 opened 3 years ago

Wizzel1 commented 3 years ago

When Media get loaded into the GridView, I am getting this error :

E/HW-JPEG-DEC( 7108): [HME_JPEG_DEC_Delete](3321): HME_JPEG_DEC_Delete: decoder_ctx=null

any Idea what that is?

aloisdeniel commented 3 years ago

Looks like a system event, but I never saw this.

Is the image working ? Does the application crash ?

Wizzel1 commented 3 years ago

Yes, everything works as expected but I was wondering if this warning could lead to trouble.