Skip to content

Commit

Permalink
Fix error type attribute being set to hang for next error after a hang (
Browse files Browse the repository at this point in the history
  • Loading branch information
hymerman authored Jan 13, 2025
1 parent 3d1478c commit fb36422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Native/Windows/NativeClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void HandleAnr()

NativeReport(AnrMessage, true);
// update error.type attribute in case when crash happen
AddNativeAttribute(ErrorTypeAttribute, HangType);
AddNativeAttribute(ErrorTypeAttribute, CrashType);
}
}
else
Expand Down

0 comments on commit fb36422

Please sign in to comment.