diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc68fa4..0bd4f5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Fixed a bug where setting custom user properties would not work. * Fixed a bug where setting organization of the user would not work. * Fixed a bug where sending a user profile picture with checksum was not possible. +* Fixed a bug where running time calculation was sent as a milliseconds but should have been in seconds. * Deprecated "Countly::backendMode()" call, use "Countly::backendM" instead via "instance()" call. * Deprecated "Usage::addLocation(double, double)" call, use "Countly::location::setLocation" instead via "instance()" call. diff --git a/sdk-java/src/main/java/ly/count/sdk/java/internal/ModuleCrashes.java b/sdk-java/src/main/java/ly/count/sdk/java/internal/ModuleCrashes.java index 182cb14a..a869a434 100644 --- a/sdk-java/src/main/java/ly/count/sdk/java/internal/ModuleCrashes.java +++ b/sdk-java/src/main/java/ly/count/sdk/java/internal/ModuleCrashes.java @@ -103,7 +103,7 @@ protected void recordExceptionInternal(Throwable t, boolean handled, Map