fix: replace printStackTrace with Log.e for better error logging #156

Closed
septs wants to merge 1 commit from septs:exc-to-log into master
Contributor
No description provided.
septs added 1 commit 2025-03-05 13:58:17 +01:00
Owner

printStackTrace() is a much better experience than Log.e with an error in my opinion. If you really want to use Log.e you'll need to construct a stack trace then print out each line separately

`printStackTrace()` is a much better experience than `Log.e` with an error in my opinion. If you _really_ want to use `Log.e` you'll need to construct a stack trace then print out each line separately
PeterCxy closed this pull request 2025-03-05 14:20:18 +01:00
septs deleted branch exc-to-log 2025-03-05 14:22:20 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PeterCxy/OpenEUICC#156
No description provided.