Hello, I am looking to print the minimized StackTraceElement similar to addr2line functionality for native daemons.
Is there a way to print only the ByteCode of StackTraceElement at runtime and then convert to Full method name post runtime (using javap or other commands ) ? Regards, Chromium