| Index: pkg/analyzer/lib/src/generated/instrumentation.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/instrumentation.dart b/pkg/analyzer/lib/src/generated/instrumentation.dart
|
| index f75ac2ae6212cf7338d7f477c39704aa444cdf69..ad5af49cb59dc6e1975a77bd9c0cb7eb64a0b0ce 100644
|
| --- a/pkg/analyzer/lib/src/generated/instrumentation.dart
|
| +++ b/pkg/analyzer/lib/src/generated/instrumentation.dart
|
| @@ -40,13 +40,13 @@ class Instrumentation {
|
| /**
|
| * A builder that will silently ignore all data and logging requests.
|
| */
|
| - static InstrumentationBuilder _NULL_INSTRUMENTATION_BUILDER = new InstrumentationBuilder_18();
|
| + static InstrumentationBuilder _NULL_INSTRUMENTATION_BUILDER = new InstrumentationBuilder_19();
|
|
|
| /**
|
| * An instrumentation logger that can be used when no other instrumentation logger has been
|
| * configured. This logger will silently ignore all data and logging requests.
|
| */
|
| - static InstrumentationLogger _NULL_LOGGER = new InstrumentationLogger_19();
|
| + static InstrumentationLogger _NULL_LOGGER = new InstrumentationLogger_20();
|
|
|
| /**
|
| * The current instrumentation logger.
|
| @@ -99,7 +99,7 @@ class Instrumentation {
|
| }
|
| }
|
|
|
| -class InstrumentationBuilder_18 implements InstrumentationBuilder {
|
| +class InstrumentationBuilder_19 implements InstrumentationBuilder {
|
| InstrumentationBuilder data(String name, bool value) => this;
|
|
|
| InstrumentationBuilder data2(String name, int value) => this;
|
| @@ -127,7 +127,7 @@ class InstrumentationBuilder_18 implements InstrumentationBuilder {
|
| InstrumentationBuilder record(Exception exception) => this;
|
| }
|
|
|
| -class InstrumentationLogger_19 implements InstrumentationLogger {
|
| +class InstrumentationLogger_20 implements InstrumentationLogger {
|
| InstrumentationBuilder createBuilder(String name) => Instrumentation._NULL_INSTRUMENTATION_BUILDER;
|
| }
|
|
|
|
|