mirror of https://github.com/M66B/NetGuard.git
Own fault
This commit is contained in:
parent
a31d0b3bfe
commit
6aa89b8038
|
@ -832,7 +832,6 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
|
|||
return null;
|
||||
} catch (Throwable ex) {
|
||||
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
|
||||
Util.sendCrashReport(ex, ActivitySettings.this);
|
||||
return ex;
|
||||
} finally {
|
||||
if (in != null)
|
||||
|
|
Loading…
Reference in New Issue