zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
142 stars 88 forks source link

Improve error reporting when decoding EZSP frame #1316

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This removes the stack dump which is mostly useless, and prints the exception class and the received data that caused the exception. Signed-off-by: Chris Jackson chris@cd-jackson.com