Ivan Matkov

Results 108 comments of Ivan Matkov

@sindresorhus you cannot safely call any Objective-C methods in the signal handler. Please read more about it (restrictions) in underlying library (that was used in HockeyApp too) docs: https://github.com/microsoft/plcrashreporter/blob/6b7ca9a2faad6ea990ff60b0a3ee4fdf3db59150/Source/CrashReporter.h#L205-L231

Yep, you can try [5.0.0-preview.1](https://www.nuget.org/packages/Microsoft.AppCenter/5.0.0-preview.1), it contains .NET 6 target. And feel free to share your feedback about it, we're interested in it. Thanks

Unity one [use it for sure](https://github.com/microsoft/appcenter-sdk-unity/blob/a501cf9ce84c93cbad6a3e63c11852d83cfa8762/Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Android/AnalyticsInternal.cs#L14). Could you please elaborate why exactly is it important for you? For now this PR cannot be merged as-is because it requires changes in/testing...

> reducing the size of the app is one reason Names of 2 classes won't help with this. Regarding hiding "annoying" names - ok, it seems valid improvement. But as...

Hi, These logs related to custom properties API. We provide API for set different types for custom properties. You can see it here: https://github.com/Microsoft/AppCenter-SDK-DotNet/blob/develop/SDK/AppCenter/Microsoft.AppCenter.Android/CustomProperties.cs Best, Ivan

Hi @depth42, Yes, "Application Specific Information" is not collected now. But it's a feature request, not a bug (I've fixed the labels in the linked issue). And it's a different...

I've experimented a bit with this case and managed to send it to App Center. But for now, I can suggest only this dirty hack: Define `_crashOnException:` in your `NSApplication`...

The initial issue here is that some exceptions are swallowed by AppKit and cannot be caught without overriding private methods. Marking it as known issue instead of feature request because...

Hm, interesting 🤔 @guidedways could you please share some reproduction sample of this crash type? Maybe it's a different case with similar symptoms or so.

@guidedways I looked at this case, let me explain what's going on here. The exception message that you see in Crashlytics report comes from "Application Specific Information" data that I...