You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fabric SDK has public function CLSStackFrame(address:) which is needed for correct crash logging of Kotlin Multiplatform frameworks (see https://github.com/touchlab/CrashKiOS)
Firebase Crashlytics contains FIRCLSSymbolResolver class with frameForAddress: method which seems to do the same job, but it is private API so we cannot even check if it works for Kotlin frameworks.
Please make the same public API as CLSStackFrame(address:) in Fabric SDK.
The text was updated successfully, but these errors were encountered:
Feature proposal
Fabric SDK has public function
CLSStackFrame(address:)
which is needed for correct crash logging of Kotlin Multiplatform frameworks (see https://github.com/touchlab/CrashKiOS)Firebase Crashlytics contains
FIRCLSSymbolResolver
class withframeForAddress:
method which seems to do the same job, but it is private API so we cannot even check if it works for Kotlin frameworks.Please make the same public API as
CLSStackFrame(address:)
in Fabric SDK.The text was updated successfully, but these errors were encountered: