Skip to content

Commit

Permalink
Update sentry-android-core/src/main/java/io/sentry/android/core/Andro…
Browse files Browse the repository at this point in the history
…idLogger.java

Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
  • Loading branch information
krystofwoldrich and marandaneto authored Nov 16, 2022
1 parent fde7981 commit ec05044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class AndroidLogger implements ILogger {
private final String tag;

public AndroidLogger() {
tag = "Sentry";
this("Sentry");
}

public AndroidLogger(@NotNull String tag) {
Expand Down

0 comments on commit ec05044

Please sign in to comment.