1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-25 01:07:52 +00:00

Skip reporting import/export errors

This commit is contained in:
M66B 2016-03-14 11:05:15 +01:00
parent 3a30f6c5e5
commit 1a7ddc2599

View file

@ -855,7 +855,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 (out != null)
@ -955,7 +954,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)