Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Android/lib/arm64-v8a/libbacktrace-native.so
Binary file not shown.
Binary file modified Android/lib/armeabi-v7a/libbacktrace-native.so
Binary file not shown.
Binary file modified Android/lib/x86/libbacktrace-native.so
Binary file not shown.
Binary file modified Android/lib/x86_64/libbacktrace-native.so
Binary file not shown.
6 changes: 5 additions & 1 deletion Runtime/BacktraceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,14 @@ public IEnumerable<string> GetAttachments()
/// <summary>
/// Set a client attribute that will be included in every report
/// </summary>
/// <remarks>
/// Native crash reports omit attributes with an empty-string value;
/// standard (managed) reports are unaffected.
/// </remarks>
/// <param name="key">Attribute name</param>
/// <param name="value">Attribute value</param>
/// <returns>True, if the value was added. Otherwise false.</returns>
public bool SetAttribute(string key, string value)
public bool SetAttribute(string key, string value)
{
if (string.IsNullOrEmpty(key))
{
Expand Down
Binary file modified Windows/x86_64/BacktraceCrashpadWindows.dll
Binary file not shown.
Binary file modified Windows/x86_64/crashpad_handler.dll
Binary file not shown.
Loading