mirror of
https://github.com/M66B/NetGuard.git
synced 2025-03-15 00:19:33 +00:00
Do not report exceptions to Android
This commit is contained in:
parent
7993b557de
commit
1d27b5723d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue