I discovered an issue on my Native app,
I realized that : when I click on my Home button Android next, I open any other Android app, after I go back in my app, it seems to be back in an infinite loop (black screen).
However, if I click Home button Android and right after, I return immediately on my apps, everything is going well.
Nothing is happening in logs for my app,
I put logs in all methods of lifecycle for my MainActivity and my Fragment, but any method is called...
I desactivated these modules : Firebase and Fabric.io (Crashlytics) but it changes nothing...
From where this bug comes ? I have no idea yet, for information I updated Android Studio 1.5 to 2.1.2, the gradle, buildToolsVerions...
Maybe the garbage collector is concerned ?
I use....
Android Studio 2.1.2
compileSdkVersion 23
buildToolsVersion '23.0.3'
The Gradle Version
gradleVersion = '2.12'