1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-25 07:32:46 +00:00

Own fault

This commit is contained in:
M66B 2016-02-06 20:24:48 +01:00
parent a31d0b3bfe
commit 6aa89b8038

View file

@ -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)