diff --git a/Runtime/Native/Windows/NativeClient.cs b/Runtime/Native/Windows/NativeClient.cs index d882a318..6719848e 100644 --- a/Runtime/Native/Windows/NativeClient.cs +++ b/Runtime/Native/Windows/NativeClient.cs @@ -136,11 +136,12 @@ private void HandleNativeCrashes(IDictionary clientAttributes, I databasePath, crashpadHandlerPath, attachments.ToArray(), - attachments.Count() ); + attachments.Count()); } - catch ( DllNotFoundException ) + catch (DllNotFoundException) { Debug.LogWarning("Backtrace native integration status: Can't load Backtrace DLL"); + return; } if (!CaptureNativeCrashes) @@ -269,7 +270,7 @@ public IEnumerator SendMinidumpOnStartup(ICollection clientAttachments, Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), tempDirectory), Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), tempDirectory) }; - + List nativeCrashesDirs = new List(); foreach (string direcotry in crashDirectories) {