Is there a way to see symbols in the stack trace? ...
# kotlin-native
n
Is there a way to see symbols in the stack trace? I'm using
NativeBuildType.DEBUG
which I thought would do the job.
Copy code
I/Konan_main: Uncaught Kotlin exception: 
    kotlin.IllegalStateException: Test error!
I/Konan_main:     at  (0x7e54f3d758) // ???
I/Konan_main:     at  (0x7e54f37704) // ???
        at  (0x7e54f37374) // ???
        at  (0x7e54f37834) // ???
        at  (0x7e54fba8fc) // ???
        at  (0x7e54fc7538) // ???
        at  (0x7e54fb934c) // ???
        at  (0x7e54f935b8) // ???
        at  (0x7e54f91420) // ???
        at  (0x7e54fac57c) // ???
        at Java_my_package_my_method (0x7e54ff99b0)
        at oatexec (0x7e5541c720)
a
What OS?
n
androidNative* targets, I'm building a shared library that is consumed by the android app.
a
I know nothing about androidNative, sory.
I’m building a shared library that is consumed by the android app
The tests was running on the one target.