Any help to fix a crashing android game?

Hi!

I’m new to programming and debugging. It’s my first time actually.

My problem is that the game crashes at random places and after restarting it runs perfectly until it crashes again in different maps. I didn’t find any relation between the crashes, so I installed android studio and saved the logccat (attached). I think it’s something to do with this error:

But I don’t know what it means.

Any ideas? Thanks in advance!

14]LogGameMode: FindPlayerStart: PATHS NOT DEFINED or NO PLAYERSTART with positive rating
2019-05-10 09:18:09.795 16327-16355/com.YourCompany.WIP_JetPackRat D/UE4: [2019.05.10-12.18.09:795] 14]LogSpawn: Warning: SpawnActor failed because no class was specified

It says you have no playerspawn in your map, and also have no player character asigned to the gamemode

And also

548>: ioctl fd 69 code 0xc040094a (IOCTL_KGSL_GPU_COMMAND) failed: errno 71 Protocol error
2019-05-10 09:17:27.020 16327-16546/com.YourCompany.WIP_JetPackRat W/Adreno-GSL: <log_gpu_snapshot:457>: panel.gpuSnapshotPath is not set.not generating user snapshot

Something about a snapshot, im not the best at debugging

i wish it helps what i told you, also google panel.gpuSnapshotPath is not set.not generating user snapshot
maybe you find more information