Tencent / libpag

The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.
https://pag.io
Other
5.05k stars 461 forks source link

空指针异常 #2555

Open xin10000 opened 4 weeks ago

xin10000 commented 4 weeks ago

【版本信息】

4.3.51

【平台信息】

Android 原生

【预期的表现】

【实际的情况】

pagImageView的handleFrame方法发生异常 应该是bitmapCache.put(frame, renderBitmap)的put传入了空对象导致

image image image