Skip to content

Commit

Permalink
Log that current speedtracer will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Oct 9, 2024
1 parent 118b743 commit 3232618
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,9 @@ private SpeedTracerLogger() {
enabled = fileLoggingEnabled || DashboardNotifierFactory.areNotificationsEnabled();

if (enabled) {
System.err.println("SpeedTracerLogging is deprecated, and may be removed in a future " +
"release. Please see https://github.com/gwtproject/gwt/issues/10007 for more " +
"information.");
if (fileLoggingEnabled) {
// Allow a system property to override the default output format
Format format = Format.HTML;
Expand Down

0 comments on commit 3232618

Please sign in to comment.