How can i setup crashreporter system in android game?

hello~

I know that ue4 engine support crashreporter system(CrashReportUploader, CrashReportReceiver, CrashReportProcessor,CrashReportWebsite) in window platform game. i think this system is very powerful.

But i don’t know how setup and use crashreporter system in android platform game.
I cannot find any suff in answerhub or doc.
How can i use them in android platform game?

Hi fitter,

There’s no way to connect platforms to the UE4 crash reports system. Your best option (for Android dev) is to use the ‘monitor’ or logcat system that comes with the Android dev kit. Here is their documentation for reading and writing logs, and feel free to google ‘how to use logcat’ and see what instructions are the most useful to you. Hope this helps!

Thank you!