1
votes

Opening WebView activity after google map fragment, the application is getting crashed, if I will hide the google map fragment there is no issues WebView will work smoothly and no crash.

In the android device, it's working without any issues.

The application is crashing in the simulator in the following scenario :

CheckoutActivity(google-map fragment is present) -> PayActivity(WebView)

If I will disable google-map fragment it works

In logcat I found this:

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 18095 (RenderThread), pid 17947

Version Info:

google-services:4.3.3

androidx.appcompat:appcompat:1.2.0

1
Please provide some Minimal, Reproducible Example that would help the community to further check the problemjabamataro

1 Answers

2
votes

In your AndroidManifest.xml try to add on application tag:

android:hardwareAccelerated="false"