sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Parse Android exception caught in C#

Open bruno-garcia opened this issue 4 years ago • 0 comments
trafficstars

Sample "ThrowKotlin" results in a 'Java' Exception being thrown through the bridge and bubbled through the engine into C#. That's captured through the Unity logger integration and displayed:

image

Parsing stack traces could be expanded to properly extract file name and line numbers like KotlinPlugin.kt line 9 in the example above.

bruno-garcia avatar Sep 23 '21 22:09 bruno-garcia