Once again, MobileAds.initialize blocks, causing the program to die and a black screen,Recently, several users and I have had feedback on my application's black screen problem. I thought that only a very few people even met my own black screen. In the Google background, my application suddenly increased the crash rate by 60,000. %, I am very confused, why call MobileAds.initialize will block the entire application, I really difficult to understand such a design, if it is my access to admob sdk code error caused by, I am very easy to understand. What puzzles me is that at the beginning of admob everything is normal, a few days, two weeks, or even a little longer, you will encounter the start of the application, and then call MobileAds.initialize initialization, this code blocks the entire The application, which caused the application to be unresponsive for a long time, and the black screen then crashed, I knew there was a temporary solution. First, comment out the MobileAds.initialize line, retype the apk package, and then use the crashed phone to install and run the application. Finally cancel the MobileAds.initialize comment, re-apk apk package, and then use the crashed phone to install, run the application, everything is back to normal ---- Is my code wrong? But in the end I didn't change any code. But this is only a temporary solution. What is the application that has been put on the google store? I want to crash, admob can adjust it properly? MobileAds.initialize initializes even if the failure does not block the entire application