Own fault

This commit is contained in:
M66B 2016-02-06 20:24:48 +01:00
parent a31d0b3bfe
commit 6aa89b8038
1 changed files with 0 additions and 1 deletions

View File

@ -832,7 +832,6 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
return null; return null;
} catch (Throwable ex) { } catch (Throwable ex) {
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex)); Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
Util.sendCrashReport(ex, ActivitySettings.this);
return ex; return ex;
} finally { } finally {
if (in != null) if (in != null)