Skip to content

Tweaks and polish

Compare
Choose a tag to compare
@mausworks mausworks released this 10 Mar 17:41
· 28 commits to master since this release
0d94bc8

General improvements

From #40:

  • 4f74611: Simplified how FrameData is being extracted from the StackFrame.
  • cdff287: fixed an embarrasing typo which meant that DeviceData.BatteryLevel would return null even if previously set.
  • b9c17c5: removed the AbsolutePath property from StackFrame, it's never set, and rarely available (often not very helpful either), as it can often be found or extrapolated by classname / namespace, which always is provided.