sentry-unreal icon indicating copy to clipboard operation
sentry-unreal copied to clipboard

Crashes captured on Android/iOS have incorrect game log file attached

Open tustanivsky opened this issue 2 years ago • 1 comments

Whenever a crash occurs on Android/iOS and automatic game log attachment is enabled in plugin settings Sentry receives an incorrect file on the next app startup when the corresponding event is sent.

The game log which corresponds to the previous app session (one that crashed) gets renamed to <ProjectName>-backup-<timestamp>.log on application startup automatically while the native SDKs still looking for <ProjectName>.log that is now populated with the current session's info.

tustanivsky avatar Jun 14 '23 11:06 tustanivsky

In order to resolve this issue for iOS https://github.com/getsentry/sentry-cocoa/issues/2325 has to be completed first (more details in https://github.com/getsentry/sentry-cocoa/issues/2650)

tustanivsky avatar Jun 19 '23 13:06 tustanivsky