mirror of https://github.com/M66B/NetGuard.git
Do not report exceptions to Android
This commit is contained in:
parent
7993b557de
commit
1d27b5723d
|
@ -47,8 +47,8 @@ public class ApplicationEx extends Application {
|
|||
@Override
|
||||
public void uncaughtException(Thread thread, Throwable ex) {
|
||||
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
|
||||
if (mPrevHandler != null)
|
||||
mPrevHandler.uncaughtException(thread, ex);
|
||||
//if (mPrevHandler != null)
|
||||
// mPrevHandler.uncaughtException(thread, ex);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue