onevcat / APNGKit

High performance and delightful way to play with APNG format in iOS.
MIT License
2.22k stars 201 forks source link

Is it possible to add log print property? #128

Closed naijoug closed 2 years ago

naijoug commented 2 years ago

image

image

If the APNG image missed frame, the log will always print. It overwrite other debug log.

onevcat commented 2 years ago

Oh. That is quite surprising it keeps missing frames. Instead of only adding the debug log flag, can you also share me the APNG file causing the problem, then I can try to check and see how can I improve this. (And if it is possible also let me know the type of your test device. Thank you!)

naijoug commented 2 years ago

Thanks for your reply!

onevcat commented 2 years ago

LogLevel was added in #129 and will be released soon as the next minor version. At the same time you can temporarily use the master branch to have this change for now.