Hi Erel,
I have been able to have the app pass the Test Lab on Firebase by removing the following from my Android Manifest:
Code:
<activity android:name=".Main">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
End of Code
I am using the Starter service.
To test the effect of this change I used the B4a Bridge to my tablet and managed to crash the app twice. The log is attached and shows a Fatal signal 11 (SIGSEGV) at xxxxxxxx (code =y) - the two codes I have received are code 1 and code 6.
I have also located this comment on Stack Overflow:
http://stackoverflow.com/questions/...gv-at-0x636f7d89-code-1-how-can-it-be-tracked. [Which is a little beyond me.]
There was also another occasion where I could not crash the app at all.
To obtain a more detailed log I have run through the emulator as well it is also attached. I was unable to crash the app on the emulator.
[I am using v6.31 - and I am using SDK Tools 25.2.2 / Platform Tools 25 / API25 v1 / Android Support Repository v39/google play services 37 / google repository 38]