mirror of https://github.com/M66B/NetGuard.git
Do not report IllegalStateException
This commit is contained in:
parent
877a801c8a
commit
1abeebd02f
|
@ -312,7 +312,8 @@ public class SinkholeService extends VpnService implements SharedPreferences.OnS
|
|||
Widget.updateWidgets(SinkholeService.this);
|
||||
|
||||
// Report exception
|
||||
Util.sendCrashReport(ex, SinkholeService.this);
|
||||
if (!(ex instanceof IllegalStateException))
|
||||
Util.sendCrashReport(ex, SinkholeService.this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue