skeletoid icon indicating copy to clipboard operation
skeletoid copied to clipboard

Added fix for object hashCode to allow log debug of concurrency issues

Open neteinstein opened this issue 2 years ago • 0 comments

Currently the LOG was always using TAG String as the source of the hashCode of the object. That is not valid, and defects the initial purpose which was broken when we migrated this from Java to Kotlin.

neteinstein avatar Sep 24 '21 15:09 neteinstein