Skip to content

Commit

Permalink
USe Timber.e instead of Exception.printStackTrace
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f90bf7)
  • Loading branch information
nielsvanvelzen committed Apr 8, 2024
1 parent 8c45084 commit 3a18933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public void onResponse(ItemsResult response) {

@Override
public void onError(Exception exception) {
exception.printStackTrace();
Timber.e(exception, "Failed to get items");
}
});
break;
Expand Down

0 comments on commit 3a18933

Please sign in to comment.