File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/main/java/fr/free/nrw/commons Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ dependencies {
6262 testImplementation ' com.squareup.okhttp3:mockwebserver:3.8.1'
6363 implementation ' com.dinuscxj:circleprogressbar:1.1.1'
6464
65+ implementation ' com.tspoon.traceur:traceur:1.0.1'
6566 implementation ' com.caverock:androidsvg:1.2.1'
6667 implementation ' com.github.bumptech.glide:glide:4.7.1'
6768 kapt ' com.github.bumptech.glide:compiler:4.7.1'
Original file line number Diff line number Diff line change 1010import com .facebook .stetho .Stetho ;
1111import com .squareup .leakcanary .LeakCanary ;
1212import com .squareup .leakcanary .RefWatcher ;
13+ import com .tspoon .traceur .Traceur ;
14+ import com .tspoon .traceur .TraceurConfig ;
1315
1416import org .acra .ACRA ;
1517import org .acra .ReportingInteractionMode ;
@@ -69,6 +71,8 @@ public class CommonsApplication extends MultiDexApplication {
6971 @ Override
7072 public void onCreate () {
7173 super .onCreate ();
74+ Traceur .enableLogging ();
75+
7276 ApplicationlessInjection
7377 .getInstance (this )
7478 .getCommonsApplicationComponent ()
You can’t perform that action at this time.
0 commit comments