2

LeakCanary在android应用中使用,问题如下: Check this Image

找到解决办法,替换:</p>

创建:

LinearLayout webViewHolderLayout = (LinearLayout)view.findViewById(R.id.webview_linearLayout);
newsView = new WebView(getActivity().getApplicationContext());
webViewHolderLayout.addView(newsView);

销毁:

newsView.removeAllViews();
newsView.destroy();

问题依然存在...

救命!!!</p>

4

1 回答 1

0

看起来像 webview 错误,在 Marshmallow https://github.com/square/leakcanary/issues/92中修复

于 2016-01-06T13:23:37.667 回答