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

logcat.log is not attached to unhandled event (SIGSEGV Segfault)

Open espenrl opened this issue 7 months ago • 11 comments

Package

Sentry.Maui

.NET Flavor

.NET

.NET Version

8.0.6

OS

Android

SDK Version

4.7.0

Self-Hosted Sentry Version

No response

Steps to Reproduce

options.Android.LogCatIntegration = LogCatIntegrationType.Unhandled;

I don't know how to provoke SIGSEGV Segfault.

Expected Result

It is expected that the error event has an attachment logcat.log.

Actual Result

There are no attachments to the event.

espenrl avatar Jul 02 '24 13:07 espenrl