mirror of https://github.com/M66B/NetGuard.git
Remove IAB crash report
This commit is contained in:
parent
d5167c45e4
commit
179e063e8b
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue