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
aleksey.tomin
06/22/2020, 3:34 PM
What OS?
n
natario1
06/22/2020, 3:34 PM
androidNative* targets, I'm building a shared library that is consumed by the android app.
a
aleksey.tomin
06/22/2020, 3:36 PM
I know nothing about androidNative, sory.
I’m building a shared library that is consumed by the android app