|
|
|
|
|
by andersa
786 days ago
|
|
It's not really anything new. Very common in environments where you can't ship symbols such as games crashing on player's computers. For example, the Unreal Engine crash reporter has been capable of sending such a simple format for many years. You can restore a reasonably accurate function/line number from it for each stack frame. Though minidump is usually preferred as having the stack variables can give additional hints to what happened. |
|