我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>