Firebase-ios-sdk: FR: Make public API for StackFrame creation from address

Created on 6 Jul 2020  路  2Comments  路  Source: firebase/firebase-ios-sdk

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.

crashlytics feature request

Most helpful comment

All 2 comments

We've added this API to a branch that should be going out in the next release.

Was this page helpful?
0 / 5 - 0 ratings