Skip to content

Commit

Permalink
Add more verbose logging to the service manager (flutter#5969)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Jun 29, 2023
1 parent 15004da commit 6bfdb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools_app/lib/src/service/service_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class ServiceConnectionManager {
unawaited(onClosed.then((_) => vmServiceClosed()));

void handleServiceEvent(Event e) {
_log.fine('ServiceEvent: [${e.kind}] - ${e.service}');
if (e.kind == EventKind.kServiceRegistered) {
final serviceName = e.service!;
_registeredMethodsForService[serviceName] = e.method!;
Expand Down

0 comments on commit 6bfdb6b

Please sign in to comment.