Android is imploding

This commit is contained in:
M66B 2020-09-10 18:37:39 +02:00
parent 4e33434a7e
commit 78d25d4b31
1 changed files with 18 additions and 0 deletions

View File

@ -44,6 +44,7 @@ import android.os.RemoteException;
import android.os.TransactionTooLargeException;
import android.text.TextUtils;
import android.view.Display;
import android.view.InflateException;
import android.view.WindowManager;
import android.widget.Toast;
@ -917,6 +918,23 @@ public class Log {
*/
return false;
if (ex instanceof InflateException)
/*
android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class <unknown>
Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class <unknown>
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at android.view.LayoutInflater.createView(LayoutInflater.java:686)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:829)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:769)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:902)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:863)
at android.view.LayoutInflater.inflate(LayoutInflater.java:554)
at android.view.LayoutInflater.inflate(LayoutInflater.java:461)
*/
return false;
if (BuildConfig.BETA_RELEASE)
return true;