question

Kim Strasser avatar image
Kim Strasser asked

How can I find out if my game has crashed on a device(iOS/Android)?

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?

game manager
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Rick Chen avatar image
Rick Chen answered

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.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.