Game Crashing How Can I Solve This Can Anyone Help?

backtrace:
#00 pc 0x00000000000f1674 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#01 pc 0x000000000046352c /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#02 pc 0x00000000001bee8f /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#03 pc 0x0000000000274720 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libil2cpp.so
#04 pc 0x0000000000242b88 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libil2cpp.so
#05 pc 0x00000000002429e4 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libil2cpp.so
#06 pc 0x00000000001cb351 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#07 pc 0x00000000001d58dd /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#08 pc 0x00000000001dfb5b /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#09 pc 0x00000000001dfc35 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#10 pc 0x00000000001e0163 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#11 pc 0x00000000000c65ff /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#12 pc 0x000000000013c039 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#13 pc 0x000000000013c05b /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#14 pc 0x000000000013c1eb /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#15 pc 0x000000000022a269 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#16 pc 0x0000000000239b41 /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/lib/arm/libunity.so
#17 pc 0x0000000000033cfb /data/app/com.ss.police.carsimulato-7WTU9EuFFYu9otg4vdTKVA==/oat/arm/base.odex

No because we don’t know what’s happening before the crash, when it’s happening, or any other details.

No error occurred…just analytics show us a this crash on top…

Is the crash happening in the same place consistently? If you’re not getting any meaningful error messages you may have to continually remove features and rebuild so that you can isolate the what part of your project is causing the crash. It be easier if you make a copy of the project first.

Hi Dear, When this error occurs game crashes so what to do?

You need to symbolicate the stack trace so you can see what is at each of those addresses (so you can find the offending code and ship a fix or offer the user a workaround).

You should use a better analytics service that accepts your debug symbols and does this for you. But for now, you can do it yourself manually: https://support.unity.com/hc/en-us/articles/115000292166-Symbolicate-Android-crash.

@RehanBhutta007
What game?
Is it your game that you develop, or game you have downloaded?

I have developed the game…

Did at any point your game worked in the editor?
If so, can you get back to the last working state?
What has changed since then, software and hardware wise?