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() {
|
||||
super.onCreate();
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
RedScreenOfDeath.init(this);
|
||||
}
|
||||
// enable for all builds to help with bug reports
|
||||
RedScreenOfDeath.init(this);
|
||||
|
||||
app = this;
|
||||
database = createDatabase(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue