adobe / adobe/aepsdk-core-android

Allow logging Throwable objects in LoggingService

Open
#349 0 comments 0 reactions 0 assignees View on GitHub
defer
Dominant language
Kotlin
Stars
17
Forks
30
Avg merge
8h 37m
Merged PRs (30d)
5

Description

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.

Contributor guide

Open the contributing guide

Research direction

Start at the LoggingService entry point and compare its current APIs with the Android Log APIs linked in the issue, especially the Throwable overload. Inspect any existing logging tests if present; done means LoggingService can accept Throwable objects and produce stack-trace information without requiring callers to convert them to strings.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
mobile-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.