lan_scanner icon indicating copy to clipboard operation
lan_scanner copied to clipboard

[ERROR:flutter/shell/platform/darwin/ios/framework/Source/profiler_metrics_ios.mm(203)] Error retrieving thread information: (os/kern) invalid argument

Open Silverviql opened this issue 1 year ago • 0 comments

In iphone device, in local network start scanner.quickIcmpScanSync not stoped scan and return error in console image

p.s If I change the values ​​of firstIP and lastIP in quickIcmpScanSync method to int firstIP = 19, int lastIP = 255, or int firstIP = 1, int lastIP = 237, the method works completely and returns a list in this range

maybe its error https://github.com/flutter/flutter/issues/116193

Silverviql avatar Apr 04 '24 16:04 Silverviql