I want to find out if my game has crashed on a device(iOS/Android). For example because an unhandled exception occurred. I want to find the line of code that triggered the exception. In addition, I want to find out on which platform the game has crashed.
Is it possible to use PlayFab or Azure portal to create and get a crash report immediately when my game has crashed or is it better to use other services like Visual Studio App Center?
Answer by Rick Chen · Sep 14, 2021 at 09:31 AM
The crash happens on the client side. If you want to be able to see the crash information on PlayFab, you could use the WriteTelemetryEvents API to upload the crash report to PlayFab. Then you could see the events on Data Explorer.
Can I change game information? 1 Answer
How to create game mode in Server 2.0. 1 Answer
Rotating shop items 1 Answer
Is it possible in GameManager to view server logs whilst a server is running? 2 Answers
Game Manager's NEWS page to RSS 1 Answer