Closed
Description
Feature proposal
- Firebase Component: Crashlytics
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.