Skip to content

FR: Make public API for StackFrame creation from address #5975

Closed
@segrey-profi

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions