Open zmm4900 opened 3 months ago
Is it possible to analyze what is taking up the memory?
因为点击物理返回键后,android的webview是直接finish的,我们没有做im的logout的操作,而每次打开webview的时候都重新执行IMSDK.login,以为是这个原因导致了内存爆了。所以我尝试了先logout,再finish webview,但是多次操作又发现提示"wasm exist already fail to run -- event: getloginstatus "
When an error occurs, you can collect detailed client logs. The SDK core logs will be printed here.
多次登录后头这个提示,之后再登录初始化,就一直报这个错,初始化不成功 碰到这个问题我要怎么处理,才能重新初始化成功
Please provide detailed logs of sdk core. The print location has been pointed out above.
以上是日志的截图
It looks like a memory leak caused the crash. Is it because your webview does not recycle memory correctly when closing? After all, everything works fine when used in the browser.
OpenIM Server Version
3.5.2
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
1、以h5页面嵌入在android客户端。 2、点击客户端物理返回关闭页面后再打开im的页面。 3、按照1、2的步骤这么重复几次 4、发现客户端内存爆了闪退
Screenshots Link
No response