We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45515c4 commit 2cef68cCopy full SHA for 2cef68c
FlowCrypt/src/main/java/com/flowcrypt/email/FlowCryptApplication.java
@@ -8,6 +8,7 @@
8
9
import android.app.Application;
10
import android.content.Context;
11
+import android.support.v4.app.FragmentManager;
12
import android.support.v7.preference.PreferenceManager;
13
14
import com.flowcrypt.email.util.SharedPreferencesHelper;
@@ -35,6 +36,7 @@ public class FlowCryptApplication extends Application {
35
36
public void onCreate() {
37
super.onCreate();
38
intiLeakCanary();
39
+ FragmentManager.enableDebugLogging(BuildConfig.DEBUG);
40
}
41
42
@Override
0 commit comments