Skip to content

Commit

Permalink
Update core/src/main/java/io/opentelemetry/android/features/diskbuffe…
Browse files Browse the repository at this point in the history
…ring/DiskBufferingConfiguration.java

Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
Annosha and marandaneto authored Oct 29, 2024
1 parent 0976e0d commit e7ad0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static final class Builder {

private ExportScheduleHandler exportScheduleHandler = DefaultExportScheduleHandler.create();

// Sets the debug mode for disk buffering, enabling additional logging.
/** Sets the debug mode for disk buffering, enabling additional logging. */
public Builder setDebugMode(boolean enableDebugMode) {
this.enableDebugMode = enableDebugMode;
Logger.getLogger(DiskBufferingConfiguration.class.getName())
Expand Down

0 comments on commit e7ad0e5

Please sign in to comment.