File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/src/main/java/fr/free/nrw/commons Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111import android .database .sqlite .SQLiteDatabase ;
1212import android .preference .PreferenceManager ;
1313import android .support .v4 .util .LruCache ;
14- import android .util .Log ;
1514
1615import com .facebook .drawee .backends .pipeline .Fresco ;
1716import com .facebook .stetho .Stetho ;
@@ -131,11 +130,14 @@ public void onCreate() {
131130
132131 Timber .plant (new Timber .DebugTree ());
133132
134- Stetho . initializeWithDefaults ( this );
133+
135134
136135 if (!BuildConfig .DEBUG ) {
137136 ACRA .init (this );
137+ } else {
138+ Stetho .initializeWithDefaults (this );
138139 }
140+
139141 // Fire progress callbacks for every 3% of uploaded content
140142 System .setProperty ("in.yuvi.http.fluent.PROGRESS_TRIGGER_THRESHOLD" , "3.0" );
141143
You can’t perform that action at this time.
0 commit comments