Skip to content

Instantly share code, notes, and snippets.

@xster
Created March 25, 2020 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xster/5becc4937c2cef8d5e84660d0601abd1 to your computer and use it in GitHub Desktop.
Save xster/5becc4937c2cef8d5e84660d0601abd1 to your computer and use it in GitHub Desktop.
slow flutter attach logs
[ +17 ms] executing: [/Users/xster/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +27 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] d9951401e95f6b8db9384611eb9c1f5740b29455
[ ] executing: [/Users/xster/development/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +16 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v1.16.2-43-gd9951401e9
[ +6 ms] executing: [/Users/xster/development/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/fix-attach-2
[ ] executing: [/Users/xster/development/flutter/] git ls-remote --get-url origin
[ +5 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] git@github.com:xster/flutter.git
[ +33 ms] executing: [/Users/xster/development/flutter/] git rev-parse --abbrev-ref HEAD
[ +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] fix-attach-2
[ +16 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +3 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +6 ms] executing: /usr/bin/xcode-select --print-path
[ +6 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[ ] /Applications/Xcode.app/Contents/Developer
[ ] executing: /usr/bin/xcodebuild -version
[ +76 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[ ] Xcode 11.3.1
Build version 11C504
[ +48 ms] executing: /Users/xster/Library/Android/sdk/platform-tools/adb devices -l
[ +6 ms] executing: xcrun --find xcdevice
[ +15 ms] Exit code 0 from: xcrun --find xcdevice
[ ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[ ] executing: xcrun xcdevice list --timeout 2
[ +4 ms] /usr/bin/xcrun simctl list --json devices
[ ] executing: /usr/bin/xcrun simctl list --json devices
[ +35 ms] List of devices attached
8AXX11BS6 device usb:336789504X product:blueline model:Pixel_3 device:blueline transport_id:2
[ +97 ms] {
"devices" : {
"com.apple.CoreSimulator.SimRuntime.tvOS-13-2" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV",
"udid" : "FA2D2AFF-2160-450E-82E4-458DC0328DD6",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K",
"udid" : "432E4F33-CC22-4398-BDA0-8E358D21492B",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K (at 1080p)",
"udid" : "5D91B16B-3780-42B2-BB03-4B197C2514B9",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-13-1" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8",
"udid" : "01721ECF-472A-4537-9D18-574B63FFE400",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8 Plus",
"udid" : "806A1BD3-2788-4B24-A1B8-2B285F899F39",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11",
"udid" : "259F4500-50D6-4738-9993-794D3EC06F8F",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11 Pro",
"udid" : "BF924327-4117-4333-A2E0-58A53CB49849",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11 Pro Max",
"udid" : "A19E69EC-216D-4844-AFF2-55E7D25DB894",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (9.7-inch)",
"udid" : "7EAE199F-13AF-4237-849F-5D4B05BF52B7",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (11-inch)",
"udid" : "E518B698-9599-437A-AB45-7FCFF1A0516E",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"udid" : "5460AA65-48AD-45EA-8574-326C789671A3",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air (3rd generation)",
"udid" : "12C1C183-2AE3-4B1B-8F1F-2480C96421A5",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-13-2" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8",
"udid" : "5AFC470C-1561-494F-A753-9AA236DF586A",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8 Plus",
"udid" : "3E0887AD-2BEF-4535-9265-F83201240A95",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11",
"udid" : "15F2544D-23A4-4165-9442-3975F7C53F12",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11 Pro",
"udid" : "0D354227-5492-4A0B-B153-FC3B5AFA3219",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11 Pro Max",
"udid" : "DE1150C3-7BAB-4387-8140-790DC557037E",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (9.7-inch)",
"udid" : "A1327830-75A1-40A9-8648-A7BDB49A4465",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad (7th generation)",
"udid" : "4EB37A9E-85D7-44E7-A0AC-8A7D1447E9C4",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (11-inch)",
"udid" : "0FAF2812-C513-4371-8A93-587C22F1D414",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"udid" : "912091D1-824F-49D5-86D7-31B6B4098ED4",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air (3rd generation)",
"udid" : "EE70EC28-20EF-4307-AEBB-2FC7B6F09968",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.tvOS-13-3" : [
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple TV",
"udid" : "51B3D9F3-44BC-418D-92A3-E148ADF0AF79"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple TV 4K",
"udid" : "7BC9E902-78AB-48E7-8CBD-93FF81A2A9EA"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple TV 4K (at 1080p)",
"udid" : "A5750A8C-E755-4A46-81BA-B4D982C2AD1C"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-13-3" : [
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 8",
"udid" : "27C8DFAF-1C52-4323-A6A7-BF058DC5752A"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 8 Plus",
"udid" : "C2FAFF50-3291-4D8E-9384-E41D1069E0A2"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 11",
"udid" : "A91DFE74-F373-4B3A-BDDC-B49D4F243F1E"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 11 Pro",
"udid" : "8672EB81-845E-4C6B-85E5-17BEA7F4B44B"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 11 Pro Max",
"udid" : "9ED4DE7B-629B-4565-ACD8-EDC20A524A77"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPad Pro (9.7-inch)",
"udid" : "2C9020FA-4977-4B11-9B50-2483BF0D0EB8"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPad (7th generation)",
"udid" : "40B0C4B3-0DE9-4D4A-8362-B8EDB52FC93D"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPad Pro (11-inch)",
"udid" : "0E764DBE-682F-42A8-9EEC-E6FC664798AB"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"udid" : "2B2D49AB-D7C3-47DD-9668-8AA96023D952"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPad Air (3rd generation)",
"udid" : "A2987438-483D-48AB-9D60-0D7A363BD4CA"
}
],
"com.apple.CoreSimulator.SimRuntime.tvOS-12-4" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV",
"udid" : "D30EC54A-3B14-4643-9794-AC0402933F3A",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K",
"udid" : "CC6063C9-CFB1-4046-96CC-2B907151A637",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K (at 1080p)",
"udid" : "032C07A0-D026-40FC-8A55-548B5100DFE1",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-6-0" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 4 - 40mm",
"udid" : "293EFF53-6BDA-4A4D-B5D4-1BC33D308083",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 4 - 44mm",
"udid" : "FF0801BA-A292-4145-9332-D6F433E1D87A",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 5 - 40mm",
"udid" : "2394594F-D171-4268-B101-B54214EFCCC3",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 5 - 44mm",
"udid" : "ACF35AD7-F5CC-48D9-A031-4AB788D0DB86",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-6-1" : [
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple Watch Series 4 - 40mm",
"udid" : "AFE3B10E-8DC3-4EB2-810D-2C1CDEB06B3D"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple Watch Series 4 - 44mm",
"udid" : "874457D5-6F28-45C4-813A-CAC7BA12005F"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple Watch Series 5 - 40mm",
"udid" : "D46355DD-9CF6-42B8-A903-4E582917CE04"
},
{
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple Watch Series 5 - 44mm",
"udid" : "C8857F6A-F641-443D-8F92-558384624629"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-5-2" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 2 - 38mm",
"udid" : "4AF4D6C3-D3A1-49AD-B2B9-28AD77EC9DF4",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 2 - 42mm",
"udid" : "BE16BECC-2435-463D-81D4-B1B3D72508AC",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 3 - 38mm",
"udid" : "911B0381-7B2E-4B03-8481-24E4AA6B3C2B",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 3 - 42mm",
"udid" : "F5708C7F-C2C5-4867-9F3C-BADAA1FF7EBA",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 4 - 40mm",
"udid" : "BD21C19A-FE0F-4DA5-9ACD-E2D70516F11F",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 4 - 44mm",
"udid" : "8B18C5A4-2904-4FCC-9A20-F96DCDA7F38D",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-12-2" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 5s",
"udid" : "83A45999-4D1C-4045-A185-6D0137AEFD76",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6 Plus",
"udid" : "85EAAD55-2347-4368-A05A-3B33B97A7876",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6",
"udid" : "B983D918-66EE-45CB-A012-6E2F83BB7D82",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6s",
"udid" : "BC8A0A3E-2F36-4CF6-A7E9-0DD547C83531",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6s Plus",
"udid" : "12F425BC-AF0C-4744-9C6D-14C01087695A",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone SE",
"udid" : "52CC85C3-06F1-4D7B-96BC-21DBE929EA0B",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 7",
"udid" : "ED4A5ADD-7525-44A0-84F2-CF552940740D",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 7 Plus",
"udid" : "98067AFB-355C-4CF5-885F-CBC706503EE8",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8",
"udid" : "7D735F0B-A3E0-4581-B234-CEAFFEFE4BB3",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8 Plus",
"udid" : "B2566D6D-6A83-4553-88FE-E451C1944B3D",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone X",
"udid" : "DB0BF8F5-0F55-4D54-8E67-D67A1CE013AC",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone Xs",
"udid" : "9B6F9A45-A482-4A72-9F4E-E38FC88A9EC8",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone Xs Max",
"udid" : "364DCA61-0949-4165-B3C9-B80BAF29D113",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone Xʀ",
"udid" : "6727831A-E960-4CE8-8DB2-E5E6E8EA6A52",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air",
"udid" : "07301AB3-4A6C-4BF6-ACB1-4386EF9E081F",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air 2",
"udid" : "164F1A90-64B8-481D-AFD6-3C10C2DFED1D",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (9.7-inch)",
"udid" : "238A7BA0-0A8A-41E7-BA41-C00858A0527F",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch)",
"udid" : "ECCC788C-3881-42F6-9C3A-ADE7BEA88946",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad (5th generation)",
"udid" : "DED9793E-DEFC-456E-8659-34F4B0D42EC3",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"udid" : "D652C92C-C30F-4C3E-A542-2F508DA9BD2E",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (10.5-inch)",
"udid" : "0D2F2015-250B-4594-9178-5E9982D3004E",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad (6th generation)",
"udid" : "61881626-1626-4CCF-B05C-8E9E4625EDCC",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (11-inch)",
"udid" : "22EF5634-C25D-42E7-B1A9-0340B351D4D5",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"udid" : "C2631E5B-0AE8-424F-A007-AC50AA0E06C2",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air (3rd generation)",
"udid" : "0B82EB85-F66D-4963-96C3-CBEA5638F29A",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.tvOS-13-0" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV",
"udid" : "8590DA4F-C1D2-4672-B634-D835AC9197B8",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K",
"udid" : "56359EE3-A4F9-41E2-95EC-AFD213380C95",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K (at 1080p)",
"udid" : "2819F4D0-397A-4A75-8B26-696270DFFA0A",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-5-3" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 2 - 38mm",
"udid" : "9A93623A-980D-40BD-9C53-E943D87DC1C2",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 2 - 42mm",
"udid" : "2D3791AB-F264-480D-B2D8-7026981FDE15",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 3 - 38mm",
"udid" : "5F312546-5643-400D-9C84-A5244BCCC2C1",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 3 - 42mm",
"udid" : "F7F0D6EC-EE04-480A-86AE-C6946905DD69",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 4 - 40mm",
"udid" : "2BBE9116-1D9A-4156-83BE-A85D1CDE9B9A",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch Series 4 - 44mm",
"udid" : "6245AB00-B9BE-496B-A7D8-3836B67D402A",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-12-4" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 5s",
"udid" : "4E6CEF0B-F7A2-48F7-8BB6-8CE26B2182C9",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6 Plus",
"udid" : "B523F9D2-5138-486D-8839-67B51F82C082",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6",
"udid" : "7405D08F-7696-4A76-8982-683577481A43",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6s",
"udid" : "B733377D-2C94-4CB7-B2D9-C718BDEF16D5",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6s Plus",
"udid" : "AA70BF54-B5A1-4240-9A71-7AFFC6364EDF",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone SE",
"udid" : "0E1DD1E4-8440-4F3B-9B93-B948CCED5125",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 7",
"udid" : "DC529815-DC05-4C81-918F-4D0B0C4C1338",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 7 Plus",
"udid" : "FDEFFAAA-2EA9-4F3D-B3DB-882DF83A364F",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8",
"udid" : "791BA03D-F276-40F1-879F-72E7EF0D44FF",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8 Plus",
"udid" : "9C2940F0-9393-4101-A6DF-D714EC31B193",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone X",
"udid" : "C52C717D-A273-4378-8158-2D512874FAEC",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone Xs",
"udid" : "8CF8A746-11C1-4C35-85E9-5CBFAF733C5B",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone Xs Max",
"udid" : "59CFF214-98E1-4FC7-89F4-691034C8D31A",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone Xʀ",
"udid" : "3D02DB8E-C64C-4047-944C-35B2B6082446",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air",
"udid" : "7D90CEE6-0977-40EB-A7A5-B73419C84FC5",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air 2",
"udid" : "C943FC85-A7D7-4F2F-8306-5B487A88D8B9",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (9.7-inch)",
"udid" : "26293E0E-AE08-46B5-9DBA-088FCCD7DEA7",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch)",
"udid" : "747296D3-A028-44A7-AC23-813F33725C14",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad (5th generation)",
"udid" : "B3802A2A-34AF-4CF4-BDA7-AF73F6B58179",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"udid" : "B4EA434E-034B-41FA-B768-5778B79F42D0",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (10.5-inch)",
"udid" : "91A7C5B7-332E-4C23-AB7B-4180F5DD4A03",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad (6th generation)",
"udid" : "F1B402F8-34B6-450E-A58B-297ED58E69DD",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (11-inch)",
"udid" : "A3D89B24-C4CC-4CE1-8046-56BE3565A328",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"udid" : "4816E049-47B2-42D0-9D4E-BDBBD7CAD6B4",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air (3rd generation)",
"udid" : "2E67D8B8-1410-4640-A3E2-B8FB37D6D958",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.tvOS-12-2" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV",
"udid" : "E9A359D9-DE42-4C5B-974A-336C432E12E1",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K",
"udid" : "4C857577-BF33-4FBE-9DCD-1002FC006D5D",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple TV 4K (at 1080p)",
"udid" : "3B8E1038-8AD4-424A-AD7E-D77D8A45D22A",
"availabilityError" : "runtime profile not found"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-13-0" : [
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8",
"udid" : "00F852E5-E78B-4636-BC58-9E872D864D60",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 8 Plus",
"udid" : "31BC3A2A-8A2B-4A51-9377-F7EFB7A55F49",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11",
"udid" : "EACF442D-F24F-4730-BE40-064E376AAAA3",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11 Pro",
"udid" : "E5FA50DA-BDFA-4624-ABC5-ACDACE6143AE",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 11 Pro Max",
"udid" : "E4EA9C21-3C41-4265-A583-B23DBBBACD59",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (9.7-inch)",
"udid" : "3C534771-3D0A-4057-A712-A84931DC3013",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (11-inch)",
"udid" : "AB8607A6-7161-4229-9076-AA6CB40F45C1",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"udid" : "C9EBDD47-100B-4670-B6BA-392F731C3426",
"availabilityError" : "runtime profile not found"
},
{
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPad Air (3rd generation)",
"udid" : "E87D87A4-77D3-4353-9C93-B61CB8DD0012",
"availabilityError" : "runtime profile not found"
}
]
}
}
[+2397 ms] [
{
"simulator" : true,
"operatingSystemVersion" : "6.1.1 (17S445)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch4,4",
"identifier" : "874457D5-6F28-45C4-813A-CAC7BA12005F",
"architecture" : "i386",
"modelName" : "Apple Watch Series 4 - 44mm",
"name" : "Apple Watch Series 4 - 44mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,3",
"identifier" : "8672EB81-845E-4C6B-85E5-17BEA7F4B44B",
"architecture" : "x86_64",
"modelName" : "iPhone 11 Pro",
"name" : "iPhone 11 Pro"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad7,12",
"identifier" : "40B0C4B3-0DE9-4D4A-8362-B8EDB52FC93D",
"architecture" : "x86_64",
"modelName" : "iPad (7th generation)",
"name" : "iPad (7th generation)"
},
{
"simulator" : false,
"operatingSystemVersion" : "13.3.1 (17D50)",
"interface" : "usb",
"available" : true,
"platform" : "com.apple.platform.iphoneos",
"modelCode" : "iPad8,1",
"identifier" : "00008027-000A78E02E85002E",
"architecture" : "arm64e",
"modelName" : "iPad Pro (11-inch)",
"name" : "iPad"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17K446)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV5,3",
"identifier" : "51B3D9F3-44BC-418D-92A3-E148ADF0AF79",
"architecture" : "x86_64",
"modelName" : "Apple TV",
"name" : "Apple TV"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad8,1",
"identifier" : "0E764DBE-682F-42A8-9EEC-E6FC664798AB",
"architecture" : "x86_64",
"modelName" : "iPad Pro (11-inch)",
"name" : "iPad Pro (11-inch)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17K446)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV6,2",
"identifier" : "A5750A8C-E755-4A46-81BA-B4D982C2AD1C",
"architecture" : "x86_64",
"modelName" : "Apple TV 4K (at 1080p)",
"name" : "Apple TV 4K (at 1080p)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad11,3",
"identifier" : "A2987438-483D-48AB-9D60-0D7A363BD4CA",
"architecture" : "x86_64",
"modelName" : "iPad Air (3rd generation)",
"name" : "iPad Air (3rd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad8,5",
"identifier" : "2B2D49AB-D7C3-47DD-9668-8AA96023D952",
"architecture" : "x86_64",
"modelName" : "iPad Pro (12.9-inch) (3rd generation)",
"name" : "iPad Pro (12.9-inch) (3rd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,1",
"identifier" : "A91DFE74-F373-4B3A-BDDC-B49D4F243F1E",
"architecture" : "x86_64",
"modelName" : "iPhone 11",
"name" : "iPhone 11"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad6,4",
"identifier" : "2C9020FA-4977-4B11-9B50-2483BF0D0EB8",
"architecture" : "x86_64",
"modelName" : "iPad Pro (9.7-inch)",
"name" : "iPad Pro (9.7-inch)"
},
{
"simulator" : true,
"operatingSystemVersion" : "6.1.1 (17S445)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch5,4",
"identifier" : "C8857F6A-F641-443D-8F92-558384624629",
"architecture" : "i386",
"modelName" : "Apple Watch Series 5 - 44mm",
"name" : "Apple Watch Series 5 - 44mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "6.1.1 (17S445)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch5,3",
"identifier" : "D46355DD-9CF6-42B8-A903-4E582917CE04",
"architecture" : "i386",
"modelName" : "Apple Watch Series 5 - 40mm",
"name" : "Apple Watch Series 5 - 40mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,4",
"identifier" : "27C8DFAF-1C52-4323-A6A7-BF058DC5752A",
"architecture" : "x86_64",
"modelName" : "iPhone 8",
"name" : "iPhone 8"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,5",
"identifier" : "9ED4DE7B-629B-4565-ACD8-EDC20A524A77",
"architecture" : "x86_64",
"modelName" : "iPhone 11 Pro Max",
"name" : "iPhone 11 Pro Max"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17C45)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,5",
"identifier" : "C2FAFF50-3291-4D8E-9384-E41D1069E0A2",
"architecture" : "x86_64",
"modelName" : "iPhone 8 Plus",
"name" : "iPhone 8 Plus"
},
{
"simulator" : true,
"operatingSystemVersion" : "13.3 (17K446)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV6,2",
"identifier" : "7BC9E902-78AB-48E7-8CBD-93FF81A2A9EA",
"architecture" : "x86_64",
"modelName" : "Apple TV 4K",
"name" : "Apple TV 4K"
},
{
"simulator" : true,
"operatingSystemVersion" : "6.1.1 (17S445)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch4,3",
"identifier" : "AFE3B10E-8DC3-4EB2-810D-2C1CDEB06B3D",
"architecture" : "i386",
"modelName" : "Apple Watch Series 4 - 40mm",
"name" : "Apple Watch Series 4 - 40mm"
}
]
[ +27 ms] /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 shell getprop
[ +99 ms] Waiting for a connection from Flutter on Pixel 3...
[ +399 ms] Observatory URL on device: http://127.0.0.1:40925/WNoEyYsjiX0=/
[ +1 ms] executing: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward tcp:0 tcp:40925
[ +7 ms] 61861
[ ] Forwarded host port 61861 to device port 40925 for Observatory
[ +1 ms] Connecting to service protocol: http://127.0.0.1:61861/WNoEyYsjiX0=/
[ +252 ms] Successfully connected to service protocol: http://127.0.0.1:61861/WNoEyYsjiX0=/
[ +1 ms] executing: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 shell -x logcat -v time -t 1
[ +42 ms] Exit code 0 from: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 shell -x logcat -v time -t 1
[ ] --------- beginning of main
03-25 15:32:49.697 D/CHRE ( 979): @ 680196.107: [ImuCal] Dynamic sensor configuration: stand-by.
[ +6 ms] Sending to VM service: getVM({})
[ +10 ms] Result: {type: VM, name: vm, architectureBits: 64, hostCPU: Qualcomm Technologies, Inc SDM845, operatingSystem: android, targetCPU: arm64, version: 2.8.0-dev.17.0.flutter-62f84880ef (be) (Tue Mar 24 08:21:36 2020 +0000) on "android_arm64", _profilerMode: ...
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/1587421880287051})
[ +2 ms] Sending to VM service: _flutter.listViews({})
[ +9 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x734c8f5160, isolate: {type: @Isolate, fixedId: true, id: isolates/1587421880287051, name: main.dart$main-1587421880287051, number: 1587421880287051}}]}
[ +4 ms] DevFS: Creating new filesystem on the device (null)
[ ] Sending to VM service: _createDevFS({fsName: hello_world})
[ +8 ms] Result: {type: Isolate, id: isolates/1587421880287051, name: main, number: 1587421880287051, _originNumber: 1587421880287051, startTime: 1585175566040, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis...
[ +32 ms] Result: {type: FileSystem, name: hello_world, uri: file:///data/user/0/io.flutter.examples.hello_world/code_cache/hello_worldQVBYXX/hello_world/}
[ ] DevFS: Created new filesystem on the device (file:///data/user/0/io.flutter.examples.hello_world/code_cache/hello_worldQVBYXX/hello_world/)
[ +2 ms] Updating assets
[ +106 ms] Syncing files to device Pixel 3...
[ +3 ms] Scanning asset files
[ +1 ms] <- reset
[ ] Compiling dart to kernel with 0 updated files
[ +6 ms] /Users/xster/development/flutter/bin/cache/dart-sdk/bin/dart /Users/xster/development/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/xster/development/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/
--incremental --target=flutter --debugger-module-names -Ddart.developer.causal_async_stacks=true --output-dill /var/folders/yr/0m8n49mn161fcz7nvl6dj62r0000gn/T/flutter_tool.eXxXyO/app.dill --packages /Users/xster/development/flutter/examples/hello_world/.packages
-Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root
--initialize-from-dill build/cache.dill
[ +6 ms] <- compile package:hello_world/main.dart
[ +488 ms] Updating files
[ +121 ms] DevFS: Sync finished
[ +7 ms] Syncing files to device Pixel 3... (completed in 628ms)
[ ] Synced 0.7MB.
[ ] Sending to VM service: _flutter.listViews({})
[ +4 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x734c8f5160, isolate: {type: @Isolate, fixedId: true, id: isolates/1587421880287051, name: main.dart$main-1587421880287051, number: 1587421880287051}}]}
[ ] <- accept
[ ] Connected to _flutterView/0x734c8f5160.
[ ] Flutter run key commands.
[ +1 ms] r Hot reload. 🔥🔥🔥
[ +1 ms] R Hot restart.
[ ] h Repeat this help message.
[ ] d Detach (terminate "flutter run" but leave application running).
[ ] c Clear the screen
[ ] q Quit (terminate the application on the device).
[ ] An Observatory debugger and profiler on Pixel 3 is available at: http://127.0.0.1:61861/WNoEyYsjiX0=/
[ +993 ms] DevFS: Deleting filesystem on the device (file:///data/user/0/io.flutter.examples.hello_world/code_cache/hello_worldQVBYXX/hello_world/)
[ ] Sending to VM service: _deleteDevFS({fsName: hello_world})
[ +40 ms] Result: {type: Success}
[ ] DevFS: Deleted filesystem on the device (file:///data/user/0/io.flutter.examples.hello_world/code_cache/hello_worldQVBYXX/hello_world/)
[ +22 ms] Sending to VM service: ext.flutter.exit({isolateId: isolates/1587421880287051})
[ +80 ms] Service protocol connection closed.
[+1925 ms] Application finished.
[ +3 ms] executing: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward --list
[ +6 ms] Exit code 0 from: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward --list
[ ] 8AXX11BS6 tcp:61861 tcp:40925
[ +3 ms] executing: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward --remove tcp:61861
[ +14 ms] executing: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward --list
[ +9 ms] Exit code 0 from: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward --list
[ +5 ms] executing: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward --list
[ +11 ms] Exit code 0 from: /Users/xster/Library/Android/sdk/platform-tools/adb -s 8AXX11BS6 forward --list
[ +1 ms] "flutter attach" took 7,521ms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment