Skip to content

1.1.1

Compare
Choose a tag to compare
@pnerg pnerg released this 25 Jan 19:48
· 125 commits to master since this release

Fixed bug with missing file name and line number in the stack trace.

Added

Changed

Included the method name in the stack trace.
Format is now {class}.{method}({filename}:{line})

Issues

  • Thread stack sometimes prints null:-1 when missing file name and/or line number (#3)