This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
shell/platform/darwin/ios/framework/Source Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ - (void)stopService {
80
80
}
81
81
82
82
- (void )publishServiceProtocolPort : (NSURL *)url {
83
+ // TODO(vashworth): Remove once done debugging https://github.com/flutter/flutter/issues/129836
84
+ FML_LOG (INFO) << " Publish Service Protocol Port" ;
83
85
DNSServiceFlags flags = kDNSServiceFlagsDefault ;
84
86
#if TARGET_IPHONE_SIMULATOR
85
87
// Simulator needs to use local loopback explicitly to work.
Original file line number Diff line number Diff line change @@ -871,6 +871,8 @@ - (BOOL)createShell:(NSString*)entrypoint
871
871
FML_LOG (ERROR) << " Could not start a shell FlutterEngine with entrypoint: "
872
872
<< entrypoint.UTF8String ;
873
873
} else {
874
+ // TODO(vashworth): Remove once done debugging https://github.com/flutter/flutter/issues/129836
875
+ FML_LOG (INFO) << " Enabled VM Service Publication: " << settings.enable_vm_service_publication ;
874
876
[self setupShell: std: :move (shell)
875
877
withVMServicePublication: settings.enable_vm_service_publication];
876
878
if ([FlutterEngine isProfilerEnabled ]) {
You can’t perform that action at this time.
0 commit comments