dcloudio / dcloudio/native-docs

内存泄漏

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
88
Forks
75
PR merge metrics
No merged PRs in 30d

Description

用了lib.5plus.base-release 只用webview导致,每次退出的时候都不能释放掉内存,有内存泄漏,换了最新的版本一样还是有问题,

what can i do ?????????????????

```
@Override
protected void onDestroy() {
WebStorage.getInstance().deleteAllData();
webView.stopLoading();
webView.clearHistory();
entryProxy.onStop(this);
entryProxy.destroy(this);
SDK.closeWebView(iwebView);
SDK.initSDK(null);
super.onDestroy();
}```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.