Don't report packet decoding problems

This commit is contained in:
M66B 2016-01-07 08:28:13 +01:00
parent 3c17e4114c
commit 02a5b78bc7
1 changed files with 0 additions and 1 deletions

View File

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