Skip to content

Commit fb36422

Browse files
authored
Fix error type attribute being set to hang for next error after a hang (#237)
1 parent 3d1478c commit fb36422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Native/Windows/NativeClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public void HandleAnr()
201201

202202
NativeReport(AnrMessage, true);
203203
// update error.type attribute in case when crash happen
204-
AddNativeAttribute(ErrorTypeAttribute, HangType);
204+
AddNativeAttribute(ErrorTypeAttribute, CrashType);
205205
}
206206
}
207207
else

0 commit comments

Comments
 (0)