Re: Minimized StackTraceElement

2015-06-23 Thread Chromium Learner
Any suggestions to achieve above requirement ? On Mon, Jun 22, 2015 at 4:07 PM, Chromium Learner wrote: > 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

Minimized StackTraceElement

2015-06-22 Thread Chromium Learner
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