Remove IAB crash report

This commit is contained in:
M66B 2016-01-05 13:59:28 +01:00
parent d5167c45e4
commit 179e063e8b
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
iab.unbind(); iab.unbind();
} 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, ActivityMain.this);
} }
} }
}, this).bind(); }, this).bind();