Skip to content

Commit

Permalink
USe Timber.e instead of Exception.printStackTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Apr 7, 2024
1 parent bb5ea9b commit 9f90bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,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 9f90bf7

Please sign in to comment.