fix: replace printStackTrace with Log.e for better error logging #156
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:exc-to-log"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
printStackTrace()
is a much better experience thanLog.e
with an error in my opinion. If you really want to useLog.e
you'll need to construct a stack trace then print out each line separatelyPull request closed