Skip to content

Allow logging Throwable objects in LoggingService #349

@kevinlind

Description

@kevinlind

Add APIs to LoggingService to support logging Throwable objects, similar to the Android Log APIs:
https://developer.android.com/reference/android/util/Log#w(java.lang.String,%20java.lang.Throwable)

Currently, developers can use andriod.util.Log.getStackTraceString() and pass the result string in the log message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions