Chad Song

Results 16 comments of Chad Song
trafficstars

Can you provide your screenshot?

估计是尺寸问题,他android端处理压缩图的算法有点问题,会导致死循环 ```kotlin private fun createScaledBitmapWithRatio( bitmap: Bitmap, maxLength: Int, recycle: Boolean ): Bitmap? { var result = bitmap while (true) { val ratio = maxLength.toDouble() / result.byteCount val width =...

这是线上收集到的crash,我们自己并没有复现。崩溃率稍高

今天在息屏状态下复现了,可能是息屏时导致的。

Wav file's code format is direct pcm. Just add a wav header to play.