mirror of https://github.com/M66B/NetGuard.git
Don't report packet decoding problems
This commit is contained in:
parent
3c17e4114c
commit
02a5b78bc7
|
@ -723,7 +723,6 @@ public class SinkholeService extends VpnService {
|
|||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(TAG, ex.toString());
|
||||
Util.sendCrashReport(ex, SinkholeService.this);
|
||||
}
|
||||
Log.i(TAG, "End receiving");
|
||||
} catch (Throwable ex) {
|
||||
|
|
Loading…
Reference in New Issue