diff --git a/base/src/main/kotlin/de/staropensource/engine/base/implementation/logging/crashcategory/EnvironmentCrashCategory.kt b/base/src/main/kotlin/de/staropensource/engine/base/implementation/logging/crashcategory/EnvironmentCrashCategory.kt index 6a6ab4e..e423f82 100644 --- a/base/src/main/kotlin/de/staropensource/engine/base/implementation/logging/crashcategory/EnvironmentCrashCategory.kt +++ b/base/src/main/kotlin/de/staropensource/engine/base/implementation/logging/crashcategory/EnvironmentCrashCategory.kt @@ -63,7 +63,7 @@ class EnvironmentCrashCategory private constructor() : CrashCategory { throwable: Throwable?, fatal: Boolean, ): LinkedHashMap { - if (Environment.getOperatingSystem() == null) + if (Environment.getBitness() == null) return linkedMapOf( Pair("Not available.", null) )