关闭不必要的吐司提示
This commit is contained in:
@@ -310,10 +310,6 @@ public class ADsBannerView extends LinearLayout {
|
||||
public void onAdLoadFailed(int errorCode, String errorMsg) {
|
||||
String msg = "onAdLoadFailed: errorCode = " + errorCode + ", errorMsg = " + errorMsg;
|
||||
LogUtils.d(TAG, msg);
|
||||
if (errorCode == 300219) {
|
||||
// 如果是广告拉取错误就提示一下
|
||||
ToastUtils.show(String.format("米盟 SDK Error Code : %d", errorCode));
|
||||
}
|
||||
removeAllBanners();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user