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:
parent
3a30f6c5e5
commit
1a7ddc2599
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue