File tree 2 files changed +0
-7
lines changed
src/main/java/fr/free/nrw/commons
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ dependencies {
72
72
androidTestImplementation ' org.mockito:mockito-core:2.10.0'
73
73
74
74
// Debugging
75
- implementation ' com.tspoon.traceur:traceur:1.0.1'
76
75
implementation ' com.facebook.stetho:stetho:1.5.0'
77
76
debugImplementation " com.squareup.leakcanary:leakcanary-android:$LEAK_CANARY_VERSION "
78
77
releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY_VERSION "
Original file line number Diff line number Diff line change 16
16
import com .facebook .stetho .Stetho ;
17
17
import com .squareup .leakcanary .LeakCanary ;
18
18
import com .squareup .leakcanary .RefWatcher ;
19
- import com .tspoon .traceur .Traceur ;
20
19
21
20
import org .acra .ACRA ;
22
21
import org .acra .ReportingInteractionMode ;
@@ -90,11 +89,6 @@ public class CommonsApplication extends Application {
90
89
public void onCreate () {
91
90
super .onCreate ();
92
91
ACRA .init (this );
93
- if (BuildConfig .DEBUG ) {
94
- //FIXME: Traceur should be disabled for release builds until error fixed
95
- //See https://github.com/commons-app/apps-android-commons/issues/1877
96
- Traceur .enableLogging ();
97
- }
98
92
99
93
ApplicationlessInjection
100
94
.getInstance (this )
You can’t perform that action at this time.
0 commit comments