enable crash activity for all builds
This commit is contained in:
parent
e52029d47a
commit
50acdf0d97
1 changed files with 2 additions and 3 deletions
|
|
@ -33,9 +33,8 @@ public class App extends Application {
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
|
||||||
if (BuildConfig.DEBUG) {
|
// enable for all builds to help with bug reports
|
||||||
RedScreenOfDeath.init(this);
|
RedScreenOfDeath.init(this);
|
||||||
}
|
|
||||||
|
|
||||||
app = this;
|
app = this;
|
||||||
database = createDatabase(this);
|
database = createDatabase(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue