Created
March 3, 2020 19:58
-
-
Save digitalkaoz/0e7b04a1badcc45fbb93b1026397c9c7 to your computer and use it in GitHub Desktop.
Flutter iOS startup log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ +33 ms] executing: [/opt/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +47 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ ] 67826bdce54505760fe83b7ead70bdb5af6fe9f2 | |
[ ] executing: [/opt/flutter/] git describe --match v*.*.* --first-parent --long --tags | |
[ +99 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags | |
[ ] v1.15.3-0-g67826bdce | |
[ +9 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/dev | |
[ ] executing: [/opt/flutter/] git ls-remote --get-url origin | |
[ +8 ms] Exit code 0 from: git ls-remote --get-url origin | |
[ ] https://github.com/flutter/flutter.git | |
[ +115 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref HEAD | |
[ +16 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD | |
[ ] dev | |
[ +9 ms] executing: sw_vers -productName | |
[ +23 ms] Exit code 0 from: sw_vers -productName | |
[ ] Mac OS X | |
[ ] executing: sw_vers -productVersion | |
[ +50 ms] Exit code 0 from: sw_vers -productVersion | |
[ ] 10.15.3 | |
[ ] executing: sw_vers -buildVersion | |
[ +17 ms] Exit code 0 from: sw_vers -buildVersion | |
[ ] 19D76 | |
[ +108 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. | |
[ +1 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. | |
[ +1 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. | |
[ +2 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. | |
[ +1 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. | |
[ +17 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. | |
[ +103 ms] executing: /Users/caziel/Library/Android/sdk/platform-tools/adb devices -l | |
[ +10 ms] Exit code 0 from: /Users/caziel/Library/Android/sdk/platform-tools/adb devices -l | |
[ ] List of devices attached | |
[ +22 ms] executing: /usr/bin/xcode-select --print-path | |
[ +19 ms] Exit code 0 from: /usr/bin/xcode-select --print-path | |
[ ] /Applications/Xcode-beta.app/Contents/Developer | |
[ +1 ms] executing: /usr/bin/xcodebuild -version | |
[ +677 ms] Exit code 0 from: /usr/bin/xcodebuild -version | |
[ ] Xcode 11.4 | |
Build version 11N123k | |
[ +2 ms] executing: xcrun --find xcdevice | |
[ +9 ms] Exit code 0 from: xcrun --find xcdevice | |
[ ] /Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcdevice | |
[ +2 ms] executing: xcrun xcdevice list --timeout 1 | |
[+2738 ms] [ | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPhone10,5", | |
"identifier" : "24E11263-3B7E-46E9-AD37-782939F3C535", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.iphone-8-plus-2", | |
"modelName" : "iPhone 8 Plus", | |
"name" : "iPhone 8 Plus" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPhone12,5", | |
"identifier" : "163D900A-C4F6-4E42-B06C-F3E4C3BB0623", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.iphone-11-pro-max-1", | |
"modelName" : "iPhone 11 Pro Max", | |
"name" : "iPhone 11 Pro Max" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPad7,12", | |
"identifier" : "5B74AE9E-0BBA-45CB-AD20-D1E4ABC43CB4", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.ipad-7-wwan-1", | |
"modelName" : "iPad (7th generation)", | |
"name" : "iPad (7th generation)" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPhone12,3", | |
"identifier" : "E8E8E437-2520-44B9-BB13-BD3AF053240A", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.iphone-11-pro-1", | |
"modelName" : "iPhone 11 Pro", | |
"name" : "iPhone 11 Pro" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17L5235d)", | |
"available" : true, | |
"platform" : "com.apple.platform.appletvsimulator", | |
"modelCode" : "AppleTV5,3", | |
"identifier" : "EE209FAE-1F0A-426A-8B63-F87FCD918268", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.apple-tv-4", | |
"modelName" : "Apple TV", | |
"name" : "Apple TV" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "6.2 (17T5234d)", | |
"available" : true, | |
"platform" : "com.apple.platform.watchsimulator", | |
"modelCode" : "Watch4,4", | |
"identifier" : "9D6CCEDB-D2FF-43B0-ADFA-D78385959D59", | |
"architecture" : "i386", | |
"modelUTI" : "com.apple.watch-series4-1", | |
"modelName" : "Apple Watch Series 4 - 44mm", | |
"name" : "Apple Watch Series 4 - 44mm" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPhone10,4", | |
"identifier" : "823BBFD1-3AC2-4AF7-9254-DC72DFF4AA50", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.iphone-8-2", | |
"modelName" : "iPhone 8", | |
"name" : "iPhone 8" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPad6,4", | |
"identifier" : "89C267E4-0EE3-4A3F-891C-4A7E8F41599C", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba", | |
"modelName" : "iPad Pro (9.7-inch)", | |
"name" : "iPad Pro (9.7-inch)" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "6.2 (17T5234d)", | |
"available" : true, | |
"platform" : "com.apple.platform.watchsimulator", | |
"modelCode" : "Watch5,4", | |
"identifier" : "D23F9AA7-4546-413F-9232-F6E251CC5F7B", | |
"architecture" : "i386", | |
"modelUTI" : "com.apple.watch-series5-1", | |
"modelName" : "Apple Watch Series 5 - 44mm", | |
"name" : "Apple Watch Series 5 - 44mm" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPad8,1", | |
"identifier" : "5B838C4B-7A47-47C0-8D13-A30780F1E8DC", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.ipad-pro-11-1", | |
"modelName" : "iPad Pro (11-inch)", | |
"name" : "iPad Pro (11-inch)" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPhone12,1", | |
"identifier" : "79298D00-B3AF-475D-BE81-D2D93541CDE1", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.iphone-11-1", | |
"modelName" : "iPhone 11", | |
"name" : "iPhone 11" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17L5235d)", | |
"available" : true, | |
"platform" : "com.apple.platform.appletvsimulator", | |
"modelCode" : "AppleTV6,2", | |
"identifier" : "0F38F6E7-3F4C-498F-8035-A81B540EF01D", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.apple-tv-4k", | |
"modelName" : "Apple TV 4K", | |
"name" : "Apple TV 4K" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPad11,3", | |
"identifier" : "DD435DE0-BB7D-417E-BB73-3D01281E631C", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.ipad-air3-wifi-1", | |
"modelName" : "iPad Air (3rd generation)", | |
"name" : "iPad Air (3rd generation)" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17E5233e)", | |
"available" : true, | |
"platform" : "com.apple.platform.iphonesimulator", | |
"modelCode" : "iPad8,5", | |
"identifier" : "AC8079BC-9987-4033-8872-2FBE96083326", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.ipad-pro-12point9-1", | |
"modelName" : "iPad Pro (12.9-inch) (3rd generation)", | |
"name" : "iPad Pro (12.9-inch) (3rd generation)" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "13.4 (17L5235d)", | |
"available" : true, | |
"platform" : "com.apple.platform.appletvsimulator", | |
"modelCode" : "AppleTV6,2", | |
"identifier" : "3CBCBD9C-CB85-46FF-8E67-267928AE65B9", | |
"architecture" : "x86_64", | |
"modelUTI" : "com.apple.apple-tv-4k", | |
"modelName" : "Apple TV 4K (at 1080p)", | |
"name" : "Apple TV 4K (at 1080p)" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "6.2 (17T5234d)", | |
"available" : true, | |
"platform" : "com.apple.platform.watchsimulator", | |
"modelCode" : "Watch5,3", | |
"identifier" : "F2E3B695-07FA-4404-B296-B5223E0850CB", | |
"architecture" : "i386", | |
"modelUTI" : "com.apple.watch-series5-1", | |
"modelName" : "Apple Watch Series 5 - 40mm", | |
"name" : "Apple Watch Series 5 - 40mm" | |
}, | |
{ | |
"simulator" : true, | |
"operatingSystemVersion" : "6.2 (17T5234d)", | |
"available" : true, | |
"platform" : "com.apple.platform.watchsimulator", | |
"modelCode" : "Watch4,3", | |
"identifier" : "7F884A3C-A757-4277-B456-802B925E2724", | |
"architecture" : "i386", | |
"modelUTI" : "com.apple.watch-series4-1", | |
"modelName" : "Apple Watch Series 4 - 40mm", | |
"name" : "Apple Watch Series 4 - 40mm" | |
} | |
] | |
[ +14 ms] /usr/bin/xcrun simctl list --json devices | |
[ +208 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. | |
[ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. | |
[ +2 ms] 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. | |
[ +206 ms] Found plugin flutter_keyboard_visibility at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/ | |
[ +19 ms] Found plugin geolocator at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ | |
[ +4 ms] Found plugin google_api_availability at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-2.0.2/ | |
[ +16 ms] Found plugin location_permissions at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/location_permissions-2.0.4+1/ | |
[ +17 ms] Found plugin package_info at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+13/ | |
[ +52 ms] Found plugin shared_preferences at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6+2/ | |
[ +2 ms] Found plugin shared_preferences_macos at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+6/ | |
[ +5 ms] Found plugin shared_preferences_web at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+4/ | |
[ +47 ms] Found plugin url_launcher at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/ | |
[ +2 ms] Found plugin url_launcher_macos at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+2/ | |
[ +3 ms] Found plugin url_launcher_web at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.0+2/ | |
[ +139 ms] Found plugin flutter_keyboard_visibility at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/ | |
[ +9 ms] Found plugin geolocator at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ | |
[ +1 ms] Found plugin google_api_availability at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-2.0.2/ | |
[ +24 ms] Found plugin location_permissions at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/location_permissions-2.0.4+1/ | |
[ +29 ms] Found plugin package_info at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+13/ | |
[ +14 ms] Found plugin shared_preferences at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6+2/ | |
[ +1 ms] Found plugin shared_preferences_macos at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+6/ | |
[ +2 ms] Found plugin shared_preferences_web at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+4/ | |
[ +44 ms] Found plugin url_launcher at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/ | |
[ +1 ms] Found plugin url_launcher_macos at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+2/ | |
[ +1 ms] Found plugin url_launcher_web at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.0+2/ | |
[ +134 ms] Generating /Users/caziel/workspace/cgm/monitor/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java | |
[ +132 ms] Launching lib/main.dart on iPhone 11 Pro Max in debug mode... | |
[ +9 ms] executing: /usr/bin/plutil -convert json -o - /Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist | |
[ +24 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist | |
[ ] | |
{"CFBundleName":"docmetric","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleInfoDictionaryVersion":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUIL | |
D_NUMBER)","UILaunchStoryboardName":"Main","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRequiresIPhoneOS":true,"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME)","UISupportedInter | |
faceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown"],"UIViewControllerBasedStatusBarAppearance":false,"CFBundleSignature":"????","CFBundle | |
PackageType":"APPL","CFBundleDevelopmentRegion":"$(DEVELOPMENT_LANGUAGE)","UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUp | |
sideDown","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"NSLocationWhenInUseUsageDescription":"This app needs access to location when open."} | |
⣽[ +45 ms] executing: [/Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj -target | |
Runner -showBuildSettings | |
[ +1 ms] executing: [/Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj -target | |
Runner -showBuildSettings | |
(This is taking an unexpectedly long time.)⣾[+2394 ms] Command line invocation: | |
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild -project /Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj -target Runner | |
-showBuildSettings | |
Build settings for action build and target Runner: | |
ACTION = build | |
AD_HOC_CODE_SIGNING_ALLOWED = NO | |
ALTERNATE_GROUP = staff | |
ALTERNATE_MODE = u+w,go-w,a+rX | |
ALTERNATE_OWNER = caziel | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO | |
ALWAYS_SEARCH_USER_PATHS = NO | |
ALWAYS_USE_SEPARATE_HEADERMAPS = NO | |
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer | |
APPLE_INTERNAL_DIR = /AppleInternal | |
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation | |
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library | |
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools | |
APPLICATION_EXTENSION_API_ONLY = NO | |
APPLY_RULES_IN_COPY_FILES = NO | |
APPLY_RULES_IN_COPY_HEADERS = NO | |
ARCHS = arm64 | |
ARCHS_STANDARD = arm64 | |
ARCHS_STANDARD_32_64_BIT = armv7 arm64 | |
ARCHS_STANDARD_32_BIT = armv7 | |
ARCHS_STANDARD_64_BIT = arm64 | |
ARCHS_STANDARD_INCLUDING_64_BIT = arm64 | |
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64 | |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon | |
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator | |
BITCODE_GENERATION_MODE = marker | |
BUILD_ACTIVE_RESOURCES_ONLY = NO | |
BUILD_COMPONENTS = headers build | |
BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios | |
BUILD_LIBRARY_FOR_DISTRIBUTION = NO | |
BUILD_ROOT = /Users/caziel/workspace/cgm/monitor/build/ios | |
BUILD_STYLE = | |
BUILD_VARIANTS = normal | |
BUILT_PRODUCTS_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos | |
BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/ | |
BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS | |
BUNDLE_FORMAT = shallow | |
BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks | |
BUNDLE_PLUGINS_FOLDER_PATH = PlugIns | |
BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders | |
BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers | |
CACHE_ROOT = /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
CCHROOT = /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
CHMOD = /bin/chmod | |
CHOWN = /usr/sbin/chown | |
CLANG_ANALYZER_NONNULL = YES | |
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x | |
CLANG_CXX_LIBRARY = libc++ | |
CLANG_ENABLE_MODULES = YES | |
CLANG_ENABLE_OBJC_ARC = YES | |
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES | |
CLANG_WARN_BOOL_CONVERSION = YES | |
CLANG_WARN_COMMA = YES | |
CLANG_WARN_CONSTANT_CONVERSION = YES | |
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES | |
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR | |
CLANG_WARN_EMPTY_BODY = YES | |
CLANG_WARN_ENUM_CONVERSION = YES | |
CLANG_WARN_INFINITE_RECURSION = YES | |
CLANG_WARN_INT_CONVERSION = YES | |
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES | |
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES | |
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES | |
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR | |
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES | |
CLANG_WARN_STRICT_PROTOTYPES = YES | |
CLANG_WARN_SUSPICIOUS_MOVE = YES | |
CLANG_WARN_UNREACHABLE_CODE = YES | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES | |
CLASS_FILE_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses | |
CLEAN_PRECOMPS = YES | |
CLONE_HEADERS = NO | |
CODESIGNING_FOLDER_PATH = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/Runner.app | |
CODE_SIGNING_ALLOWED = YES | |
CODE_SIGNING_REQUIRED = YES | |
CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext | |
CODE_SIGN_IDENTITY = Apple Development | |
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES | |
CODE_SIGN_STYLE = Automatic | |
COLOR_DIAGNOSTICS = NO | |
COMBINE_HIDPI_IMAGES = NO | |
COMPILER_INDEX_STORE_ENABLE = Default | |
COMPOSITE_SDK_DIRS = /Users/caziel/workspace/cgm/monitor/build/ios/CompositeSDKs | |
COMPRESS_PNG_FILES = YES | |
CONFIGURATION = Release | |
CONFIGURATION_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos | |
CONFIGURATION_TEMP_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos | |
CONTENTS_FOLDER_PATH = Runner.app | |
COPYING_PRESERVES_HFS_DATA = NO | |
COPY_HEADERS_RUN_UNIFDEF = NO | |
COPY_PHASE_STRIP = NO | |
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES | |
CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform | |
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator | |
CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator13.4 | |
CP = /bin/cp | |
CREATE_INFOPLIST_SECTION_IN_BINARY = NO | |
CURRENT_ARCH = arm64 | |
CURRENT_PROJECT_VERSION = 326 | |
CURRENT_VARIANT = normal | |
DEAD_CODE_STRIPPING = YES | |
DEBUGGING_SYMBOLS = YES | |
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym | |
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0 | |
DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions | |
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions | |
DEFINES_MODULE = NO | |
DEPLOYMENT_LOCATION = NO | |
DEPLOYMENT_POSTPROCESSING = NO | |
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET | |
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min | |
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min= | |
DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET | |
DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min | |
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET | |
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 | |
13.3 13.4 | |
DERIVED_FILES_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources | |
DERIVED_FILE_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources | |
DERIVED_SOURCES_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources | |
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications | |
DEVELOPER_BIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
DEVELOPER_DIR = /Applications/Xcode-beta.app/Contents/Developer | |
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
DEVELOPER_LIBRARY_DIR = /Applications/Xcode-beta.app/Contents/Developer/Library | |
DEVELOPER_SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs | |
DEVELOPER_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Tools | |
DEVELOPER_USR_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr | |
DEVELOPMENT_LANGUAGE = en | |
DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation | |
DONT_GENERATE_INFOPLIST_FILE = NO | |
DO_HEADER_SCANNING_IN_JAM = NO | |
DSTROOT = /tmp/Runner.dst | |
DT_TOOLCHAIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
DWARF_DSYM_FILE_NAME = Runner.app.dSYM | |
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO | |
DWARF_DSYM_FOLDER_PATH = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos | |
EFFECTIVE_PLATFORM_NAME = -iphoneos | |
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO | |
EMBEDDED_PROFILE_NAME = embedded.mobileprovision | |
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO | |
ENABLE_BITCODE = NO | |
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES | |
ENABLE_HARDENED_RUNTIME = NO | |
ENABLE_HEADER_DEPENDENCIES = YES | |
ENABLE_NS_ASSERTIONS = NO | |
ENABLE_ON_DEMAND_RESOURCES = YES | |
ENABLE_STRICT_OBJC_MSGSEND = YES | |
ENABLE_TESTABILITY = NO | |
ENABLE_TESTING_SEARCH_PATHS = NO | |
ENTITLEMENTS_ALLOWED = YES | |
ENTITLEMENTS_DESTINATION = Signature | |
ENTITLEMENTS_REQUIRED = YES | |
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS | |
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj | |
EXECUTABLES_FOLDER_PATH = Runner.app/Executables | |
EXECUTABLE_FOLDER_PATH = Runner.app | |
EXECUTABLE_NAME = Runner | |
EXECUTABLE_PATH = Runner.app/Runner | |
EXPANDED_CODE_SIGN_IDENTITY = | |
EXPANDED_CODE_SIGN_IDENTITY_NAME = | |
EXPANDED_PROVISIONING_PROFILE = | |
FILE_LIST = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList | |
FIXED_FILES_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles | |
FLUTTER_APPLICATION_PATH = /Users/caziel/workspace/cgm/monitor | |
FLUTTER_BUILD_DIR = build | |
FLUTTER_BUILD_NAME = 1.0.0 | |
FLUTTER_BUILD_NUMBER = 326 | |
FLUTTER_FRAMEWORK_DIR = /opt/flutter/bin/cache/artifacts/engine/ios | |
FLUTTER_ROOT = /opt/flutter | |
FLUTTER_TARGET = /Users/caziel/workspace/cgm/monitor/lib/main.dart | |
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks | |
FRAMEWORK_FLAG_PREFIX = -framework | |
FRAMEWORK_SEARCH_PATHS = "/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" "/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" | |
/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
FRAMEWORK_VERSION = A | |
FULL_PRODUCT_NAME = Runner.app | |
GCC3_VERSION = 3.3 | |
GCC_C_LANGUAGE_STANDARD = gnu99 | |
GCC_INLINES_ARE_PRIVATE_EXTERN = YES | |
GCC_NO_COMMON_BLOCKS = YES | |
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ | |
GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 COCOAPODS=1 | |
GCC_SYMBOLS_PRIVATE_EXTERN = YES | |
GCC_THUMB_SUPPORT = YES | |
GCC_TREAT_WARNINGS_AS_ERRORS = NO | |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0 | |
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0 | |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES | |
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR | |
GCC_WARN_UNDECLARED_SELECTOR = YES | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE | |
GCC_WARN_UNUSED_FUNCTION = YES | |
GCC_WARN_UNUSED_VARIABLE = YES | |
GENERATE_MASTER_OBJECT_FILE = NO | |
GENERATE_PKGINFO_FILE = YES | |
GENERATE_PROFILING_CODE = NO | |
GENERATE_TEXT_BASED_STUBS = NO | |
GID = 20 | |
GROUP = staff | |
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES | |
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES | |
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES | |
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES | |
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES | |
HEADERMAP_USES_VFS = NO | |
HEADER_SEARCH_PATHS = "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher" | |
HIDE_BITCODE_SYMBOLS = YES | |
HOME = /Users/caziel | |
ICONV = /usr/bin/iconv | |
INFOPLIST_EXPAND_BUILD_SETTINGS = YES | |
INFOPLIST_FILE = Runner/Info.plist | |
INFOPLIST_OUTPUT_FORMAT = binary | |
INFOPLIST_PATH = Runner.app/Info.plist | |
INFOPLIST_PREPROCESS = NO | |
INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings | |
INLINE_PRIVATE_FRAMEWORKS = NO | |
INSTALLHDRS_COPY_PHASE = NO | |
INSTALLHDRS_SCRIPT_PHASE = NO | |
INSTALL_DIR = /tmp/Runner.dst/Applications | |
INSTALL_GROUP = staff | |
INSTALL_MODE_FLAG = u+w,go-w,a+rX | |
INSTALL_OWNER = caziel | |
INSTALL_PATH = /Applications | |
INSTALL_ROOT = /tmp/Runner.dst | |
IPHONEOS_DEPLOYMENT_TARGET = 13.1 | |
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8 | |
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub | |
JAVA_ARCHIVE_CLASSES = YES | |
JAVA_ARCHIVE_TYPE = JAR | |
JAVA_COMPILER = /usr/bin/javac | |
JAVA_FOLDER_PATH = Runner.app/Java | |
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources | |
JAVA_JAR_FLAGS = cv | |
JAVA_SOURCE_SUBDIR = . | |
JAVA_USE_DEPENDENCIES = YES | |
JAVA_ZIP_FLAGS = -urg | |
JIKES_DEFAULT_FLAGS = +E +OLDCSO | |
KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow | |
KEEP_PRIVATE_EXTERNS = NO | |
LD_DEPENDENCY_INFO_FILE = | |
/Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat | |
LD_GENERATE_MAP_FILE = NO | |
LD_MAP_FILE_PATH = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt | |
LD_NO_PIE = NO | |
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES | |
LD_RUNPATH_SEARCH_PATHS = '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' | |
@executable_path/Frameworks | |
LEGACY_DEVELOPER_DIR = /Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer | |
LEX = lex | |
LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions | |
LIBRARY_FLAG_NOSPACE = YES | |
LIBRARY_FLAG_PREFIX = -l | |
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions | |
LIBRARY_SEARCH_PATHS = "/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/url_launcher" /Users/caziel/workspace/cgm/monitor/ios/Flutter | |
LINKER_DISPLAYS_MANGLED_NAMES = NO | |
LINK_FILE_LIST_normal_arm64 = | |
LINK_WITH_STANDARD_LIBRARIES = YES | |
LLVM_TARGET_TRIPLE_OS_VERSION = ios13.1 | |
LLVM_TARGET_TRIPLE_VENDOR = apple | |
LOCALIZABLE_CONTENT_DIR = | |
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj | |
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString | |
LOCALIZED_STRING_SWIFTUI_SUPPORT = YES | |
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities | |
LOCAL_APPS_DIR = /Applications | |
LOCAL_DEVELOPER_DIR = /Library/Developer | |
LOCAL_LIBRARY_DIR = /Library | |
LOCROOT = | |
LOCSYMROOT = | |
MACH_O_TYPE = mh_execute | |
MAC_OS_X_PRODUCT_BUILD_VERSION = 19D76 | |
MAC_OS_X_VERSION_ACTUAL = 101503 | |
MAC_OS_X_VERSION_MAJOR = 101500 | |
MAC_OS_X_VERSION_MINOR = 1503 | |
METAL_LIBRARY_FILE_BASE = default | |
METAL_LIBRARY_OUTPUT_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/Runner.app | |
MODULES_FOLDER_PATH = Runner.app/Modules | |
MODULE_CACHE_DIR = /Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex | |
MTL_ENABLE_DEBUG_INFO = NO | |
NATIVE_ARCH = armv7 | |
NATIVE_ARCH_32_BIT = i386 | |
NATIVE_ARCH_64_BIT = x86_64 | |
NATIVE_ARCH_ACTUAL = x86_64 | |
NO_COMMON = YES | |
OBJECT_FILE_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects | |
OBJECT_FILE_DIR_normal = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal | |
OBJROOT = /Users/caziel/workspace/cgm/monitor/build/ios | |
ONLY_ACTIVE_ARCH = NO | |
OS = MACOS | |
OSAC = /usr/bin/osacompile | |
OTHER_CFLAGS = -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
OTHER_CPLUSPLUSFLAGS = -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
OTHER_LDFLAGS = -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" -l"location_permissions" -l"package_info" | |
-l"shared_preferences" -l"url_launcher" -framework "Flutter" -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" | |
-l"location_permissions" -l"package_info" -l"shared_preferences" -l"url_launcher" -framework "Flutter" | |
OTHER_SWIFT_FLAGS = -D COCOAPODS -Xcc -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-Xcc -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" -D COCOAPODS -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
PACKAGE_TYPE = com.apple.package-type.wrapper.application | |
PASCAL_STRINGS = YES | |
PATH = | |
/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/local/opt/ruby/bin:/usr/local/lib/python2.7/site-packages:/usr/lo | |
cal/share/npm/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/heroku/bin:/usr/local/opt/mysql-client/bin:/opt/flutter/bin:/Users/caziel/perl5/bin:~/.composer/ve | |
ndor/bin:/usr/local/share/dotnet:/Applications/Wireshark.app/Contents/MacOS:/usr/local/opt/go/libexec/bin | |
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks | |
/Applications/Xcode-beta.app/Contents/Developer/Headers /Applications/Xcode-beta.app/Contents/Developer/SDKs | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms | |
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist | |
PFE_FILE_C_DIALECTS = objective-c | |
PKGINFO_FILE_PATH = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo | |
PKGINFO_PATH = Runner.app/PkgInfo | |
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications | |
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin | |
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library | |
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs | |
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools | |
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr | |
PLATFORM_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform | |
PLATFORM_DISPLAY_NAME = iOS | |
PLATFORM_NAME = iphoneos | |
PLATFORM_PREFERRED_ARCH = arm64 | |
PLATFORM_PRODUCT_BUILD_VERSION = 17E5233e | |
PLIST_FILE_OUTPUT_FORMAT = binary | |
PLUGINS_FOLDER_PATH = Runner.app/PlugIns | |
PODS_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios | |
PODS_CONFIGURATION_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos | |
PODS_PODFILE_DIR_PATH = /Users/caziel/workspace/cgm/monitor/ios/. | |
PODS_ROOT = /Users/caziel/workspace/cgm/monitor/ios/Pods | |
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES | |
PRECOMP_DESTINATION_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders | |
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO | |
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders | |
PRODUCT_BUNDLE_IDENTIFIER = com.docmetric.gesundheitsmonitor | |
PRODUCT_BUNDLE_PACKAGE_TYPE = APPL | |
PRODUCT_MODULE_NAME = Runner | |
PRODUCT_NAME = Runner | |
PRODUCT_SETTINGS_PATH = /Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist | |
PRODUCT_TYPE = com.apple.product-type.application | |
PROFILING_CODE = NO | |
PROJECT = Runner | |
PROJECT_DERIVED_FILE_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/DerivedSources | |
PROJECT_DIR = /Users/caziel/workspace/cgm/monitor/ios | |
PROJECT_FILE_PATH = /Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj | |
PROJECT_NAME = Runner | |
PROJECT_TEMP_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build | |
PROJECT_TEMP_ROOT = /Users/caziel/workspace/cgm/monitor/build/ios | |
PROVISIONING_PROFILE_REQUIRED = YES | |
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers | |
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES | |
REMOVE_CVS_FROM_RESOURCES = YES | |
REMOVE_GIT_FROM_RESOURCES = YES | |
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES | |
REMOVE_HG_FROM_RESOURCES = YES | |
REMOVE_SVN_FROM_RESOURCES = YES | |
RESOURCE_RULES_REQUIRED = YES | |
REZ_COLLECTOR_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources | |
REZ_OBJECTS_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects | |
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO | |
SCRIPTS_FOLDER_PATH = Runner.app/Scripts | |
SDKROOT = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk | |
SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk | |
SDK_DIR_iphoneos13_4 = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk | |
SDK_NAME = iphoneos13.4 | |
SDK_NAMES = iphoneos13.4 | |
SDK_PRODUCT_BUILD_VERSION = 17E5233e | |
SDK_VERSION = 13.4 | |
SDK_VERSION_ACTUAL = 130400 | |
SDK_VERSION_MAJOR = 130000 | |
SDK_VERSION_MINOR = 400 | |
SED = /usr/bin/sed | |
SEPARATE_STRIP = NO | |
SEPARATE_SYMBOL_EDIT = NO | |
SET_DIR_MODE_OWNER_GROUP = YES | |
SET_FILE_MODE_OWNER_GROUP = NO | |
SHALLOW_BUNDLE = YES | |
SHARED_DERIVED_FILE_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos/DerivedSources | |
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks | |
SHARED_PRECOMPS_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/SharedPrecompiledHeaders | |
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport | |
SKIP_INSTALL = NO | |
SOURCE_ROOT = /Users/caziel/workspace/cgm/monitor/ios | |
SRCROOT = /Users/caziel/workspace/cgm/monitor/ios | |
STRINGS_FILE_OUTPUT_ENCODING = binary | |
STRIP_BITCODE_FROM_COPIED_FILES = YES | |
STRIP_INSTALLED_PRODUCT = YES | |
STRIP_STYLE = all | |
STRIP_SWIFT_SYMBOLS = YES | |
SUPPORTED_DEVICE_FAMILIES = 1,2 | |
SUPPORTED_PLATFORMS = iphonesimulator iphoneos | |
SUPPORTS_MACCATALYST = NO | |
SUPPORTS_TEXT_BASED_API = NO | |
SWIFT_PLATFORM_TARGET_PREFIX = ios | |
SYMROOT = /Users/caziel/workspace/cgm/monitor/build/ios | |
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities | |
SYSTEM_APPS_DIR = /Applications | |
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices | |
SYSTEM_DEMOS_DIR = /Applications/Extras | |
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications | |
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities/Built Examples | |
SYSTEM_DEVELOPER_DIR = /Applications/Xcode-beta.app/Contents/Developer | |
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library | |
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Graphics Tools | |
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Java Tools | |
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Performance Tools | |
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes | |
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode-beta.app/Contents/Developer/Tools | |
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools | |
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools | |
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr | |
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities | |
SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions | |
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation | |
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions | |
SYSTEM_LIBRARY_DIR = /System/Library | |
TAPI_VERIFY_MODE = ErrorsOnly | |
TARGETED_DEVICE_FAMILY = 1,2 | |
TARGETNAME = Runner | |
TARGET_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Release-iphoneos | |
TARGET_NAME = Runner | |
TARGET_TEMP_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build | |
TEMP_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build | |
TEMP_FILES_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build | |
TEMP_FILE_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Runner.build/Release-iphoneos/Runner.build | |
TEMP_ROOT = /Users/caziel/workspace/cgm/monitor/build/ios | |
TEST_FRAMEWORK_SEARCH_PATHS = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks | |
TEST_LIBRARY_SEARCH_PATHS = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib | |
TOOLCHAIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
TRACK_WIDGET_CREATION = true | |
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO | |
UID = 501 | |
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app | |
UNSTRIPPED_PRODUCT = NO | |
USER = caziel | |
USER_APPS_DIR = /Users/caziel/Applications | |
USER_LIBRARY_DIR = /Users/caziel/Library | |
USE_DYNAMIC_NO_PIC = YES | |
USE_HEADERMAP = YES | |
USE_HEADER_SYMLINKS = NO | |
USE_LLVM_TARGET_TRIPLES = YES | |
USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES | |
USE_LLVM_TARGET_TRIPLES_FOR_LD = YES | |
USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES | |
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES | |
VALIDATE_PRODUCT = YES | |
VALIDATE_WORKSPACE = NO | |
VALID_ARCHS = arm64 arm64e armv7 armv7s | |
VERBOSE_PBXCP = NO | |
VERSIONING_SYSTEM = apple-generic | |
VERSIONPLIST_PATH = Runner.app/version.plist | |
VERSION_INFO_BUILDER = caziel | |
VERSION_INFO_FILE = Runner_vers.c | |
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-326" | |
WRAPPER_EXTENSION = app | |
WRAPPER_NAME = Runner.app | |
WRAPPER_SUFFIX = .app | |
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO | |
XCODE_APP_SUPPORT_DIR = /Applications/Xcode-beta.app/Contents/Developer/Library/Xcode | |
XCODE_PRODUCT_BUILD_VERSION = 11N123k | |
XCODE_VERSION_ACTUAL = 1140 | |
XCODE_VERSION_MAJOR = 1100 | |
XCODE_VERSION_MINOR = 1140 | |
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices | |
YACC = yacc | |
arch = arm64 | |
variant = normal | |
[ +32 ms] Building Runner.app for 163D900A-C4F6-4E42-B06C-F3E4C3BB0623. | |
[ +44 ms] Initializing file store | |
[ +11 ms] Done initializing file store | |
[ +57 ms] executing: script /dev/null /usr/bin/log stream --style syslog --predicate processImagePath CONTAINS "163D900A-C4F6-4E42-B06C-F3E4C3BB0623" | |
[ +149 ms] [DEVICE LOG] Filtering the log data using "processImagePath CONTAINS "163D900A-C4F6-4E42-B06C-F3E4C3BB0623"" | |
[+2030 ms] Skipping target: kernel_snapshot | |
[ +933 ms] Skipping target: copy_flutter_bundle | |
[ ] Persisting file store | |
[ +7 ms] Done persisting file store | |
[ +29 ms] executing: [/Users/caziel/workspace/cgm/monitor/ios/] /usr/bin/xcodebuild -list | |
[+2368 ms] Command line invocation: | |
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild -list | |
Information about project "Runner": | |
Targets: | |
Runner | |
Build Configurations: | |
Debug | |
Release | |
Profile | |
If no build configuration is specified and -scheme is not passed then "Release" is used. | |
Schemes: | |
Runner | |
[ +105 ms] Found plugin flutter_keyboard_visibility at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/ | |
[ +28 ms] Found plugin geolocator at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ | |
[ +2 ms] Found plugin google_api_availability at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-2.0.2/ | |
[ +11 ms] Found plugin location_permissions at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/location_permissions-2.0.4+1/ | |
[ +9 ms] Found plugin package_info at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+13/ | |
[ +6 ms] Found plugin shared_preferences at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6+2/ | |
[ +1 ms] Found plugin shared_preferences_macos at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+6/ | |
[ +17 ms] Found plugin shared_preferences_web at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+4/ | |
[ +31 ms] Found plugin url_launcher at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/ | |
[ +1 ms] Found plugin url_launcher_macos at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+2/ | |
[ +2 ms] Found plugin url_launcher_web at /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.0+2/ | |
[ +62 ms] executing: which pod | |
[ +9 ms] executing: pod --version | |
[ +981 ms] 1.8.4 | |
[ +13 ms] executing: mkfifo /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout | |
[ +5 ms] Exit code 0 from: mkfifo /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout | |
[ +3 ms] Running Xcode build... | |
[ +3 ms] executing: [/Users/caziel/workspace/cgm/monitor/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme | |
Runner BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios -sdk iphonesimulator -arch x86_64 | |
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true | |
COMPILER_INDEX_STORE_ENABLE=NO | |
[+9279 ms] Running Xcode build... (completed in 9,267ms, longer than expected) | |
[ +1 ms] └─Compiling, linking and signing... | |
[+5120 ms] Command line invocation: | |
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme | |
Runner BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios -sdk iphonesimulator -arch x86_64 | |
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true | |
COMPILER_INDEX_STORE_ENABLE=NO | |
Build settings from command line: | |
ARCHS = x86_64 | |
BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios | |
COMPILER_INDEX_STORE_ENABLE = NO | |
FLUTTER_SUPPRESS_ANALYTICS = true | |
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout | |
SDKROOT = iphonesimulator13.4 | |
VERBOSE_SCRIPT_LOGGING = YES | |
note: Using new build system | |
note: Building targets in parallel | |
note: Planning build | |
note: Constructing build description | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_info.b | |
uild/Objects-normal/x86_64/FLTPackageInfoPlugin.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+13/ios/Classes/FLTPackageInfoPlugin.m normal | |
x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'package_info' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=package_info -Wno-trigraphs -fpascal-strings -O0 | |
-fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/package_info-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_ | |
info.build/package_info-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_ | |
info.build/package_info-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/package_info-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/package_info | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_ | |
info.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_ | |
info.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_ | |
info.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ | |
Files/package_info/package_info-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/Objects-normal/x86_64/FLTPackageInfoPlugin.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/Objects-normal/x86_64/FLTPackageInfoPlugin.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+13/ios/Classes/FLTPackageInfoPlugin.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/Objects-normal/x86_64/FLTPackageInfoPlugin.o | |
Libtool /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info/libpackage_info.a normal x86_64 (in target 'package_info' from project | |
'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export IPHONEOS_DEPLOYMENT_TARGET=8.0 | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/Objects-normal/x86_64/package_info.LinkFileList -dependency_info | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/package_in | |
fo.build/Objects-normal/x86_64/package_info_libtool_dependency_info.dat -o | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info/libpackage_info.a | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launcher.b | |
uild/Objects-normal/x86_64/FLTURLLauncherPlugin.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/ios/Classes/FLTURLLauncherPlugin.m normal | |
x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'url_launcher' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=url_launcher -Wno-trigraphs -fpascal-strings -O0 | |
-fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/url_launcher-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_laun | |
cher.build/url_launcher-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_laun | |
cher.build/url_launcher-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/url_launcher-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/url_launcher | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_laun | |
cher.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_laun | |
cher.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_laun | |
cher.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ | |
Files/url_launcher/url_launcher-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/Objects-normal/x86_64/FLTURLLauncherPlugin.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/Objects-normal/x86_64/FLTURLLauncherPlugin.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/ios/Classes/FLTURLLauncherPlugin.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/Objects-normal/x86_64/FLTURLLauncherPlugin.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_prefere | |
nces.build/Objects-normal/x86_64/FLTSharedPreferencesPlugin.o | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6+2/ios/Classes/FLTSharedPreferencesPlugin.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'shared_preferences' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=shared_preferences -Wno-trigraphs -fpascal-strings | |
-O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code | |
-Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak | |
-Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter | |
-Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants | |
-Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion | |
-Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector | |
-Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/shared_preferences-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_p | |
references.build/shared_preferences-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_p | |
references.build/shared_preferences-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/shared_preferences-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/shared_preferences | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_p | |
references.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_p | |
references.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_p | |
references.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ | |
Files/shared_preferences/shared_preferences-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/Objects-normal/x86_64/FLTSharedPreferencesPlugin.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/Objects-normal/x86_64/FLTSharedPreferencesPlugin.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.6+2/ios/Classes/FLTSharedPreferencesPlugin.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/Objects-normal/x86_64/FLTSharedPreferencesPlugin.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_permi | |
ssions.build/Objects-normal/x86_64/LocationPermissionsPlugin.o | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/location_permissions-2.0.4+1/ios/Classes/LocationPermissionsPlugin.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'location_permissions' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/location_permissions-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location | |
_permissions.build/location_permissions-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location | |
_permissions.build/location_permissions-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/location_permissions-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/location_permissions | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location | |
_permissions.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location | |
_permissions.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location | |
_permissions.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ | |
Files/location_permissions/location_permissions-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/Objects-normal/x86_64/LocationPermissionsPlugin.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/Objects-normal/x86_64/LocationPermissionsPlugin.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/location_permissions-2.0.4+1/ios/Classes/LocationPermissionsPlugin.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/Objects-normal/x86_64/LocationPermissionsPlugin.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api_ava | |
ilability.build/Objects-normal/x86_64/GoogleApiAvailabilityPlugin.o | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-2.0.2/ios/Classes/GoogleApiAvailabilityPlugin.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'google_api_availability' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/google_api_availability-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_a | |
pi_availability.build/google_api_availability-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_a | |
pi_availability.build/google_api_availability-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/google_api_availability-project-headers.hmap | |
-I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/google_api_availability | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_a | |
pi_availability.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_a | |
pi_availability.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_a | |
pi_availability.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ | |
Files/google_api_availability/google_api_availability-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/Objects-normal/x86_64/GoogleApiAvailabilityPlugin.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/Objects-normal/x86_64/GoogleApiAvailabilityPlugin.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/google_api_availability-2.0.2/ios/Classes/GoogleApiAvailabilityPlugin.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/Objects-normal/x86_64/GoogleApiAvailabilityPlugin.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator.bui | |
ld/Objects-normal/x86_64/Task.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/Task.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'geolocator' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ Files/geolocator/geolocator-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/Task.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/Task.dia -c /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/Task.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/Task.o | |
Libtool /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability/libgoogle_api_availability.a normal x86_64 (in target | |
'google_api_availability' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export IPHONEOS_DEPLOYMENT_TARGET=8.0 | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/Objects-normal/x86_64/google_api_availability.LinkFileList -dependency_info | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/google_api | |
_availability.build/Objects-normal/x86_64/google_api_availability_libtool_dependency_info.dat -o | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability/libgoogle_api_availability.a | |
Libtool /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences/libshared_preferences.a normal x86_64 (in target | |
'shared_preferences' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export IPHONEOS_DEPLOYMENT_TARGET=8.0 | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/Objects-normal/x86_64/shared_preferences.LinkFileList -dependency_info | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/shared_pre | |
ferences.build/Objects-normal/x86_64/shared_preferences_libtool_dependency_info.dat -o | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences/libshared_preferences.a | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_keyboa | |
rd_visibility.build/Objects-normal/x86_64/KeyboardVisibilityPlugin.o | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/ios/Classes/KeyboardVisibilityPlugin.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'flutter_keyboard_visibility' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/flutter_keyboard_visibility-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ | |
keyboard_visibility.build/flutter_keyboard_visibility-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ | |
keyboard_visibility.build/flutter_keyboard_visibility-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/flutter_keyboard_visibility-project-headers.hmap | |
-I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/flutter_keyboard_visibility | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ | |
keyboard_visibility.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ | |
keyboard_visibility.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ | |
keyboard_visibility.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ | |
Files/flutter_keyboard_visibility/flutter_keyboard_visibility-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/Objects-normal/x86_64/KeyboardVisibilityPlugin.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/Objects-normal/x86_64/KeyboardVisibilityPlugin.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-0.7.0/ios/Classes/KeyboardVisibilityPlugin.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/Objects-normal/x86_64/KeyboardVisibilityPlugin.o | |
Libtool /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions/liblocation_permissions.a normal x86_64 (in target | |
'location_permissions' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export IPHONEOS_DEPLOYMENT_TARGET=8.0 | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/Objects-normal/x86_64/location_permissions.LinkFileList -dependency_info | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/location_p | |
ermissions.build/Objects-normal/x86_64/location_permissions_libtool_dependency_info.dat -o | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions/liblocation_permissions.a | |
Libtool /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher/liburl_launcher.a normal x86_64 (in target 'url_launcher' from project | |
'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export IPHONEOS_DEPLOYMENT_TARGET=8.0 | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/Objects-normal/x86_64/url_launcher.LinkFileList -dependency_info | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/url_launch | |
er.build/Objects-normal/x86_64/url_launcher_libtool_dependency_info.dat -o | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher/liburl_launcher.a | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator.bui | |
ld/Objects-normal/x86_64/LastKnownLocationTask.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/LastKnownLocationTask.m | |
normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'geolocator' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ Files/geolocator/geolocator-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/LastKnownLocationTask.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/LastKnownLocationTask.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/LastKnownLocationTask.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/LastKnownLocationTask.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator.bui | |
ld/Objects-normal/x86_64/GeolocatorPlugin.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/GeolocatorPlugin.m normal x86_64 | |
objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'geolocator' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ Files/geolocator/geolocator-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/GeolocatorPlugin.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/GeolocatorPlugin.dia -c /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/GeolocatorPlugin.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/GeolocatorPlugin.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator.bui | |
ld/Objects-normal/x86_64/LocationTask.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/LocationTask.m normal x86_64 | |
objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'geolocator' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ Files/geolocator/geolocator-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/LocationTask.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/LocationTask.dia -c /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/LocationTask.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/LocationTask.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator.bui | |
ld/Objects-normal/x86_64/GeocodeTask.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/GeocodeTask.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'geolocator' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ Files/geolocator/geolocator-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/GeocodeTask.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/GeocodeTask.dia -c /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/GeocodeTask.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/GeocodeTask.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator.bui | |
ld/Objects-normal/x86_64/CalculateDistanceTask.o /opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/CalculateDistanceTask.m | |
normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'geolocator' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations | |
-DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -Wunguarded-availability -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/geolocator-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/geolocator-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Private/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocat | |
or.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-include /Users/caziel/workspace/cgm/monitor/ios/Pods/Target\ Support\ Files/geolocator/geolocator-prefix.pch -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/CalculateDistanceTask.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/CalculateDistanceTask.dia -c | |
/opt/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-5.2.1/ios/Classes/Tasks/CalculateDistanceTask.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/CalculateDistanceTask.o | |
Libtool /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility/libflutter_keyboard_visibility.a normal x86_64 (in target | |
'flutter_keyboard_visibility' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export IPHONEOS_DEPLOYMENT_TARGET=8.0 | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/Objects-normal/x86_64/flutter_keyboard_visibility.LinkFileList -dependency_info | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_ke | |
yboard_visibility.build/Objects-normal/x86_64/flutter_keyboard_visibility_libtool_dependency_info.dat -o | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility/libflutter_keyboard_visibility.a | |
Libtool /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/libgeolocator.a normal x86_64 (in target 'geolocator' from project 'Pods') | |
cd /Users/caziel/workspace/cgm/monitor/ios/Pods | |
export IPHONEOS_DEPLOYMENT_TARGET=8.0 | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/geolocator.LinkFileList -dependency_info | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/geolocator | |
.build/Objects-normal/x86_64/geolocator_libtool_dependency_info.dat -o | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator/libgeolocator.a | |
ProcessProductPackaging "" | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Runner.app.xcent (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
Entitlements: | |
{ | |
"com.apple.security.get-task-allow" = 1; | |
} | |
builtin-productPackagingUtility -entitlements -format xml -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner.app.xcent | |
ProcessProductPackaging "" | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Runner.app-Simulated.xcent (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
Entitlements: | |
{ | |
"application-identifier" = "7RU6MCSKDS.com.docmetric.gesundheitsmonitor"; | |
"keychain-access-groups" = ( | |
"7RU6MCSKDS.com.docmetric.gesundheitsmonitor" | |
); | |
} | |
builtin-productPackagingUtility -entitlements -format xml -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner.app-Simulated.xcent | |
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Script-89F3E3C52D8F57E7676D33A8.sh (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
/bin/sh -c | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Script-89F3E3C52D8F57E7676D33A8.sh | |
PhaseScriptExecution Run\ Script | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Script-9740EEB61CF901F6004384FC.sh (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export ACTION=build | |
export AD_HOC_CODE_SIGNING_ALLOWED=YES | |
export ALTERNATE_GROUP=staff | |
export ALTERNATE_MODE=u+w,go-w,a+rX | |
export ALTERNATE_OWNER=caziel | |
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO | |
export ALWAYS_SEARCH_USER_PATHS=NO | |
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO | |
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer | |
export APPLE_INTERNAL_DIR=/AppleInternal | |
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation | |
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library | |
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools | |
export APPLICATION_EXTENSION_API_ONLY=NO | |
export APPLY_RULES_IN_COPY_FILES=NO | |
export APPLY_RULES_IN_COPY_HEADERS=NO | |
export ARCHS=x86_64 | |
export ARCHS_STANDARD=x86_64 | |
export ARCHS_STANDARD_32_64_BIT="i386 x86_64" | |
export ARCHS_STANDARD_32_BIT=i386 | |
export ARCHS_STANDARD_64_BIT=x86_64 | |
export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64 | |
export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64" | |
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon | |
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator" | |
export AppIdentifierPrefix=7RU6MCSKDS. | |
export BITCODE_GENERATION_MODE=marker | |
export BUILD_ACTIVE_RESOURCES_ONLY=YES | |
export BUILD_COMPONENTS="headers build" | |
export BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios | |
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO | |
export BUILD_ROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Products | |
export BUILD_STYLE= | |
export BUILD_VARIANTS=normal | |
export BUILT_PRODUCTS_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/ | |
export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS | |
export BUNDLE_FORMAT=shallow | |
export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks | |
export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns | |
export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders | |
export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers | |
export CACHE_ROOT=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
export CCHROOT=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
export CHMOD=/bin/chmod | |
export CHOWN=/usr/sbin/chown | |
export CLANG_ANALYZER_NONNULL=YES | |
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x | |
export CLANG_CXX_LIBRARY=libc++ | |
export CLANG_ENABLE_MODULES=YES | |
export CLANG_ENABLE_OBJC_ARC=YES | |
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation | |
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES | |
export CLANG_WARN_BOOL_CONVERSION=YES | |
export CLANG_WARN_COMMA=YES | |
export CLANG_WARN_CONSTANT_CONVERSION=YES | |
export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES | |
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR | |
export CLANG_WARN_EMPTY_BODY=YES | |
export CLANG_WARN_ENUM_CONVERSION=YES | |
export CLANG_WARN_INFINITE_RECURSION=YES | |
export CLANG_WARN_INT_CONVERSION=YES | |
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES | |
export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES | |
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES | |
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR | |
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES | |
export CLANG_WARN_STRICT_PROTOTYPES=YES | |
export CLANG_WARN_SUSPICIOUS_MOVE=YES | |
export CLANG_WARN_UNREACHABLE_CODE=YES | |
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES | |
export | |
CLASS_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesim | |
ulator/Runner.build/JavaClasses | |
export CLEAN_PRECOMPS=YES | |
export CLONE_HEADERS=NO | |
export CODESIGNING_FOLDER_PATH=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app | |
export CODE_SIGNING_ALLOWED=YES | |
export CODE_SIGNING_REQUIRED=YES | |
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext | |
export CODE_SIGN_IDENTITY="Apple Development" | |
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES | |
export CODE_SIGN_STYLE=Automatic | |
export COLOR_DIAGNOSTICS=NO | |
export COMBINE_HIDPI_IMAGES=NO | |
export COMPILER_INDEX_STORE_ENABLE=NO | |
export COMPOSITE_SDK_DIRS=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/CompositeSDKs | |
export COMPRESS_PNG_FILES=YES | |
export CONFIGURATION=Debug | |
export CONFIGURATION_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export | |
CONFIGURATION_TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-i | |
phonesimulator | |
export CONTENTS_FOLDER_PATH=Runner.app | |
export COPYING_PRESERVES_HFS_DATA=NO | |
export COPY_HEADERS_RUN_UNIFDEF=NO | |
export COPY_PHASE_STRIP=NO | |
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES | |
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform | |
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos | |
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk | |
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos13.4 | |
export CP=/bin/cp | |
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO | |
export CURRENT_ARCH=undefined_arch | |
export CURRENT_PROJECT_VERSION=326 | |
export CURRENT_VARIANT=normal | |
export DEAD_CODE_STRIPPING=YES | |
export DEBUGGING_SYMBOLS=YES | |
export DEBUG_INFORMATION_FORMAT=dwarf | |
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0 | |
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions | |
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions | |
export DEFINES_MODULE=NO | |
export DEPLOYMENT_LOCATION=NO | |
export DEPLOYMENT_POSTPROCESSING=NO | |
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET | |
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min | |
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min= | |
export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET | |
export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_simulator_version_min | |
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET | |
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 | |
13.1 13.2 13.3 13.4" | |
export | |
DERIVED_FILES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphone | |
simulator/Runner.build/DerivedSources | |
export | |
DERIVED_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphones | |
imulator/Runner.build/DerivedSources | |
export | |
DERIVED_SOURCES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-ipho | |
nesimulator/Runner.build/DerivedSources | |
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications | |
export DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
export DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer | |
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library | |
export DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs | |
export DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Tools | |
export DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr | |
export DEVELOPMENT_LANGUAGE=en | |
export DOCUMENTATION_FOLDER_PATH=Runner.app/en.lproj/Documentation | |
export DONT_GENERATE_INFOPLIST_FILE=NO | |
export DO_HEADER_SCANNING_IN_JAM=NO | |
export DSTROOT=/tmp/Runner.dst | |
export DT_TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM | |
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO | |
export DWARF_DSYM_FOLDER_PATH=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator | |
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO | |
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO | |
export ENABLE_BITCODE=NO | |
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES | |
export ENABLE_HARDENED_RUNTIME=NO | |
export ENABLE_HEADER_DEPENDENCIES=YES | |
export ENABLE_ON_DEMAND_RESOURCES=YES | |
export ENABLE_PREVIEWS=NO | |
export ENABLE_STRICT_OBJC_MSGSEND=YES | |
export ENABLE_TESTABILITY=YES | |
export ENABLE_TESTING_SEARCH_PATHS=NO | |
export ENTITLEMENTS_DESTINATION=__entitlements | |
export ENTITLEMENTS_REQUIRED=YES | |
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS" | |
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj" | |
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables | |
export EXECUTABLE_FOLDER_PATH=Runner.app | |
export EXECUTABLE_NAME=Runner | |
export EXECUTABLE_PATH=Runner.app/Runner | |
export EXPANDED_CODE_SIGN_IDENTITY=- | |
export EXPANDED_CODE_SIGN_IDENTITY_NAME=- | |
export | |
FILE_LIST=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulato | |
r/Runner.build/Objects/LinkFileList | |
export | |
FIXED_FILES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build/FixedFiles | |
export FLUTTER_APPLICATION_PATH=/Users/caziel/workspace/cgm/monitor | |
export FLUTTER_BUILD_DIR=build | |
export FLUTTER_BUILD_NAME=1.0.0 | |
export FLUTTER_BUILD_NUMBER=326 | |
export FLUTTER_FRAMEWORK_DIR=/opt/flutter/bin/cache/artifacts/engine/ios | |
export FLUTTER_ROOT=/opt/flutter | |
export FLUTTER_SUPPRESS_ANALYTICS=true | |
export FLUTTER_TARGET=/Users/caziel/workspace/cgm/monitor/lib/main.dart | |
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks | |
export FRAMEWORK_FLAG_PREFIX=-framework | |
export FRAMEWORK_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator "/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" /Users/caziel/workspace/cgm/monitor/ios/Flutter" | |
export FRAMEWORK_VERSION=A | |
export FULL_PRODUCT_NAME=Runner.app | |
export GCC3_VERSION=3.3 | |
export GCC_C_LANGUAGE_STANDARD=gnu99 | |
export GCC_DYNAMIC_NO_PIC=NO | |
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES | |
export GCC_NO_COMMON_BLOCKS=YES | |
export GCC_OBJC_LEGACY_DISPATCH=YES | |
export GCC_OPTIMIZATION_LEVEL=0 | |
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++" | |
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 COCOAPODS=1 COCOAPODS=1" | |
export GCC_SYMBOLS_PRIVATE_EXTERN=NO | |
export GCC_TREAT_WARNINGS_AS_ERRORS=NO | |
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0 | |
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0 | |
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES | |
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR | |
export GCC_WARN_UNDECLARED_SELECTOR=YES | |
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE | |
export GCC_WARN_UNUSED_FUNCTION=YES | |
export GCC_WARN_UNUSED_VARIABLE=YES | |
export GENERATE_MASTER_OBJECT_FILE=NO | |
export GENERATE_PKGINFO_FILE=YES | |
export GENERATE_PROFILING_CODE=NO | |
export GENERATE_TEXT_BASED_STUBS=NO | |
export GID=20 | |
export GROUP=staff | |
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES | |
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES | |
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES | |
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES | |
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES | |
export HEADERMAP_USES_VFS=NO | |
export HEADER_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/include | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher"" | |
export HIDE_BITCODE_SYMBOLS=YES | |
export HOME=/Users/caziel | |
export ICONV=/usr/bin/iconv | |
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES | |
export INFOPLIST_FILE=Runner/Info.plist | |
export INFOPLIST_OUTPUT_FORMAT=binary | |
export INFOPLIST_PATH=Runner.app/Info.plist | |
export INFOPLIST_PREPROCESS=NO | |
export INFOSTRINGS_PATH=Runner.app/en.lproj/InfoPlist.strings | |
export INLINE_PRIVATE_FRAMEWORKS=NO | |
export INSTALLHDRS_COPY_PHASE=NO | |
export INSTALLHDRS_SCRIPT_PHASE=NO | |
export INSTALL_DIR=/tmp/Runner.dst/Applications | |
export INSTALL_GROUP=staff | |
export INSTALL_MODE_FLAG=u+w,go-w,a+rX | |
export INSTALL_OWNER=caziel | |
export INSTALL_PATH=/Applications | |
export INSTALL_ROOT=/tmp/Runner.dst | |
export IPHONEOS_DEPLOYMENT_TARGET=13.1 | |
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" | |
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub | |
export JAVA_ARCHIVE_CLASSES=YES | |
export JAVA_ARCHIVE_TYPE=JAR | |
export JAVA_COMPILER=/usr/bin/javac | |
export JAVA_FOLDER_PATH=Runner.app/Java | |
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources | |
export JAVA_JAR_FLAGS=cv | |
export JAVA_SOURCE_SUBDIR=. | |
export JAVA_USE_DEPENDENCIES=YES | |
export JAVA_ZIP_FLAGS=-urg | |
export JIKES_DEFAULT_FLAGS="+E +OLDCSO" | |
export KEEP_PRIVATE_EXTERNS=NO | |
export | |
LD_DEPENDENCY_INFO_FILE=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug- | |
iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat | |
export | |
LD_ENTITLEMENTS_SECTION=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug- | |
iphonesimulator/Runner.build/Runner.app-Simulated.xcent | |
export LD_GENERATE_MAP_FILE=NO | |
export | |
LD_MAP_FILE_PATH=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphones | |
imulator/Runner.build/Runner-LinkMap-normal-undefined_arch.txt | |
export LD_NO_PIE=NO | |
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES | |
export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' | |
@executable_path/Frameworks" | |
export LEGACY_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer | |
export LEX=lex | |
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions | |
export LIBRARY_FLAG_NOSPACE=YES | |
export LIBRARY_FLAG_PREFIX=-l | |
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions | |
export LIBRARY_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher" /Users/caziel/workspace/cgm/monitor/ios/Flutter" | |
export LINKER_DISPLAYS_MANGLED_NAMES=NO | |
export | |
LINK_FILE_LIST_normal_x86_64=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/D | |
ebug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList | |
export LINK_WITH_STANDARD_LIBRARIES=YES | |
export LLVM_TARGET_TRIPLE_OS_VERSION=ios13.1 | |
export LLVM_TARGET_TRIPLE_SUFFIX=-simulator | |
export LLVM_TARGET_TRIPLE_VENDOR=apple | |
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/en.lproj | |
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString" | |
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES | |
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities | |
export LOCAL_APPS_DIR=/Applications | |
export LOCAL_DEVELOPER_DIR=/Library/Developer | |
export LOCAL_LIBRARY_DIR=/Library | |
export LOCROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export LOCSYMROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export MACH_O_TYPE=mh_execute | |
export MAC_OS_X_PRODUCT_BUILD_VERSION=19D76 | |
export MAC_OS_X_VERSION_ACTUAL=101503 | |
export MAC_OS_X_VERSION_MAJOR=101500 | |
export MAC_OS_X_VERSION_MINOR=1503 | |
export METAL_LIBRARY_FILE_BASE=default | |
export METAL_LIBRARY_OUTPUT_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app | |
export MODULES_FOLDER_PATH=Runner.app/Modules | |
export MODULE_CACHE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex | |
export MTL_ENABLE_DEBUG_INFO=YES | |
export NATIVE_ARCH=x86_64 | |
export NATIVE_ARCH_32_BIT=i386 | |
export NATIVE_ARCH_64_BIT=x86_64 | |
export NATIVE_ARCH_ACTUAL=x86_64 | |
export NO_COMMON=YES | |
export OBJC_ABI_VERSION=2 | |
export | |
OBJECT_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build/Objects | |
export | |
OBJECT_FILE_DIR_normal=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-i | |
phonesimulator/Runner.build/Objects-normal | |
export OBJROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
export ONLY_ACTIVE_ARCH=YES | |
export OS=MACOS | |
export OSAC=/usr/bin/osacompile | |
export OTHER_CFLAGS=" -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap"" | |
export OTHER_CPLUSPLUSFLAGS=" -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap"" | |
export OTHER_LDFLAGS=" -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" -l"location_permissions" -l"package_info" | |
-l"shared_preferences" -l"url_launcher" -framework "Flutter" -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" | |
-l"location_permissions" -l"package_info" -l"shared_preferences" -l"url_launcher" -framework "Flutter"" | |
export OTHER_SWIFT_FLAGS=" -D COCOAPODS -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" -D COCOAPODS -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap"" | |
export PACKAGE_TYPE=com.apple.package-type.wrapper.application | |
export PASCAL_STRINGS=YES | |
export | |
PATH=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/X | |
codeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-bet | |
a.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/lo | |
cal/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/ | |
Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Deve | |
loper/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/opt/ruby/bin:/usr/local/lib/python2.7/site-packages:/usr/local/share/npm/bin:/usr/bin:/usr/sbin | |
:/bin:/sbin:/usr/local/heroku/bin:/usr/local/opt/mysql-client/bin:/opt/flutter/bin:/Users/caziel/perl5/bin:/usr/local/share/dotnet:/Applications/Wireshark.ap | |
p/Contents/MacOS:/usr/local/opt/go/libexec/bin | |
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks | |
/Applications/Xcode-beta.app/Contents/Developer/Headers /Applications/Xcode-beta.app/Contents/Developer/SDKs | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms" | |
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist | |
export | |
PER_ARCH_OBJECT_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug | |
-iphonesimulator/Runner.build/Objects-normal/undefined_arch | |
export | |
PER_VARIANT_OBJECT_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/De | |
bug-iphonesimulator/Runner.build/Objects-normal | |
export | |
PKGINFO_FILE_PATH=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphone | |
simulator/Runner.build/PkgInfo | |
export PKGINFO_PATH=Runner.app/PkgInfo | |
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications | |
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin | |
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library | |
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs | |
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools | |
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr | |
export PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform | |
export PLATFORM_DISPLAY_NAME="iOS Simulator" | |
export PLATFORM_FAMILY_NAME=iOS | |
export PLATFORM_NAME=iphonesimulator | |
export PLATFORM_PREFERRED_ARCH=x86_64 | |
export PLATFORM_PRODUCT_BUILD_VERSION=17E5233e | |
export PLIST_FILE_OUTPUT_FORMAT=binary | |
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns | |
export PODS_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios | |
export PODS_CONFIGURATION_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export PODS_PODFILE_DIR_PATH=/Users/caziel/workspace/cgm/monitor/ios/. | |
export PODS_ROOT=/Users/caziel/workspace/cgm/monitor/ios/Pods | |
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES | |
export | |
PRECOMP_DESTINATION_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug- | |
iphonesimulator/Runner.build/PrefixHeaders | |
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO | |
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders | |
export PRODUCT_BUNDLE_IDENTIFIER=com.docmetric.gesundheitsmonitor | |
export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL | |
export PRODUCT_MODULE_NAME=Runner | |
export PRODUCT_NAME=Runner | |
export PRODUCT_SETTINGS_PATH=/Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist | |
export PRODUCT_TYPE=com.apple.product-type.application | |
export PROFILING_CODE=NO | |
export PROJECT=Runner | |
export | |
PROJECT_DERIVED_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Deriv | |
edSources | |
export PROJECT_DIR=/Users/caziel/workspace/cgm/monitor/ios | |
export PROJECT_FILE_PATH=/Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj | |
export PROJECT_NAME=Runner | |
export PROJECT_TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build | |
export PROJECT_TEMP_ROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers | |
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES | |
export REMOVE_CVS_FROM_RESOURCES=YES | |
export REMOVE_GIT_FROM_RESOURCES=YES | |
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES | |
export REMOVE_HG_FROM_RESOURCES=YES | |
export REMOVE_SVN_FROM_RESOURCES=YES | |
export | |
REZ_COLLECTOR_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphone | |
simulator/Runner.build/ResourceManagerResources | |
export | |
REZ_OBJECTS_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build/ResourceManagerResources/Objects | |
export REZ_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator " | |
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO | |
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts | |
export SCRIPT_INPUT_FILE_COUNT=0 | |
export SCRIPT_INPUT_FILE_LIST_COUNT=0 | |
export SCRIPT_OUTPUT_FILE_COUNT=0 | |
export SCRIPT_OUTPUT_FILE_LIST_COUNT=0 | |
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout | |
export SDKROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
export SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
export SDK_DIR_iphonesimulator13_4=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
export SDK_NAME=iphonesimulator13.4 | |
export SDK_NAMES=iphonesimulator13.4 | |
export SDK_PRODUCT_BUILD_VERSION=17E5233e | |
export SDK_VERSION=13.4 | |
export SDK_VERSION_ACTUAL=130400 | |
export SDK_VERSION_MAJOR=130000 | |
export SDK_VERSION_MINOR=400 | |
export SED=/usr/bin/sed | |
export SEPARATE_STRIP=NO | |
export SEPARATE_SYMBOL_EDIT=NO | |
export SET_DIR_MODE_OWNER_GROUP=YES | |
export SET_FILE_MODE_OWNER_GROUP=NO | |
export SHALLOW_BUNDLE=YES | |
export SHARED_DERIVED_FILE_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/DerivedSources | |
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks | |
export | |
SHARED_PRECOMPS_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/PrecompiledHeaders | |
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport | |
export SKIP_INSTALL=NO | |
export SOURCE_ROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export SRCROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export STRINGS_FILE_OUTPUT_ENCODING=binary | |
export STRIP_BITCODE_FROM_COPIED_FILES=NO | |
export STRIP_INSTALLED_PRODUCT=YES | |
export STRIP_STYLE=all | |
export STRIP_SWIFT_SYMBOLS=YES | |
export SUPPORTED_DEVICE_FAMILIES=1,2 | |
export SUPPORTED_PLATFORMS="iphoneos iphonesimulator" | |
export SUPPORTS_TEXT_BASED_API=NO | |
export SWIFT_PLATFORM_TARGET_PREFIX=ios | |
export | |
SWIFT_RESPONSE_FILE_PATH_normal_x86_64=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runn | |
er.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList | |
export SYMROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Products | |
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities | |
export SYSTEM_APPS_DIR=/Applications | |
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices | |
export SYSTEM_DEMOS_DIR=/Applications/Extras | |
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications | |
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities/Built Examples" | |
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer | |
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library" | |
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Graphics Tools" | |
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Java Tools" | |
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Performance Tools" | |
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes" | |
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode-beta.app/Contents/Developer/Tools | |
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools" | |
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools" | |
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr | |
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities | |
export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions | |
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation | |
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions | |
export SYSTEM_LIBRARY_DIR=/System/Library | |
export TAPI_VERIFY_MODE=ErrorsOnly | |
export TARGETED_DEVICE_FAMILY=1,2 | |
export TARGETNAME=Runner | |
export TARGET_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export TARGET_DEVICE_IDENTIFIER=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder | |
export TARGET_NAME=Runner | |
export | |
TARGET_TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build | |
export | |
TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator | |
/Runner.build | |
export | |
TEMP_FILES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesim | |
ulator/Runner.build | |
export | |
TEMP_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimu | |
lator/Runner.build | |
export TEMP_ROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
export TEST_FRAMEWORK_SEARCH_PATHS=" /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" | |
export TEST_LIBRARY_SEARCH_PATHS=" /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib" | |
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault | |
export TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
export TRACK_WIDGET_CREATION=true | |
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO | |
export TeamIdentifierPrefix=7RU6MCSKDS. | |
export UID=501 | |
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app | |
export UNSTRIPPED_PRODUCT=NO | |
export USER=caziel | |
export USER_APPS_DIR=/Users/caziel/Applications | |
export USER_LIBRARY_DIR=/Users/caziel/Library | |
export USE_DYNAMIC_NO_PIC=YES | |
export USE_HEADERMAP=YES | |
export USE_HEADER_SYMLINKS=NO | |
export USE_LLVM_TARGET_TRIPLES=YES | |
export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES | |
export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES | |
export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES | |
export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES | |
export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR | |
export VALIDATE_PRODUCT=NO | |
export VALIDATE_WORKSPACE=YES_ERROR | |
export VALID_ARCHS="i386 x86_64" | |
export VERBOSE_PBXCP=NO | |
export VERBOSE_SCRIPT_LOGGING=YES | |
export VERSIONING_SYSTEM=apple-generic | |
export VERSIONPLIST_PATH=Runner.app/version.plist | |
export VERSION_INFO_BUILDER=caziel | |
export VERSION_INFO_FILE=Runner_vers.c | |
export VERSION_INFO_STRING=""@(#)PROGRAM:Runner PROJECT:Runner-326"" | |
export WRAPPER_EXTENSION=app | |
export WRAPPER_NAME=Runner.app | |
export WRAPPER_SUFFIX=.app | |
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO | |
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode | |
export XCODE_PRODUCT_BUILD_VERSION=11N123k | |
export XCODE_VERSION_ACTUAL=1140 | |
export XCODE_VERSION_MAJOR=1100 | |
export XCODE_VERSION_MINOR=1140 | |
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices | |
export YACC=yacc | |
export arch=undefined_arch | |
export variant=normal | |
/bin/sh -c | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Script-9740EEB61CF901F6004384FC.sh | |
♦ mkdir -p -- /Users/caziel/workspace/cgm/monitor/ios/Flutter | |
♦ rm -rf -- /Users/caziel/workspace/cgm/monitor/ios/Flutter/App.framework | |
♦ rm -rf -- /Users/caziel/workspace/cgm/monitor/ios/Flutter/Flutter.framework | |
♦ cp -- /opt/flutter/bin/cache/artifacts/engine/ios/Flutter.podspec /Users/caziel/workspace/cgm/monitor/ios/Flutter | |
♦ cp -r -- /opt/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/caziel/workspace/cgm/monitor/ios/Flutter | |
♦ /opt/flutter/bin/flutter --verbose assemble --output=/Users/caziel/workspace/cgm/monitor/ios/Flutter/ -dTargetPlatform=ios | |
-dTargetFile=/Users/caziel/workspace/cgm/monitor/lib/main.dart -dBuildMode=debug -dIosArchs=x86_64 -dSplitDebugInfo= -dTreeShakeIcons=false | |
-dTrackWidgetCreation=true -dEnableBitcode= debug_ios_bundle_flutter_assets | |
[ +32 ms] executing: [/opt/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +43 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ ] 67826bdce54505760fe83b7ead70bdb5af6fe9f2 | |
[ ] executing: [/opt/flutter/] git describe --match v*.*.* --first-parent --long --tags | |
[ +62 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags | |
[ ] v1.15.3-0-g67826bdce | |
[ +9 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +6 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/dev | |
[ ] executing: [/opt/flutter/] git ls-remote --get-url origin | |
[ +6 ms] Exit code 0 from: git ls-remote --get-url origin | |
[ ] https://github.com/flutter/flutter.git | |
[ +59 ms] executing: [/opt/flutter/] git rev-parse --abbrev-ref HEAD | |
[ +8 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD | |
[ ] dev | |
[ +28 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. | |
[ +3 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. | |
[ +11 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 'IosUsbArtifacts' is not required, skipping update. | |
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. | |
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. | |
[ +111 ms] Initializing file store | |
[ +15 ms] Done initializing file store | |
[+2265 ms] Skipping target: kernel_snapshot | |
[ +7 ms] Skipping target: debug_universal_framework | |
[ +168 ms] debug_ios_bundle_flutter_assets: Starting due to {InvalidatedReason.outputMissing} | |
[ +484 ms] debug_ios_bundle_flutter_assets: Complete | |
[ +538 ms] Persisting file store | |
[ +13 ms] Done persisting file store | |
[ +6 ms] build succeeded. | |
[ +10 ms] "flutter assemble" took 3,676ms. | |
Project /Users/caziel/workspace/cgm/monitor built and packaged successfully. | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Objects-normal/x86_64/main.o /Users/caziel/workspace/cgm/monitor/ios/Runner/main.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in | |
target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios13.1-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 | |
-DCOCOAPODS=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/Runner-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/Runner-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/main.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/main.dia -c /Users/caziel/workspace/cgm/monitor/ios/Runner/main.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/main.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Objects-normal/x86_64/GeneratedPluginRegistrant.o /Users/caziel/workspace/cgm/monitor/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios13.1-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 | |
-DCOCOAPODS=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/Runner-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/Runner-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/GeneratedPluginRegistrant.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/GeneratedPluginRegistrant.dia -c /Users/caziel/workspace/cgm/monitor/ios/Runner/GeneratedPluginRegistrant.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/GeneratedPluginRegistrant.o | |
CompileC | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Objects-normal/x86_64/AppDelegate.o /Users/caziel/workspace/cgm/monitor/ios/Runner/AppDelegate.m normal x86_64 objective-c | |
com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export LANG=en_US.US-ASCII | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios13.1-simulator | |
-fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules | |
-fmodules-cache-path=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 | |
-fbuild-session-file=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session | |
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common | |
-Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties | |
-Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self | |
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable | |
-Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion | |
-Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion | |
-Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 | |
-DCOCOAPODS=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk -fasm-blocks -fstrict-aliasing | |
-Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes | |
-Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner-generated-files.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/Runner-own-target-headers.hmap | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/Runner-all-non-framework-target-headers.hmap -ivfsoverlay | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/all-product-headers.yaml -iquote | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner-project-headers.hmap -I/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/include | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info | |
-I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences -I/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources-normal/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources/x86_64 | |
-I/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner | |
.build/DerivedSources -F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-F/Users/caziel/workspace/cgm/monitor/ios/Flutter -F/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap | |
-fmodule-map-file=/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap -MMD -MT dependencies -MF | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/AppDelegate.dia -c /Users/caziel/workspace/cgm/monitor/ios/Runner/AppDelegate.m -o | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/AppDelegate.o | |
Ld /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Runner normal x86_64 (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios13.1-simulator -isysroot | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences | |
-L/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher -L/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
-F/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator -F/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter | |
-F/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter -F/Users/caziel/workspace/cgm/monitor/ios/Flutter -filelist | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/Runner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker | |
-rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip | |
-Xlinker -object_path_lto -Xlinker | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc | |
-fobjc-link-runtime -ObjC -lflutter_keyboard_visibility -lgeolocator -lgoogle_api_availability -llocation_permissions -lpackage_info -lshared_preferences | |
-lurl_launcher -framework Flutter -ObjC -lflutter_keyboard_visibility -lgeolocator -lgoogle_api_availability -llocation_permissions -lpackage_info | |
-lshared_preferences -lurl_launcher -framework Flutter -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner.app-Simulated.xcent -framework Flutter -framework App -lPods-Runner -Xlinker -dependency_info -Xlinker | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/Runner_dependency_info.dat -o /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Runner | |
PBXCp /Users/caziel/workspace/cgm/monitor/ios/Flutter/App.framework | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/App.framework (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude | |
\*.tbd -resolve-src-symlinks /Users/caziel/workspace/cgm/monitor/ios/Flutter/App.framework | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks | |
ProcessInfoPlistFile /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Info.plist | |
/Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
builtin-infoPlistUtility /Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist -producttype com.apple.product-type.application -genpkginfo | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator | |
-additionalcontentfile | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Base.lproj/LaunchScreen-SBPartialInfo.plist -additionalcontentfile | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Base.lproj/Main-SBPartialInfo.plist -additionalcontentfile | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/assetcatalog_generated_info.plist -o /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Info.plist | |
PBXCp /Users/caziel/workspace/cgm/monitor/ios/Flutter/Flutter.framework | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude | |
\*.tbd -resolve-src-symlinks /Users/caziel/workspace/cgm/monitor/ios/Flutter/Flutter.framework | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks | |
CodeSign /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/App.framework (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export CODESIGN_ALLOCATE=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate | |
Signing Identity: "-" | |
/usr/bin/codesign --force --sign - --timestamp=none --preserve-metadata=identifier,entitlements,flags | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/App.framework | |
CodeSign /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export CODESIGN_ALLOCATE=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate | |
Signing Identity: "-" | |
/usr/bin/codesign --force --sign - --timestamp=none --preserve-metadata=identifier,entitlements,flags | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework: replacing existing signature | |
PhaseScriptExecution Thin\ Binary | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Script-3B06AD1E1E4923F5004D2608.sh (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export ACTION=build | |
export AD_HOC_CODE_SIGNING_ALLOWED=YES | |
export ALTERNATE_GROUP=staff | |
export ALTERNATE_MODE=u+w,go-w,a+rX | |
export ALTERNATE_OWNER=caziel | |
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO | |
export ALWAYS_SEARCH_USER_PATHS=NO | |
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO | |
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer | |
export APPLE_INTERNAL_DIR=/AppleInternal | |
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation | |
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library | |
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools | |
export APPLICATION_EXTENSION_API_ONLY=NO | |
export APPLY_RULES_IN_COPY_FILES=NO | |
export APPLY_RULES_IN_COPY_HEADERS=NO | |
export ARCHS=x86_64 | |
export ARCHS_STANDARD=x86_64 | |
export ARCHS_STANDARD_32_64_BIT="i386 x86_64" | |
export ARCHS_STANDARD_32_BIT=i386 | |
export ARCHS_STANDARD_64_BIT=x86_64 | |
export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64 | |
export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64" | |
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon | |
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator" | |
export AppIdentifierPrefix=7RU6MCSKDS. | |
export BITCODE_GENERATION_MODE=marker | |
export BUILD_ACTIVE_RESOURCES_ONLY=YES | |
export BUILD_COMPONENTS="headers build" | |
export BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios | |
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO | |
export BUILD_ROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Products | |
export BUILD_STYLE= | |
export BUILD_VARIANTS=normal | |
export BUILT_PRODUCTS_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/ | |
export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS | |
export BUNDLE_FORMAT=shallow | |
export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks | |
export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns | |
export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders | |
export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers | |
export CACHE_ROOT=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
export CCHROOT=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
export CHMOD=/bin/chmod | |
export CHOWN=/usr/sbin/chown | |
export CLANG_ANALYZER_NONNULL=YES | |
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x | |
export CLANG_CXX_LIBRARY=libc++ | |
export CLANG_ENABLE_MODULES=YES | |
export CLANG_ENABLE_OBJC_ARC=YES | |
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation | |
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES | |
export CLANG_WARN_BOOL_CONVERSION=YES | |
export CLANG_WARN_COMMA=YES | |
export CLANG_WARN_CONSTANT_CONVERSION=YES | |
export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES | |
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR | |
export CLANG_WARN_EMPTY_BODY=YES | |
export CLANG_WARN_ENUM_CONVERSION=YES | |
export CLANG_WARN_INFINITE_RECURSION=YES | |
export CLANG_WARN_INT_CONVERSION=YES | |
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES | |
export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES | |
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES | |
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR | |
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES | |
export CLANG_WARN_STRICT_PROTOTYPES=YES | |
export CLANG_WARN_SUSPICIOUS_MOVE=YES | |
export CLANG_WARN_UNREACHABLE_CODE=YES | |
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES | |
export | |
CLASS_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesim | |
ulator/Runner.build/JavaClasses | |
export CLEAN_PRECOMPS=YES | |
export CLONE_HEADERS=NO | |
export CODESIGNING_FOLDER_PATH=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app | |
export CODE_SIGNING_ALLOWED=YES | |
export CODE_SIGNING_REQUIRED=YES | |
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext | |
export CODE_SIGN_IDENTITY="Apple Development" | |
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES | |
export CODE_SIGN_STYLE=Automatic | |
export COLOR_DIAGNOSTICS=NO | |
export COMBINE_HIDPI_IMAGES=NO | |
export COMPILER_INDEX_STORE_ENABLE=NO | |
export COMPOSITE_SDK_DIRS=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/CompositeSDKs | |
export COMPRESS_PNG_FILES=YES | |
export CONFIGURATION=Debug | |
export CONFIGURATION_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export | |
CONFIGURATION_TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-i | |
phonesimulator | |
export CONTENTS_FOLDER_PATH=Runner.app | |
export COPYING_PRESERVES_HFS_DATA=NO | |
export COPY_HEADERS_RUN_UNIFDEF=NO | |
export COPY_PHASE_STRIP=NO | |
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES | |
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform | |
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos | |
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk | |
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos13.4 | |
export CP=/bin/cp | |
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO | |
export CURRENT_ARCH=undefined_arch | |
export CURRENT_PROJECT_VERSION=326 | |
export CURRENT_VARIANT=normal | |
export DEAD_CODE_STRIPPING=YES | |
export DEBUGGING_SYMBOLS=YES | |
export DEBUG_INFORMATION_FORMAT=dwarf | |
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0 | |
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions | |
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions | |
export DEFINES_MODULE=NO | |
export DEPLOYMENT_LOCATION=NO | |
export DEPLOYMENT_POSTPROCESSING=NO | |
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET | |
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min | |
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min= | |
export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET | |
export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_simulator_version_min | |
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET | |
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 | |
13.1 13.2 13.3 13.4" | |
export | |
DERIVED_FILES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphone | |
simulator/Runner.build/DerivedSources | |
export | |
DERIVED_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphones | |
imulator/Runner.build/DerivedSources | |
export | |
DERIVED_SOURCES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-ipho | |
nesimulator/Runner.build/DerivedSources | |
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications | |
export DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
export DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer | |
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library | |
export DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs | |
export DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Tools | |
export DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr | |
export DEVELOPMENT_LANGUAGE=en | |
export DOCUMENTATION_FOLDER_PATH=Runner.app/en.lproj/Documentation | |
export DONT_GENERATE_INFOPLIST_FILE=NO | |
export DO_HEADER_SCANNING_IN_JAM=NO | |
export DSTROOT=/tmp/Runner.dst | |
export DT_TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM | |
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO | |
export DWARF_DSYM_FOLDER_PATH=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator | |
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO | |
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO | |
export ENABLE_BITCODE=NO | |
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES | |
export ENABLE_HARDENED_RUNTIME=NO | |
export ENABLE_HEADER_DEPENDENCIES=YES | |
export ENABLE_ON_DEMAND_RESOURCES=YES | |
export ENABLE_PREVIEWS=NO | |
export ENABLE_STRICT_OBJC_MSGSEND=YES | |
export ENABLE_TESTABILITY=YES | |
export ENABLE_TESTING_SEARCH_PATHS=NO | |
export ENTITLEMENTS_DESTINATION=__entitlements | |
export ENTITLEMENTS_REQUIRED=YES | |
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS" | |
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj" | |
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables | |
export EXECUTABLE_FOLDER_PATH=Runner.app | |
export EXECUTABLE_NAME=Runner | |
export EXECUTABLE_PATH=Runner.app/Runner | |
export EXPANDED_CODE_SIGN_IDENTITY=- | |
export EXPANDED_CODE_SIGN_IDENTITY_NAME=- | |
export | |
FILE_LIST=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulato | |
r/Runner.build/Objects/LinkFileList | |
export | |
FIXED_FILES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build/FixedFiles | |
export FLUTTER_APPLICATION_PATH=/Users/caziel/workspace/cgm/monitor | |
export FLUTTER_BUILD_DIR=build | |
export FLUTTER_BUILD_NAME=1.0.0 | |
export FLUTTER_BUILD_NUMBER=326 | |
export FLUTTER_FRAMEWORK_DIR=/opt/flutter/bin/cache/artifacts/engine/ios | |
export FLUTTER_ROOT=/opt/flutter | |
export FLUTTER_SUPPRESS_ANALYTICS=true | |
export FLUTTER_TARGET=/Users/caziel/workspace/cgm/monitor/lib/main.dart | |
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks | |
export FRAMEWORK_FLAG_PREFIX=-framework | |
export FRAMEWORK_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator "/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" /Users/caziel/workspace/cgm/monitor/ios/Flutter" | |
export FRAMEWORK_VERSION=A | |
export FULL_PRODUCT_NAME=Runner.app | |
export GCC3_VERSION=3.3 | |
export GCC_C_LANGUAGE_STANDARD=gnu99 | |
export GCC_DYNAMIC_NO_PIC=NO | |
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES | |
export GCC_NO_COMMON_BLOCKS=YES | |
export GCC_OBJC_LEGACY_DISPATCH=YES | |
export GCC_OPTIMIZATION_LEVEL=0 | |
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++" | |
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 COCOAPODS=1 COCOAPODS=1" | |
export GCC_SYMBOLS_PRIVATE_EXTERN=NO | |
export GCC_TREAT_WARNINGS_AS_ERRORS=NO | |
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0 | |
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0 | |
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES | |
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR | |
export GCC_WARN_UNDECLARED_SELECTOR=YES | |
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE | |
export GCC_WARN_UNUSED_FUNCTION=YES | |
export GCC_WARN_UNUSED_VARIABLE=YES | |
export GENERATE_MASTER_OBJECT_FILE=NO | |
export GENERATE_PKGINFO_FILE=YES | |
export GENERATE_PROFILING_CODE=NO | |
export GENERATE_TEXT_BASED_STUBS=NO | |
export GID=20 | |
export GROUP=staff | |
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES | |
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES | |
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES | |
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES | |
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES | |
export HEADERMAP_USES_VFS=NO | |
export HEADER_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/include | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher"" | |
export HIDE_BITCODE_SYMBOLS=YES | |
export HOME=/Users/caziel | |
export ICONV=/usr/bin/iconv | |
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES | |
export INFOPLIST_FILE=Runner/Info.plist | |
export INFOPLIST_OUTPUT_FORMAT=binary | |
export INFOPLIST_PATH=Runner.app/Info.plist | |
export INFOPLIST_PREPROCESS=NO | |
export INFOSTRINGS_PATH=Runner.app/en.lproj/InfoPlist.strings | |
export INLINE_PRIVATE_FRAMEWORKS=NO | |
export INSTALLHDRS_COPY_PHASE=NO | |
export INSTALLHDRS_SCRIPT_PHASE=NO | |
export INSTALL_DIR=/tmp/Runner.dst/Applications | |
export INSTALL_GROUP=staff | |
export INSTALL_MODE_FLAG=u+w,go-w,a+rX | |
export INSTALL_OWNER=caziel | |
export INSTALL_PATH=/Applications | |
export INSTALL_ROOT=/tmp/Runner.dst | |
export IPHONEOS_DEPLOYMENT_TARGET=13.1 | |
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" | |
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub | |
export JAVA_ARCHIVE_CLASSES=YES | |
export JAVA_ARCHIVE_TYPE=JAR | |
export JAVA_COMPILER=/usr/bin/javac | |
export JAVA_FOLDER_PATH=Runner.app/Java | |
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources | |
export JAVA_JAR_FLAGS=cv | |
export JAVA_SOURCE_SUBDIR=. | |
export JAVA_USE_DEPENDENCIES=YES | |
export JAVA_ZIP_FLAGS=-urg | |
export JIKES_DEFAULT_FLAGS="+E +OLDCSO" | |
export KEEP_PRIVATE_EXTERNS=NO | |
export | |
LD_DEPENDENCY_INFO_FILE=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug- | |
iphonesimulator/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat | |
export | |
LD_ENTITLEMENTS_SECTION=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug- | |
iphonesimulator/Runner.build/Runner.app-Simulated.xcent | |
export LD_GENERATE_MAP_FILE=NO | |
export | |
LD_MAP_FILE_PATH=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphones | |
imulator/Runner.build/Runner-LinkMap-normal-undefined_arch.txt | |
export LD_NO_PIE=NO | |
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES | |
export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' | |
@executable_path/Frameworks" | |
export LEGACY_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer | |
export LEX=lex | |
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions | |
export LIBRARY_FLAG_NOSPACE=YES | |
export LIBRARY_FLAG_PREFIX=-l | |
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions | |
export LIBRARY_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher" /Users/caziel/workspace/cgm/monitor/ios/Flutter" | |
export LINKER_DISPLAYS_MANGLED_NAMES=NO | |
export | |
LINK_FILE_LIST_normal_x86_64=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/D | |
ebug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList | |
export LINK_WITH_STANDARD_LIBRARIES=YES | |
export LLVM_TARGET_TRIPLE_OS_VERSION=ios13.1 | |
export LLVM_TARGET_TRIPLE_SUFFIX=-simulator | |
export LLVM_TARGET_TRIPLE_VENDOR=apple | |
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/en.lproj | |
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString" | |
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES | |
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities | |
export LOCAL_APPS_DIR=/Applications | |
export LOCAL_DEVELOPER_DIR=/Library/Developer | |
export LOCAL_LIBRARY_DIR=/Library | |
export LOCROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export LOCSYMROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export MACH_O_TYPE=mh_execute | |
export MAC_OS_X_PRODUCT_BUILD_VERSION=19D76 | |
export MAC_OS_X_VERSION_ACTUAL=101503 | |
export MAC_OS_X_VERSION_MAJOR=101500 | |
export MAC_OS_X_VERSION_MINOR=1503 | |
export METAL_LIBRARY_FILE_BASE=default | |
export METAL_LIBRARY_OUTPUT_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app | |
export MODULES_FOLDER_PATH=Runner.app/Modules | |
export MODULE_CACHE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex | |
export MTL_ENABLE_DEBUG_INFO=YES | |
export NATIVE_ARCH=x86_64 | |
export NATIVE_ARCH_32_BIT=i386 | |
export NATIVE_ARCH_64_BIT=x86_64 | |
export NATIVE_ARCH_ACTUAL=x86_64 | |
export NO_COMMON=YES | |
export OBJC_ABI_VERSION=2 | |
export | |
OBJECT_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build/Objects | |
export | |
OBJECT_FILE_DIR_normal=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-i | |
phonesimulator/Runner.build/Objects-normal | |
export OBJROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
export ONLY_ACTIVE_ARCH=YES | |
export OS=MACOS | |
export OSAC=/usr/bin/osacompile | |
export OTHER_CFLAGS=" -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap"" | |
export OTHER_CPLUSPLUSFLAGS=" -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap"" | |
export OTHER_LDFLAGS=" -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" -l"location_permissions" -l"package_info" | |
-l"shared_preferences" -l"url_launcher" -framework "Flutter" -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" | |
-l"location_permissions" -l"package_info" -l"shared_preferences" -l"url_launcher" -framework "Flutter"" | |
export OTHER_SWIFT_FLAGS=" -D COCOAPODS -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" -D COCOAPODS -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap"" | |
export PACKAGE_TYPE=com.apple.package-type.wrapper.application | |
export PASCAL_STRINGS=YES | |
export | |
PATH=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/X | |
codeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-bet | |
a.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/lo | |
cal/bin:/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/ | |
Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Deve | |
loper/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/opt/ruby/bin:/usr/local/lib/python2.7/site-packages:/usr/local/share/npm/bin:/usr/bin:/usr/sbin | |
:/bin:/sbin:/usr/local/heroku/bin:/usr/local/opt/mysql-client/bin:/opt/flutter/bin:/Users/caziel/perl5/bin:/usr/local/share/dotnet:/Applications/Wireshark.ap | |
p/Contents/MacOS:/usr/local/opt/go/libexec/bin | |
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks | |
/Applications/Xcode-beta.app/Contents/Developer/Headers /Applications/Xcode-beta.app/Contents/Developer/SDKs | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms" | |
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist | |
export | |
PER_ARCH_OBJECT_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug | |
-iphonesimulator/Runner.build/Objects-normal/undefined_arch | |
export | |
PER_VARIANT_OBJECT_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/De | |
bug-iphonesimulator/Runner.build/Objects-normal | |
export | |
PKGINFO_FILE_PATH=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphone | |
simulator/Runner.build/PkgInfo | |
export PKGINFO_PATH=Runner.app/PkgInfo | |
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications | |
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin | |
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library | |
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs | |
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools | |
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr | |
export PLATFORM_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform | |
export PLATFORM_DISPLAY_NAME="iOS Simulator" | |
export PLATFORM_FAMILY_NAME=iOS | |
export PLATFORM_NAME=iphonesimulator | |
export PLATFORM_PREFERRED_ARCH=x86_64 | |
export PLATFORM_PRODUCT_BUILD_VERSION=17E5233e | |
export PLIST_FILE_OUTPUT_FORMAT=binary | |
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns | |
export PODS_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios | |
export PODS_CONFIGURATION_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export PODS_PODFILE_DIR_PATH=/Users/caziel/workspace/cgm/monitor/ios/. | |
export PODS_ROOT=/Users/caziel/workspace/cgm/monitor/ios/Pods | |
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES | |
export | |
PRECOMP_DESTINATION_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug- | |
iphonesimulator/Runner.build/PrefixHeaders | |
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO | |
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders | |
export PRODUCT_BUNDLE_IDENTIFIER=com.docmetric.gesundheitsmonitor | |
export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL | |
export PRODUCT_MODULE_NAME=Runner | |
export PRODUCT_NAME=Runner | |
export PRODUCT_SETTINGS_PATH=/Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist | |
export PRODUCT_TYPE=com.apple.product-type.application | |
export PROFILING_CODE=NO | |
export PROJECT=Runner | |
export | |
PROJECT_DERIVED_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Deriv | |
edSources | |
export PROJECT_DIR=/Users/caziel/workspace/cgm/monitor/ios | |
export PROJECT_FILE_PATH=/Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj | |
export PROJECT_NAME=Runner | |
export PROJECT_TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build | |
export PROJECT_TEMP_ROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers | |
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES | |
export REMOVE_CVS_FROM_RESOURCES=YES | |
export REMOVE_GIT_FROM_RESOURCES=YES | |
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES | |
export REMOVE_HG_FROM_RESOURCES=YES | |
export REMOVE_SVN_FROM_RESOURCES=YES | |
export | |
REZ_COLLECTOR_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphone | |
simulator/Runner.build/ResourceManagerResources | |
export | |
REZ_OBJECTS_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build/ResourceManagerResources/Objects | |
export REZ_SEARCH_PATHS="/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator " | |
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO | |
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts | |
export SCRIPT_INPUT_FILE_COUNT=0 | |
export SCRIPT_INPUT_FILE_LIST_COUNT=0 | |
export SCRIPT_OUTPUT_FILE_COUNT=0 | |
export SCRIPT_OUTPUT_FILE_LIST_COUNT=0 | |
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout | |
export SDKROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
export SDK_DIR=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
export SDK_DIR_iphonesimulator13_4=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
export SDK_NAME=iphonesimulator13.4 | |
export SDK_NAMES=iphonesimulator13.4 | |
export SDK_PRODUCT_BUILD_VERSION=17E5233e | |
export SDK_VERSION=13.4 | |
export SDK_VERSION_ACTUAL=130400 | |
export SDK_VERSION_MAJOR=130000 | |
export SDK_VERSION_MINOR=400 | |
export SED=/usr/bin/sed | |
export SEPARATE_STRIP=NO | |
export SEPARATE_SYMBOL_EDIT=NO | |
export SET_DIR_MODE_OWNER_GROUP=YES | |
export SET_FILE_MODE_OWNER_GROUP=NO | |
export SHALLOW_BUNDLE=YES | |
export SHARED_DERIVED_FILE_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/DerivedSources | |
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks | |
export | |
SHARED_PRECOMPS_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/PrecompiledHeaders | |
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport | |
export SKIP_INSTALL=NO | |
export SOURCE_ROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export SRCROOT=/Users/caziel/workspace/cgm/monitor/ios | |
export STRINGS_FILE_OUTPUT_ENCODING=binary | |
export STRIP_BITCODE_FROM_COPIED_FILES=NO | |
export STRIP_INSTALLED_PRODUCT=YES | |
export STRIP_STYLE=all | |
export STRIP_SWIFT_SYMBOLS=YES | |
export SUPPORTED_DEVICE_FAMILIES=1,2 | |
export SUPPORTED_PLATFORMS="iphoneos iphonesimulator" | |
export SUPPORTS_TEXT_BASED_API=NO | |
export SWIFT_PLATFORM_TARGET_PREFIX=ios | |
export | |
SWIFT_RESPONSE_FILE_PATH_normal_x86_64=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runn | |
er.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.SwiftFileList | |
export SYMROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Products | |
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities | |
export SYSTEM_APPS_DIR=/Applications | |
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices | |
export SYSTEM_DEMOS_DIR=/Applications/Extras | |
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications | |
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities/Built Examples" | |
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode-beta.app/Contents/Developer | |
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library" | |
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Graphics Tools" | |
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Java Tools" | |
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode-beta.app/Contents/Developer/Applications/Performance Tools" | |
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes" | |
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode-beta.app/Contents/Developer/Tools | |
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools" | |
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools" | |
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode-beta.app/Contents/Developer/usr | |
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities | |
export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions | |
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation | |
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions | |
export SYSTEM_LIBRARY_DIR=/System/Library | |
export TAPI_VERIFY_MODE=ErrorsOnly | |
export TARGETED_DEVICE_FAMILY=1,2 | |
export TARGETNAME=Runner | |
export TARGET_BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
export TARGET_DEVICE_IDENTIFIER=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder | |
export TARGET_NAME=Runner | |
export | |
TARGET_TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesi | |
mulator/Runner.build | |
export | |
TEMP_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator | |
/Runner.build | |
export | |
TEMP_FILES_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesim | |
ulator/Runner.build | |
export | |
TEMP_FILE_DIR=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimu | |
lator/Runner.build | |
export TEMP_ROOT=/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
export TEST_FRAMEWORK_SEARCH_PATHS=" /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks" | |
export TEST_LIBRARY_SEARCH_PATHS=" /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib" | |
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault | |
export TOOLCHAIN_DIR=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
export TRACK_WIDGET_CREATION=true | |
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO | |
export TeamIdentifierPrefix=7RU6MCSKDS. | |
export UID=501 | |
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app | |
export UNSTRIPPED_PRODUCT=NO | |
export USER=caziel | |
export USER_APPS_DIR=/Users/caziel/Applications | |
export USER_LIBRARY_DIR=/Users/caziel/Library | |
export USE_DYNAMIC_NO_PIC=YES | |
export USE_HEADERMAP=YES | |
export USE_HEADER_SYMLINKS=NO | |
export USE_LLVM_TARGET_TRIPLES=YES | |
export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES | |
export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES | |
export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES | |
export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES | |
export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR | |
export VALIDATE_PRODUCT=NO | |
export VALIDATE_WORKSPACE=YES_ERROR | |
export VALID_ARCHS="i386 x86_64" | |
export VERBOSE_PBXCP=NO | |
export VERBOSE_SCRIPT_LOGGING=YES | |
export VERSIONING_SYSTEM=apple-generic | |
export VERSIONPLIST_PATH=Runner.app/version.plist | |
export VERSION_INFO_BUILDER=caziel | |
export VERSION_INFO_FILE=Runner_vers.c | |
export VERSION_INFO_STRING=""@(#)PROGRAM:Runner PROJECT:Runner-326"" | |
export WRAPPER_EXTENSION=app | |
export WRAPPER_NAME=Runner.app | |
export WRAPPER_SUFFIX=.app | |
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO | |
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode-beta.app/Contents/Developer/Library/Xcode | |
export XCODE_PRODUCT_BUILD_VERSION=11N123k | |
export XCODE_VERSION_ACTUAL=1140 | |
export XCODE_VERSION_MAJOR=1100 | |
export XCODE_VERSION_MINOR=1140 | |
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices | |
export YACC=yacc | |
export arch=undefined_arch | |
export variant=normal | |
/bin/sh -c | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Script-3B06AD1E1E4923F5004D2608.sh | |
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build | |
/Script-0822530CC89D5E322B905667.sh (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
/bin/sh -c | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Script-0822530CC89D5E322B905667.sh | |
mkdir -p /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks | |
rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- | |
PrivateHeaders" --filter "- Modules" "/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter/Flutter.framework" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks" | |
sending incremental file list | |
Flutter.framework/ | |
Flutter.framework/Flutter | |
Flutter.framework/Info.plist | |
Flutter.framework/icudtl.dat | |
Flutter.framework/_CodeSignature/ | |
Flutter.framework/_CodeSignature/CodeResources | |
sent 96,357,226 bytes received 104 bytes 64,238,220.00 bytes/sec | |
total size is 96,333,310 speedup is 1.00 | |
Stripped /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework/Flutter of architectures: armv7 arm64 | |
Code Signing /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework with Identity - | |
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements | |
'/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework' | |
/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework: replacing existing signature | |
CodeSign /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app (in target 'Runner' from project 'Runner') | |
cd /Users/caziel/workspace/cgm/monitor/ios | |
export CODESIGN_ALLOCATE=/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate | |
Signing Identity: "-" | |
/usr/bin/codesign --force --sign - --entitlements | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner.app.xcent --timestamp=none /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app | |
** BUILD SUCCEEDED ** | |
[ +165 ms] └─Compiling, linking and signing... (completed in 5.3s) | |
[ ] Xcode build done. 14.6s | |
[ +1 ms] executing: [/Users/caziel/workspace/cgm/monitor/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme | |
Runner BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios -sdk iphonesimulator -arch x86_64 | |
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true | |
COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings | |
[ ] executing: [/Users/caziel/workspace/cgm/monitor/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme | |
Runner BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios -sdk iphonesimulator -arch x86_64 | |
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true | |
COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings | |
[+2864 ms] Command line invocation: | |
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme | |
Runner BUILD_DIR=/Users/caziel/workspace/cgm/monitor/build/ios -sdk iphonesimulator -arch x86_64 | |
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true | |
COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings | |
Build settings from command line: | |
ARCHS = x86_64 | |
BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios | |
COMPILER_INDEX_STORE_ENABLE = NO | |
FLUTTER_SUPPRESS_ANALYTICS = true | |
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout | |
SDKROOT = iphonesimulator13.4 | |
VERBOSE_SCRIPT_LOGGING = YES | |
Build settings for action build and target Runner: | |
ACTION = build | |
AD_HOC_CODE_SIGNING_ALLOWED = YES | |
ALTERNATE_GROUP = staff | |
ALTERNATE_MODE = u+w,go-w,a+rX | |
ALTERNATE_OWNER = caziel | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO | |
ALWAYS_SEARCH_USER_PATHS = NO | |
ALWAYS_USE_SEPARATE_HEADERMAPS = NO | |
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer | |
APPLE_INTERNAL_DIR = /AppleInternal | |
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation | |
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library | |
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools | |
APPLICATION_EXTENSION_API_ONLY = NO | |
APPLY_RULES_IN_COPY_FILES = NO | |
APPLY_RULES_IN_COPY_HEADERS = NO | |
ARCHS = x86_64 | |
ARCHS_STANDARD = x86_64 | |
ARCHS_STANDARD_32_64_BIT = i386 x86_64 | |
ARCHS_STANDARD_32_BIT = i386 | |
ARCHS_STANDARD_64_BIT = x86_64 | |
ARCHS_STANDARD_INCLUDING_64_BIT = x86_64 | |
ARCHS_UNIVERSAL_IPHONE_OS = i386 x86_64 | |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon | |
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator | |
BITCODE_GENERATION_MODE = marker | |
BUILD_ACTIVE_RESOURCES_ONLY = NO | |
BUILD_COMPONENTS = headers build | |
BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios | |
BUILD_LIBRARY_FOR_DISTRIBUTION = NO | |
BUILD_ROOT = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Products | |
BUILD_STYLE = | |
BUILD_VARIANTS = normal | |
BUILT_PRODUCTS_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/ | |
BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS | |
BUNDLE_FORMAT = shallow | |
BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks | |
BUNDLE_PLUGINS_FOLDER_PATH = PlugIns | |
BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders | |
BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers | |
CACHE_ROOT = /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
CCHROOT = /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/C/com.apple.DeveloperTools/11.4-11N123k/Xcode | |
CHMOD = /bin/chmod | |
CHOWN = /usr/sbin/chown | |
CLANG_ANALYZER_NONNULL = YES | |
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x | |
CLANG_CXX_LIBRARY = libc++ | |
CLANG_ENABLE_MODULES = YES | |
CLANG_ENABLE_OBJC_ARC = YES | |
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES | |
CLANG_WARN_BOOL_CONVERSION = YES | |
CLANG_WARN_COMMA = YES | |
CLANG_WARN_CONSTANT_CONVERSION = YES | |
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES | |
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR | |
CLANG_WARN_EMPTY_BODY = YES | |
CLANG_WARN_ENUM_CONVERSION = YES | |
CLANG_WARN_INFINITE_RECURSION = YES | |
CLANG_WARN_INT_CONVERSION = YES | |
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES | |
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES | |
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES | |
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR | |
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES | |
CLANG_WARN_STRICT_PROTOTYPES = YES | |
CLANG_WARN_SUSPICIOUS_MOVE = YES | |
CLANG_WARN_UNREACHABLE_CODE = YES | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES | |
CLASS_FILE_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/JavaClasses | |
CLEAN_PRECOMPS = YES | |
CLONE_HEADERS = NO | |
CODESIGNING_FOLDER_PATH = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app | |
CODE_SIGNING_ALLOWED = YES | |
CODE_SIGNING_REQUIRED = YES | |
CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext | |
CODE_SIGN_IDENTITY = Apple Development | |
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES | |
CODE_SIGN_STYLE = Automatic | |
COLOR_DIAGNOSTICS = NO | |
COMBINE_HIDPI_IMAGES = NO | |
COMPILER_INDEX_STORE_ENABLE = NO | |
COMPOSITE_SDK_DIRS = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/CompositeSDKs | |
COMPRESS_PNG_FILES = YES | |
CONFIGURATION = Debug | |
CONFIGURATION_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
CONFIGURATION_TEMP_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator | |
CONTENTS_FOLDER_PATH = Runner.app | |
COPYING_PRESERVES_HFS_DATA = NO | |
COPY_HEADERS_RUN_UNIFDEF = NO | |
COPY_PHASE_STRIP = NO | |
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES | |
CORRESPONDING_DEVICE_PLATFORM_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform | |
CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos | |
CORRESPONDING_DEVICE_SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk | |
CORRESPONDING_DEVICE_SDK_NAME = iphoneos13.4 | |
CP = /bin/cp | |
CREATE_INFOPLIST_SECTION_IN_BINARY = NO | |
CURRENT_ARCH = x86_64 | |
CURRENT_PROJECT_VERSION = 326 | |
CURRENT_VARIANT = normal | |
DEAD_CODE_STRIPPING = YES | |
DEBUGGING_SYMBOLS = YES | |
DEBUG_INFORMATION_FORMAT = dwarf | |
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0 | |
DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions | |
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions | |
DEFINES_MODULE = NO | |
DEPLOYMENT_LOCATION = NO | |
DEPLOYMENT_POSTPROCESSING = NO | |
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET | |
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = mios-simulator-version-min | |
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -mios-simulator-version-min= | |
DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET | |
DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_simulator_version_min | |
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET | |
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 | |
13.3 13.4 | |
DERIVED_FILES_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/DerivedSources | |
DERIVED_FILE_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/DerivedSources | |
DERIVED_SOURCES_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/DerivedSources | |
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications | |
DEVELOPER_BIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
DEVELOPER_DIR = /Applications/Xcode-beta.app/Contents/Developer | |
DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks | |
DEVELOPER_LIBRARY_DIR = /Applications/Xcode-beta.app/Contents/Developer/Library | |
DEVELOPER_SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs | |
DEVELOPER_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Tools | |
DEVELOPER_USR_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr | |
DEVELOPMENT_LANGUAGE = en | |
DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation | |
DONT_GENERATE_INFOPLIST_FILE = NO | |
DO_HEADER_SCANNING_IN_JAM = NO | |
DSTROOT = /tmp/Runner.dst | |
DT_TOOLCHAIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
DWARF_DSYM_FILE_NAME = Runner.app.dSYM | |
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO | |
DWARF_DSYM_FOLDER_PATH = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
EFFECTIVE_PLATFORM_NAME = -iphonesimulator | |
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO | |
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO | |
ENABLE_BITCODE = NO | |
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES | |
ENABLE_HARDENED_RUNTIME = NO | |
ENABLE_HEADER_DEPENDENCIES = YES | |
ENABLE_ON_DEMAND_RESOURCES = YES | |
ENABLE_STRICT_OBJC_MSGSEND = YES | |
ENABLE_TESTABILITY = YES | |
ENABLE_TESTING_SEARCH_PATHS = NO | |
ENTITLEMENTS_DESTINATION = __entitlements | |
ENTITLEMENTS_REQUIRED = YES | |
EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS | |
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj | |
EXECUTABLES_FOLDER_PATH = Runner.app/Executables | |
EXECUTABLE_FOLDER_PATH = Runner.app | |
EXECUTABLE_NAME = Runner | |
EXECUTABLE_PATH = Runner.app/Runner | |
EXPANDED_CODE_SIGN_IDENTITY = | |
EXPANDED_CODE_SIGN_IDENTITY_NAME = | |
EXPANDED_PROVISIONING_PROFILE = | |
FILE_LIST = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects/LinkFileList | |
FIXED_FILES_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/FixedFiles | |
FLUTTER_APPLICATION_PATH = /Users/caziel/workspace/cgm/monitor | |
FLUTTER_BUILD_DIR = build | |
FLUTTER_BUILD_NAME = 1.0.0 | |
FLUTTER_BUILD_NUMBER = 326 | |
FLUTTER_FRAMEWORK_DIR = /opt/flutter/bin/cache/artifacts/engine/ios | |
FLUTTER_ROOT = /opt/flutter | |
FLUTTER_SUPPRESS_ANALYTICS = true | |
FLUTTER_TARGET = /Users/caziel/workspace/cgm/monitor/lib/main.dart | |
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks | |
FRAMEWORK_FLAG_PREFIX = -framework | |
FRAMEWORK_SEARCH_PATHS = "/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" "/Users/caziel/workspace/cgm/monitor/ios/Pods/../Flutter" | |
/Users/caziel/workspace/cgm/monitor/ios/Flutter | |
FRAMEWORK_VERSION = A | |
FULL_PRODUCT_NAME = Runner.app | |
GCC3_VERSION = 3.3 | |
GCC_C_LANGUAGE_STANDARD = gnu99 | |
GCC_DYNAMIC_NO_PIC = NO | |
GCC_INLINES_ARE_PRIVATE_EXTERN = YES | |
GCC_NO_COMMON_BLOCKS = YES | |
GCC_OBJC_LEGACY_DISPATCH = YES | |
GCC_OPTIMIZATION_LEVEL = 0 | |
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ | |
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 COCOAPODS=1 COCOAPODS=1 | |
GCC_SYMBOLS_PRIVATE_EXTERN = NO | |
GCC_TREAT_WARNINGS_AS_ERRORS = NO | |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0 | |
GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0 | |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES | |
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR | |
GCC_WARN_UNDECLARED_SELECTOR = YES | |
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE | |
GCC_WARN_UNUSED_FUNCTION = YES | |
GCC_WARN_UNUSED_VARIABLE = YES | |
GENERATE_MASTER_OBJECT_FILE = NO | |
GENERATE_PKGINFO_FILE = YES | |
GENERATE_PROFILING_CODE = NO | |
GENERATE_TEXT_BASED_STUBS = NO | |
GID = 20 | |
GROUP = staff | |
HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES | |
HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES | |
HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES | |
HEADERMAP_INCLUDES_PROJECT_HEADERS = YES | |
HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES | |
HEADERMAP_USES_VFS = NO | |
HEADER_SEARCH_PATHS = "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/location_permissions" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info" | |
"/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences" "/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher" | |
HIDE_BITCODE_SYMBOLS = YES | |
HOME = /Users/caziel | |
ICONV = /usr/bin/iconv | |
INFOPLIST_EXPAND_BUILD_SETTINGS = YES | |
INFOPLIST_FILE = Runner/Info.plist | |
INFOPLIST_OUTPUT_FORMAT = binary | |
INFOPLIST_PATH = Runner.app/Info.plist | |
INFOPLIST_PREPROCESS = NO | |
INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings | |
INLINE_PRIVATE_FRAMEWORKS = NO | |
INSTALLHDRS_COPY_PHASE = NO | |
INSTALLHDRS_SCRIPT_PHASE = NO | |
INSTALL_DIR = /tmp/Runner.dst/Applications | |
INSTALL_GROUP = staff | |
INSTALL_MODE_FLAG = u+w,go-w,a+rX | |
INSTALL_OWNER = caziel | |
INSTALL_PATH = /Applications | |
INSTALL_ROOT = /tmp/Runner.dst | |
IPHONEOS_DEPLOYMENT_TARGET = 13.1 | |
JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8 | |
JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub | |
JAVA_ARCHIVE_CLASSES = YES | |
JAVA_ARCHIVE_TYPE = JAR | |
JAVA_COMPILER = /usr/bin/javac | |
JAVA_FOLDER_PATH = Runner.app/Java | |
JAVA_FRAMEWORK_RESOURCES_DIRS = Resources | |
JAVA_JAR_FLAGS = cv | |
JAVA_SOURCE_SUBDIR = . | |
JAVA_USE_DEPENDENCIES = YES | |
JAVA_ZIP_FLAGS = -urg | |
JIKES_DEFAULT_FLAGS = +E +OLDCSO | |
KEEP_PRIVATE_EXTERNS = NO | |
LD_DEPENDENCY_INFO_FILE = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal/x86_64/Runner_dependency_info.dat | |
LD_GENERATE_MAP_FILE = NO | |
LD_MAP_FILE_PATH = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Runner-LinkMap-normal-x86_64.txt | |
LD_NO_PIE = NO | |
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES | |
LD_RUNPATH_SEARCH_PATHS = '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' | |
@executable_path/Frameworks | |
LEGACY_DEVELOPER_DIR = /Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer | |
LEX = lex | |
LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions | |
LIBRARY_FLAG_NOSPACE = YES | |
LIBRARY_FLAG_PREFIX = -l | |
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions | |
LIBRARY_SEARCH_PATHS = "/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/flutter_keyboard_visibility" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/geolocator" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/google_api_availability" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/location_permissions" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/package_info" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/shared_preferences" | |
"/Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/url_launcher" /Users/caziel/workspace/cgm/monitor/ios/Flutter | |
LINKER_DISPLAYS_MANGLED_NAMES = NO | |
LINK_FILE_LIST_normal_x86_64 = | |
LINK_WITH_STANDARD_LIBRARIES = YES | |
LLVM_TARGET_TRIPLE_OS_VERSION = ios13.1 | |
LLVM_TARGET_TRIPLE_SUFFIX = -simulator | |
LLVM_TARGET_TRIPLE_VENDOR = apple | |
LOCALIZABLE_CONTENT_DIR = | |
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj | |
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString | |
LOCALIZED_STRING_SWIFTUI_SUPPORT = YES | |
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities | |
LOCAL_APPS_DIR = /Applications | |
LOCAL_DEVELOPER_DIR = /Library/Developer | |
LOCAL_LIBRARY_DIR = /Library | |
LOCROOT = | |
LOCSYMROOT = | |
MACH_O_TYPE = mh_execute | |
MAC_OS_X_PRODUCT_BUILD_VERSION = 19D76 | |
MAC_OS_X_VERSION_ACTUAL = 101503 | |
MAC_OS_X_VERSION_MAJOR = 101500 | |
MAC_OS_X_VERSION_MINOR = 1503 | |
METAL_LIBRARY_FILE_BASE = default | |
METAL_LIBRARY_OUTPUT_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/Runner.app | |
MODULES_FOLDER_PATH = Runner.app/Modules | |
MODULE_CACHE_DIR = /Users/caziel/Library/Developer/Xcode/DerivedData/ModuleCache.noindex | |
MTL_ENABLE_DEBUG_INFO = YES | |
NATIVE_ARCH = x86_64 | |
NATIVE_ARCH_32_BIT = i386 | |
NATIVE_ARCH_64_BIT = x86_64 | |
NATIVE_ARCH_ACTUAL = x86_64 | |
NO_COMMON = YES | |
OBJC_ABI_VERSION = 2 | |
OBJECT_FILE_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects | |
OBJECT_FILE_DIR_normal = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/Objects-normal | |
OBJROOT = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
ONLY_ACTIVE_ARCH = YES | |
OS = MACOS | |
OSAC = /usr/bin/osacompile | |
OTHER_CFLAGS = -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
OTHER_CPLUSPLUSFLAGS = -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
OTHER_LDFLAGS = -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" -l"location_permissions" -l"package_info" | |
-l"shared_preferences" -l"url_launcher" -framework "Flutter" -ObjC -l"flutter_keyboard_visibility" -l"geolocator" -l"google_api_availability" | |
-l"location_permissions" -l"package_info" -l"shared_preferences" -l"url_launcher" -framework "Flutter" | |
OTHER_SWIFT_FLAGS = -D COCOAPODS -Xcc -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" | |
-Xcc -fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" -D COCOAPODS -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/package_info/package_info.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/shared_preferences/shared_preferences.modulemap" -Xcc | |
-fmodule-map-file="/Users/caziel/workspace/cgm/monitor/ios/Pods/Headers/Public/url_launcher/url_launcher.modulemap" | |
PACKAGE_TYPE = com.apple.package-type.wrapper.application | |
PASCAL_STRINGS = YES | |
PATH = | |
/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/local/opt/ruby/bin:/usr/local/lib/python2.7/site-packages:/usr/lo | |
cal/share/npm/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/heroku/bin:/usr/local/opt/mysql-client/bin:/opt/flutter/bin:/Users/caziel/perl5/bin:~/.composer/ve | |
ndor/bin:/usr/local/share/dotnet:/Applications/Wireshark.app/Contents/MacOS:/usr/local/opt/go/libexec/bin | |
PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks | |
/Applications/Xcode-beta.app/Contents/Developer/Headers /Applications/Xcode-beta.app/Contents/Developer/SDKs | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms | |
PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist | |
PFE_FILE_C_DIALECTS = objective-c | |
PKGINFO_FILE_PATH = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/PkgInfo | |
PKGINFO_PATH = Runner.app/PkgInfo | |
PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications | |
PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin | |
PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode-beta.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library | |
PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs | |
PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools | |
PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr | |
PLATFORM_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform | |
PLATFORM_DISPLAY_NAME = iOS Simulator | |
PLATFORM_NAME = iphonesimulator | |
PLATFORM_PREFERRED_ARCH = x86_64 | |
PLATFORM_PRODUCT_BUILD_VERSION = 17E5233e | |
PLIST_FILE_OUTPUT_FORMAT = binary | |
PLUGINS_FOLDER_PATH = Runner.app/PlugIns | |
PODS_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios | |
PODS_CONFIGURATION_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
PODS_PODFILE_DIR_PATH = /Users/caziel/workspace/cgm/monitor/ios/. | |
PODS_ROOT = /Users/caziel/workspace/cgm/monitor/ios/Pods | |
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES | |
PRECOMP_DESTINATION_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/PrefixHeaders | |
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO | |
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders | |
PRODUCT_BUNDLE_IDENTIFIER = com.docmetric.gesundheitsmonitor | |
PRODUCT_BUNDLE_PACKAGE_TYPE = APPL | |
PRODUCT_MODULE_NAME = Runner | |
PRODUCT_NAME = Runner | |
PRODUCT_SETTINGS_PATH = /Users/caziel/workspace/cgm/monitor/ios/Runner/Info.plist | |
PRODUCT_TYPE = com.apple.product-type.application | |
PROFILING_CODE = NO | |
PROJECT = Runner | |
PROJECT_DERIVED_FILE_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/DerivedSources | |
PROJECT_DIR = /Users/caziel/workspace/cgm/monitor/ios | |
PROJECT_FILE_PATH = /Users/caziel/workspace/cgm/monitor/ios/Runner.xcodeproj | |
PROJECT_NAME = Runner | |
PROJECT_TEMP_DIR = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build | |
PROJECT_TEMP_ROOT = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers | |
RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES | |
REMOVE_CVS_FROM_RESOURCES = YES | |
REMOVE_GIT_FROM_RESOURCES = YES | |
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES | |
REMOVE_HG_FROM_RESOURCES = YES | |
REMOVE_SVN_FROM_RESOURCES = YES | |
REZ_COLLECTOR_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/ResourceManagerResources | |
REZ_OBJECTS_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild/ResourceManagerResources/Objects | |
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO | |
SCRIPTS_FOLDER_PATH = Runner.app/Scripts | |
SCRIPT_OUTPUT_STREAM_FILE = /var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_build_log_pipe.GCWzFj/pipe_to_stdout | |
SDKROOT = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
SDK_DIR = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
SDK_DIR_iphonesimulator13_4 = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk | |
SDK_NAME = iphonesimulator13.4 | |
SDK_NAMES = iphonesimulator13.4 | |
SDK_PRODUCT_BUILD_VERSION = 17E5233e | |
SDK_VERSION = 13.4 | |
SDK_VERSION_ACTUAL = 130400 | |
SDK_VERSION_MAJOR = 130000 | |
SDK_VERSION_MINOR = 400 | |
SED = /usr/bin/sed | |
SEPARATE_STRIP = NO | |
SEPARATE_SYMBOL_EDIT = NO | |
SET_DIR_MODE_OWNER_GROUP = YES | |
SET_FILE_MODE_OWNER_GROUP = NO | |
SHALLOW_BUNDLE = YES | |
SHARED_DERIVED_FILE_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator/DerivedSources | |
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks | |
SHARED_PRECOMPS_DIR = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/PrecompiledHeaders | |
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport | |
SKIP_INSTALL = NO | |
SOURCE_ROOT = /Users/caziel/workspace/cgm/monitor/ios | |
SRCROOT = /Users/caziel/workspace/cgm/monitor/ios | |
STRINGS_FILE_OUTPUT_ENCODING = binary | |
STRIP_BITCODE_FROM_COPIED_FILES = NO | |
STRIP_INSTALLED_PRODUCT = YES | |
STRIP_STYLE = all | |
STRIP_SWIFT_SYMBOLS = YES | |
SUPPORTED_DEVICE_FAMILIES = 1,2 | |
SUPPORTED_PLATFORMS = iphonesimulator iphoneos | |
SUPPORTS_TEXT_BASED_API = NO | |
SWIFT_PLATFORM_TARGET_PREFIX = ios | |
SYMROOT = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Products | |
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities | |
SYSTEM_APPS_DIR = /Applications | |
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices | |
SYSTEM_DEMOS_DIR = /Applications/Extras | |
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications | |
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr/bin | |
SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities/Built Examples | |
SYSTEM_DEVELOPER_DIR = /Applications/Xcode-beta.app/Contents/Developer | |
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library | |
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Graphics Tools | |
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Java Tools | |
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Performance Tools | |
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes | |
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode-beta.app/Contents/Developer/Tools | |
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools | |
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode-beta.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools | |
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode-beta.app/Contents/Developer/usr | |
SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode-beta.app/Contents/Developer/Applications/Utilities | |
SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions | |
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation | |
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions | |
SYSTEM_LIBRARY_DIR = /System/Library | |
TAPI_VERIFY_MODE = ErrorsOnly | |
TARGETED_DEVICE_FAMILY = 1,2 | |
TARGETNAME = Runner | |
TARGET_BUILD_DIR = /Users/caziel/workspace/cgm/monitor/build/ios/Debug-iphonesimulator | |
TARGET_NAME = Runner | |
TARGET_TEMP_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild | |
TEMP_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild | |
TEMP_FILES_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild | |
TEMP_FILE_DIR = | |
/Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.b | |
uild | |
TEMP_ROOT = /Users/caziel/Library/Developer/Xcode/DerivedData/Runner-alueskyyblxsqacfomzvwkacgsrx/Build/Intermediates.noindex | |
TEST_FRAMEWORK_SEARCH_PATHS = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks | |
TEST_LIBRARY_SEARCH_PATHS = /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib | |
TOOLCHAIN_DIR = /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain | |
TRACK_WIDGET_CREATION = true | |
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO | |
UID = 501 | |
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app | |
UNSTRIPPED_PRODUCT = NO | |
USER = caziel | |
USER_APPS_DIR = /Users/caziel/Applications | |
USER_LIBRARY_DIR = /Users/caziel/Library | |
USE_DYNAMIC_NO_PIC = YES | |
USE_HEADERMAP = YES | |
USE_HEADER_SYMLINKS = NO | |
USE_LLVM_TARGET_TRIPLES = YES | |
USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES | |
USE_LLVM_TARGET_TRIPLES_FOR_LD = YES | |
USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES | |
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES | |
VALIDATE_PRODUCT = NO | |
VALIDATE_WORKSPACE = NO | |
VALID_ARCHS = i386 x86_64 | |
VERBOSE_PBXCP = NO | |
VERBOSE_SCRIPT_LOGGING = YES | |
VERSIONING_SYSTEM = apple-generic | |
VERSIONPLIST_PATH = Runner.app/version.plist | |
VERSION_INFO_BUILDER = caziel | |
VERSION_INFO_FILE = Runner_vers.c | |
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-326" | |
WRAPPER_EXTENSION = app | |
WRAPPER_NAME = Runner.app | |
WRAPPER_SUFFIX = .app | |
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO | |
XCODE_APP_SUPPORT_DIR = /Applications/Xcode-beta.app/Contents/Developer/Library/Xcode | |
XCODE_PRODUCT_BUILD_VERSION = 11N123k | |
XCODE_VERSION_ACTUAL = 1140 | |
XCODE_VERSION_MAJOR = 1100 | |
XCODE_VERSION_MINOR = 1140 | |
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices | |
YACC = yacc | |
arch = x86_64 | |
variant = normal | |
[ +435 ms] executing: /usr/bin/xcrun simctl install 163D900A-C4F6-4E42-B06C-F3E4C3BB0623 /Users/caziel/workspace/cgm/monitor/build/ios/iphonesimulator/Runner.app | |
[+1075 ms] executing: /usr/bin/plutil -convert json -o - /Users/caziel/workspace/cgm/monitor/build/ios/iphonesimulator/Runner.app/Info.plist | |
[ +11 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Users/caziel/workspace/cgm/monitor/build/ios/iphonesimulator/Runner.app/Info.plist | |
[ ] | |
{"CFBundleName":"docmetric","DTSDKName":"iphonesimulator13.4","DTXcode":"1140","UILaunchStoryboardName":"Main","DTSDKBuild":"17E5233e","CFBundleDevelopmentRegion":"en","CFBundleVers | |
ion":"326","BuildMachineOSBuild":"19D76","DTPlatformName":"iphonesimulator","CFBundlePackageType":"APPL","CFBundleShortVersionString":"1.0.0","CFBundleSupportedPlatforms":["iPhoneSi | |
mulator"],"UIMainStoryboardFile":"Main","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"Runner","DTCompiler":"com.apple.compilers.llvm.clang.1_0","UISupportedInterfaceOr | |
ientations~ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"MinimumO | |
SVersion":"13.1","CFBundleIdentifier":"com.docmetric.gesundheitsmonitor","UIDeviceFamily":[1,2],"CFBundleSignature":"????","DTPlatformVersion":"13.4","CFBundleIcons":{"CFBundlePrima | |
ryIcon":{"CFBundleIconFiles":["AppIcon20x20"],"CFBundleIconName":"AppIcon"}},"DTXcodeBuild":"11N123k","LSRequiresIPhoneOS":true,"UISupportedInterfaceOrientations":["UIInterfaceOrien | |
tationPortrait","UIInterfaceOrientationPortraitUpsideDown"],"UIViewControllerBasedStatusBarAppearance":false,"DTPlatformBuild":"17E5233e","NSLocationWhenInUseUsageDescription":"This | |
app needs access to location when open."} | |
[ +2 ms] executing: /usr/bin/xcrun simctl launch 163D900A-C4F6-4E42-B06C-F3E4C3BB0623 com.docmetric.gesundheitsmonitor --enable-dart-profiling --enable-checked-mode | |
--verify-entry-points --observatory-port=0 | |
[ +369 ms] com.docmetric.gesundheitsmonitor: 78464 | |
[ ] Waiting for observatory port to be available... | |
[+1638 ms] [DEVICE LOG] Timestamp (process)[PID] | |
[ +1 ms] [DEVICE LOG] 2020-03-03 20:49:51.600051+0100 localhost Runner[78464]: (RunningBoardServices) [com.apple.runningboard:connection] Initializing connection | |
[ +9 ms] [DEVICE LOG] 2020-03-03 20:49:51.600374+0100 localhost Runner[78464]: (RunningBoardServices) [com.apple.runningboard:process] Removing all cached process handles | |
[ ] [DEVICE LOG] 2020-03-03 20:49:51.600510+0100 localhost Runner[78464]: (RunningBoardServices) [com.apple.runningboard:connection] Sending handshake request attempt #1 to | |
server | |
[ +5 ms] [DEVICE LOG] 2020-03-03 20:49:51.600728+0100 localhost Runner[78464]: (RunningBoardServices) [com.apple.runningboard:connection] Creating connection to | |
com.apple.runningboard | |
[ +1 ms] [DEVICE LOG] 2020-03-03 20:49:51.601858+0100 localhost Runner[78464]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connecting to endpoint : | |
<BSServiceConnectionEndpoint: 0x6000033fc400; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.workspace-service> | |
[ +1 ms] [DEVICE LOG] 2020-03-03 20:49:51.602035+0100 localhost Runner[78464]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace registering source: | |
<FBSWorkspaceScenesClient: 0x6000002ecf00> | |
[ ] [DEVICE LOG] 2020-03-03 20:49:51.603177+0100 localhost Runner[78464]: (RunningBoardServices) [com.apple.runningboard:connection] Handshake succeeded | |
[ ] [DEVICE LOG] 2020-03-03 20:49:51.603255+0100 localhost Runner[78464]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connected to endpoint : | |
<BSServiceConnectionEndpoint: 0x6000033fc400; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.workspace-service> | |
[ +5 ms] [DEVICE LOG] 2020-03-03 20:49:51.603313+0100 localhost Runner[78464]: (RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as | |
application<com.docmetric.gesundheitsmonitor> | |
[ ] [DEVICE LOG] 2020-03-03 20:49:51.605792+0100 localhost Runner[78464]: (RunningBoardServices) [com.apple.runningboard:general] Added observer for process assertions | |
expiration warning: <_RBSExpirationWarningAssertion: 0x6000033f8e00; identifier: com.apple.runningboardservices.processExpirationWarningForHandle; reason: observation; valid: YES> | |
[ +6 ms] [DEVICE LOG] 2020-03-03 20:49:51.611720+0100 localhost Runner[78464]: (RunningBoardServices) Created Activity ID: 0x15a110, Description: didChangeInheritances | |
[ +3 ms] [DEVICE LOG] 2020-03-03 20:49:51.612229+0100 localhost Runner[78464]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace already connected to endpoint : | |
<BSServiceConnectionEndpoint: 0x6000033ec300; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.workspace-service> | |
[ +3 ms] [DEVICE LOG] 2020-03-03 20:49:51.614160+0100 localhost Runner[78464]: (CoreFoundation) Created Activity ID: 0x15a111, Description: Loading Preferences From System | |
CFPrefsD | |
[ ] [DEVICE LOG] 2020-03-03 20:49:51.614811+0100 localhost Runner[78464]: (CoreFoundation) Created Activity ID: 0x15a112, Description: Loading Preferences From System | |
CFPrefsD | |
[ +1 ms] [DEVICE LOG] 2020-03-03 20:49:51.616166+0100 localhost Runner[78464]: (libAccessibility.dylib) [com.apple.Accessibility:AXSupportCommon] Retrieving resting unlock: 0 | |
[ ] [DEVICE LOG] 2020-03-03 20:49:51.616618+0100 localhost Runner[78464]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] Registering for test daemon availability notify | |
post. | |
[ ] [DEVICE LOG] 2020-03-03 20:49:51.616777+0100 localhost Runner[78464]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] notify_get_state check indicated test daemon not | |
ready. | |
[ +204 ms] [DEVICE LOG] 2020-03-03 20:49:51.853615+0100 localhost Runner[78464]: (Flutter) flutter: Observatory listening on http://127.0.0.1:62213/759lA8OrLTI=/ | |
[ +209 ms] Observatory URL on device: http://127.0.0.1:62213/759lA8OrLTI=/ | |
[ +17 ms] Connecting to service protocol: http://127.0.0.1:62213/759lA8OrLTI=/ | |
[ +246 ms] Successfully connected to service protocol: http://127.0.0.1:62213/759lA8OrLTI=/ | |
[ +3 ms] Sending to VM service: getVM({}) | |
[ +4 ms] Result: {type: VM, name: vm, architectureBits: 64, hostCPU: Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz, operatingSystem: ios, targetCPU: x64, version: | |
2.8.0-dev.8.0.flutter-514a8d4c84 (Fri Feb 7 13:36:03 2020 +0000) on "ios_x64", _profilerMode: VM, _nativeZ... | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/927838569242859}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3538360960020031}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/258690339374671}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3198679331405763}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1456333665798471}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1683703013657811}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3900601282086359}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3144385025535043}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/86285489333163}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3468034443917275}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/467362647118775}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/781676373830827}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2194070820717351}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1214281289973263}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1987237270932191}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3573218313756455}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2371331748511091}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1536800144888059}) | |
[ +10 ms] Sending to VM service: _flutter.listViews({}) | |
[ +3 ms] Result: {type: Isolate, id: isolates/927838569242859, name: main, number: 927838569242859, _originNumber: 927838569242859, startTime: 1583264992332, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +34 ms] Result: {type: Isolate, id: isolates/3538360960020031, name: main, number: 3538360960020031, _originNumber: 3538360960020031, startTime: 1583264992303, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/258690339374671, name: main, number: 258690339374671, _originNumber: 258690339374671, startTime: 1583264992279, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +3 ms] Result: {type: Isolate, id: isolates/3198679331405763, name: main, number: 3198679331405763, _originNumber: 3198679331405763, startTime: 1583264992247, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1456333665798471, name: main, number: 1456333665798471, _originNumber: 1456333665798471, startTime: 1583264992224, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1683703013657811, name: main, number: 1683703013657811, _originNumber: 1683703013657811, startTime: 1583264992171, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3900601282086359, name: main, number: 3900601282086359, _originNumber: 3900601282086359, startTime: 1583264992104, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3144385025535043, name: main, number: 3144385025535043, _originNumber: 3144385025535043, startTime: 1583264992073, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/86285489333163, name: main, number: 86285489333163, _originNumber: 86285489333163, startTime: 1583264992044, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3468034443917275, name: main, number: 3468034443917275, _originNumber: 3468034443917275, startTime: 1583264992023, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/467362647118775, name: main, number: 467362647118775, _originNumber: 467362647118775, startTime: 1583264991996, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/781676373830827, name: main, number: 781676373830827, _originNumber: 781676373830827, startTime: 1583264991949, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2194070820717351, name: main, number: 2194070820717351, _originNumber: 2194070820717351, startTime: 1583264991891, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1214281289973263, name: main, number: 1214281289973263, _originNumber: 1214281289973263, startTime: 1583264991856, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1987237270932191, name: main, number: 1987237270932191, _originNumber: 1987237270932191, startTime: 1583264991828, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3573218313756455, name: main, number: 3573218313756455, _originNumber: 3573218313756455, startTime: 1583264991794, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +8 ms] Result: {type: Isolate, id: isolates/2371331748511091, name: main, number: 2371331748511091, _originNumber: 2371331748511091, startTime: 1583264991727, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/1536800144888059, name: main, number: 1536800144888059, _originNumber: 1536800144888059, startTime: 1583264991646, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +17 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7f9a3a034620, isolate: {type: @Isolate, fixedId: true, id: isolates/2371331748511091, name: | |
main.dart$main-2371331748511091, number: 2371331748511091}}, {type: FlutterView, id: _flutterView/0x7f9a3a041220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3573218313756455, name: main.dart$main-3573218313756455, number: 3573218313756455}}, {type: FlutterView, id: _flutterView/0x7f9a3a069020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/258690339374671, name: main.dart$main-258690339374671, number: 258690339374671}}, {type: FlutterView, id: _flutterView/0x7f9a3a0a1420, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/1456333665798471, name: main.dart$main-1456333665798471, number: 1456333665798471}}, {type: FlutterView, id: _flutterView/0x7f9a3a840020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1536800144888059, name: main.dart$main-1536800144888059, number: 1536800144888059}}, {type: FlutterView, id: _flutterView/0x7f9a3a859c20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1214281289973263, name: main.dart$main-1214281289973263, number: 1214281289973263}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a88be20, isolate: {type: @Isolate, fixedId: true, id: isolates/1987237270932191, name: main.dart$main-1987237270932191, number: 1987237270932191}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a8a3820, isolate: {type: @Isolate, fixedId: true, id: isolates/467362647118775, name: main.dart$main-467362647118775, number: 467362647118775}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3a8bb620, isolate: {type: @Isolate, fixedId: true, id: isolates/3144385025535043, name: main.dart$main-3144385025535043, number: | |
3144385025535043}}, {type: FlutterView, id: _flutterView/0x7f9a3a8bc420, isolate: {type: @Isolate, fixedId: true, id: isolates/3198679331405763, name: | |
main.dart$main-3198679331405763, number: 3198679331405763}}, {type: FlutterView, id: _flutterView/0x7f9a3a8cee20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/781676373830827, name: main.dart$main-781676373830827, number: 781676373830827}}, {type: FlutterView, id: _flutterView/0x7f9a3a8e6420, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3468034443917275, name: main.dart$main-3468034443917275, number: 3468034443917275}}, {type: FlutterView, id: _flutterView/0x7f9a3a8e6c20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/86285489333163, name: main.dart$main-86285489333163, number: 86285489333163}}, {type: FlutterView, id: _flutterView/0x7f9a3a8f2e20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/2194070820717351, name: main.dart$main-2194070820717351, number: 2194070820717351}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a919020, isolate: {type: @Isolate, fixedId: true, id: isolates/3900601282086359, name: main.dart$main-3900601282086359, number: 3900601282086359}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a923020, isolate: {type: @Isolate, fixedId: true, id: isolates/1683703013657811, name: main.dart$main-1683703013657811, number: | |
1683703013657811}}, {type: FlutterView, id: _flutterView/0x7f9a3a966020, isolate: {type: @Isolate, fixedId: true, id: isolates/3538360960020031, name: | |
main.dart$main-3538360960020031, number: 3538360960020031}}, {type: FlutterView, id: _flutterView/0x7f9a3a96ca20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/927838569242859, name: main.dart$main-927838569242859, number: 927838569242859}}]} | |
[ +20 ms] DevFS: Creating new filesystem on the device (null) | |
[ ] Sending to VM service: _createDevFS({fsName: monitor}) | |
[ +62 ms] Result: {type: FileSystem, name: monitor, uri: | |
file:///Users/caziel/Library/Developer/CoreSimulator/Devices/163D900A-C4F6-4E42-B06C-F3E4C3BB0623/data/Containers/Data/Application/24C4680B-D731-454E-B3AB-DE985E4C83F4/tmp/monitoryS | |
f27o/monitor/} | |
[ +1 ms] DevFS: Created new filesystem on the device | |
(file:///Users/caziel/Library/Developer/CoreSimulator/Devices/163D900A-C4F6-4E42-B06C-F3E4C3BB0623/data/Containers/Data/Application/24C4680B-D731-454E-B3AB-DE985E4C83F4/tmp/monitory | |
Sf27o/monitor/) | |
[ +4 ms] Updating assets | |
[ +304 ms] Syncing files to device iPhone 11 Pro Max... | |
[ +16 ms] Scanning asset files | |
[ +64 ms] <- reset | |
[ ] Compiling dart to kernel with 0 updated files | |
[ +81 ms] /opt/flutter/bin/cache/dart-sdk/bin/dart /opt/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root | |
/opt/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter -Ddart.developer.causal_async_stacks=true --output-dill | |
/var/folders/pk/m_yfl_290hx_tk01xyy31h3w0000gn/T/flutter_tool.C9sRYD/app.dill --packages /Users/caziel/workspace/cgm/monitor/.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 | |
[ +4 ms] [DEVICE LOG] 2020-03-03 20:49:52.820179+0100 localhost Runner[78464]: (RunningBoardServices) Created Activity ID: 0x15a113, Description: didChangeInheritances | |
[ +63 ms] <- compile package:docmetric/main.dart | |
[+5090 ms] [DEVICE LOG] 2020-03-03 20:49:58.191976+0100 localhost Runner[78464]: (QuartzCore) [com.apple.coreanimation:WindowServer] display_timer_callback: unexpected state | |
(now:44a62031f057 < expected:44a6212d8bde) | |
[+10229 ms] Updating files | |
[ +544 ms] DevFS: Sync finished | |
[ ] Syncing files to device iPhone 11 Pro Max... (completed in 16,095ms, longer than expected) | |
[ ] Synced 5.7MB. | |
[ +1 ms] Sending to VM service: _flutter.listViews({}) | |
[ +10 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7f9a39c11620, isolate: {type: @Isolate, fixedId: true, id: isolates/1054894378316755, name: | |
main.dart$main-1054894378316755, number: 1054894378316755}}, {type: FlutterView, id: _flutterView/0x7f9a39c3fa20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2783434820695599, name: main.dart$main-2783434820695599, number: 2783434820695599}}, {type: FlutterView, id: _flutterView/0x7f9a39cf4e20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1831553505254763, name: main.dart$main-1831553505254763, number: 1831553505254763}}, {type: FlutterView, id: _flutterView/0x7f9a3a034620, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2371331748511091, name: main.dart$main-2371331748511091, number: 2371331748511091}}, {type: FlutterView, id: _flutterView/0x7f9a3a041220, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3573218313756455, name: main.dart$main-3573218313756455, number: 3573218313756455}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a05ca20, isolate: {type: @Isolate, fixedId: true, id: isolates/3470385032056187, name: main.dart$main-3470385032056187, number: 3470385032056187}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a069020, isolate: {type: @Isolate, fixedId: true, id: isolates/258690339374671, name: main.dart$main-258690339374671, number: 258690339374671}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3a0a1420, isolate: {type: @Isolate, fixedId: true, id: isolates/1456333665798471, name: main.dart$main-1456333665798471, number: | |
1456333665798471}}, {type: FlutterView, id: _flutterView/0x7f9a3a126020, isolate: {type: @Isolate, fixedId: true, id: isolates/2634484931456419, name: | |
main.dart$main-2634484931456419, number: 2634484931456419}}, {type: FlutterView, id: _flutterView/0x7f9a3a14e020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/637053647604995, name: main.dart$main-637053647604995, number: 637053647604995}}, {type: FlutterView, id: _flutterView/0x7f9a3a1ae820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/558319210324131, name: main.dart$main-558319210324131, number: 558319210324131}}, {type: FlutterView, id: _flutterView/0x7f9a3a1c7220, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/1309321134146091, name: main.dart$main-1309321134146091, number: 1309321134146091}}, {type: FlutterView, id: _flutterView/0x7f9a3a1f3c20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3771156346302339, name: main.dart$main-3771156346302339, number: 3771156346302339}}, {type: FlutterView, id: _flutterView/0x7f9a3a218020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/2347201678698679, name: main.dart$main-2347201678698679, number: 2347201678698679}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a24ec20, isolate: {type: @Isolate, fixedId: true, id: isolates/2079547835382411, name: main.dart$main-2079547835382411, number: 2079547835382411}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a253620, isolate: {type: @Isolate, fixedId: true, id: isolates/2831526517630263, name: main.dart$main-2831526517630263, number: | |
2831526517630263}}, {type: FlutterView, id: _flutterView/0x7f9a3a25ac20, isolate: {type: @Isolate, fixedId: true, id: isolates/3216222083778599, name: | |
main.dart$main-3216222083778599, number: 3216222083778599}}, {type: FlutterView, id: _flutterView/0x7f9a3a25b420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2489779642417271, name: main.dart$main-2489779642417271, number: 2489779642417271}}, {type: FlutterView, id: _flutterView/0x7f9a3a262a20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/464252758218119, name: main.dart$main-464252758218119, number: 464252758218119}}, {type: FlutterView, id: _flutterView/0x7f9a3a2b0820, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/3260478122132543, name: main.dart$main-3260478122132543, number: 3260478122132543}}, {type: FlutterView, id: _flutterView/0x7f9a3a2c9620, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3494668471508135, name: main.dart$main-3494668471508135, number: 3494668471508135}}, {type: FlutterView, id: _flutterView/0x7f9a3a2cfa20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/2920320984729007, name: main.dart$main-2920320984729007, number: 2920320984729007}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a2d2a20, isolate: {type: @Isolate, fixedId: true, id: isolates/826551533768687, name: main.dart$main-826551533768687, number: 826551533768687}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a2fb620, isolate: {type: @Isolate, fixedId: true, id: isolates/579369738285859, name: main.dart$main-579369738285859, number: 579369738285859}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3a2fbe20, isolate: {type: @Isolate, fixedId: true, id: isolates/1780639423362415, name: main.dart$main-1780639423362415, number: | |
1780639423362415}}, {type: FlutterView, id: _flutterView/0x7f9a3a300c20, isolate: {type: @Isolate, fixedId: true, id: isolates/483326643394295, name: main.dart$main-483326643394295, | |
number: 483326643394295}}, {type: FlutterView, id: _flutterView/0x7f9a3a30ca20, isolate: {type: @Isolate, fixedId: true, id: isolates/4234834271653599, name: | |
main.dart$main-4234834271653599, number: 4234834271653599}}, {type: FlutterView, id: _flutterView/0x7f9a3a399e20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3800687468534179, name: main.dart$main-3800687468534179, number: 3800687468534179}}, {type: FlutterView, id: _flutterView/0x7f9a3a3bee20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1007771839575999, name: main.dart$main-1007771839575999, number: 1007771839575999}}, {type: FlutterView, id: _flutterView/0x7f9a3a3c8220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1078421517393563, name: main.dart$main-1078421517393563, number: 1078421517393563}}, {type: FlutterView, id: _flutterView/0x7f9a3a3d3c20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/787447926936159, name: main.dart$main-787447926936159, number: 787447926936159}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a3dbc20, isolate: {type: @Isolate, fixedId: true, id: isolates/4161232765018611, name: main.dart$main-4161232765018611, number: 4161232765018611}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a444420, isolate: {type: @Isolate, fixedId: true, id: isolates/4362655917341343, name: main.dart$main-4362655917341343, number: | |
4362655917341343}}, {type: FlutterView, id: _flutterView/0x7f9a3a44b420, isolate: {type: @Isolate, fixedId: true, id: isolates/4142631569310035, name: | |
main.dart$main-4142631569310035, number: 4142631569310035}}, {type: FlutterView, id: _flutterView/0x7f9a3a44bc20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1346659578688795, name: main.dart$main-1346659578688795, number: 1346659578688795}}, {type: FlutterView, id: _flutterView/0x7f9a3a456020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2475594796532331, name: main.dart$main-2475594796532331, number: 2475594796532331}}, {type: FlutterView, id: _flutterView/0x7f9a3a45e220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3260369866590375, name: main.dart$main-3260369866590375, number: 3260369866590375}}, {type: FlutterView, id: _flutterView/0x7f9a3a49f820, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/2875480806094175, name: main.dart$main-2875480806094175, number: 2875480806094175}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a4ae220, isolate: {type: @Isolate, fixedId: true, id: isolates/2610702037459075, name: main.dart$main-2610702037459075, number: 2610702037459075}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a4eb620, isolate: {type: @Isolate, fixedId: true, id: isolates/1205056533380735, name: main.dart$main-1205056533380735, number: | |
1205056533380735}}, {type: FlutterView, id: _flutterView/0x7f9a3a4f2220, isolate: {type: @Isolate, fixedId: true, id: isolates/699117934005311, name: main.dart$main-699117934005311, | |
number: 699117934005311}}, {type: FlutterView, id: _flutterView/0x7f9a3a4f9020, isolate: {type: @Isolate, fixedId: true, id: isolates/2712078374812023, name: | |
main.dart$main-2712078374812023, number: 2712078374812023}}, {type: FlutterView, id: _flutterView/0x7f9a3a501220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3619465843370267, name: main.dart$main-3619465843370267, number: 3619465843370267}}, {type: FlutterView, id: _flutterView/0x7f9a3a508820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2711820386046139, name: main.dart$main-2711820386046139, number: 2711820386046139}}, {type: FlutterView, id: _flutterView/0x7f9a3a52ca20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/771528529486291, name: main.dart$main-771528529486291, number: 771528529486291}}, {type: FlutterView, id: _flutterView/0x7f9a3a545620, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/275546187137751, name: main.dart$main-275546187137751, number: 275546187137751}}, {type: FlutterView, id: _flutterView/0x7f9a3a565620, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1167419605018643, name: main.dart$main-1167419605018643, number: 1167419605018643}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a5b8020, isolate: {type: @Isolate, fixedId: true, id: isolates/3940630206629715, name: main.dart$main-3940630206629715, number: 3940630206629715}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a5f2a20, isolate: {type: @Isolate, fixedId: true, id: isolates/2669819739078239, name: main.dart$main-2669819739078239, number: | |
2669819739078239}}, {type: FlutterView, id: _flutterView/0x7f9a3a604620, isolate: {type: @Isolate, fixedId: true, id: isolates/2467924709160035, name: | |
main.dart$main-2467924709160035, number: 2467924709160035}}, {type: FlutterView, id: _flutterView/0x7f9a3a618e20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2076064503292243, name: main.dart$main-2076064503292243, number: 2076064503292243}}, {type: FlutterView, id: _flutterView/0x7f9a3a639e20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/88825451390111, name: main.dart$main-88825451390111, number: 88825451390111}}, {type: FlutterView, id: _flutterView/0x7f9a3a64a220, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/1447507824932387, name: main.dart$main-1447507824932387, number: 1447507824932387}}, {type: FlutterView, id: _flutterView/0x7f9a3a677220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4498958580800931, name: main.dart$main-4498958580800931, number: 4498958580800931}}, {type: FlutterView, id: _flutterView/0x7f9a3a693e20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1803651704624767, name: main.dart$main-1803651704624767, number: 1803651704624767}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a6aa020, isolate: {type: @Isolate, fixedId: true, id: isolates/3531863001184183, name: main.dart$main-3531863001184183, number: 3531863001184183}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a6c5e20, isolate: {type: @Isolate, fixedId: true, id: isolates/2333013540824131, name: main.dart$main-2333013540824131, number: | |
2333013540824131}}, {type: FlutterView, id: _flutterView/0x7f9a3a6e4620, isolate: {type: @Isolate, fixedId: true, id: isolates/308045593215083, name: main.dart$main-308045593215083, | |
number: 308045593215083}}, {type: FlutterView, id: _flutterView/0x7f9a3a74b620, isolate: {type: @Isolate, fixedId: true, id: isolates/3344706683009131, name: | |
main.dart$main-3344706683009131, number: 3344706683009131}}, {type: FlutterView, id: _flutterView/0x7f9a3a75de20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3764255276706911, name: main.dart$main-3764255276706911, number: 3764255276706911}}, {type: FlutterView, id: _flutterView/0x7f9a3a79f020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3223896397382511, name: main.dart$main-3223896397382511, number: 3223896397382511}}, {type: FlutterView, id: _flutterView/0x7f9a3a7b2820, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/473464565861739, name: main.dart$main-473464565861739, number: 473464565861739}}, {type: FlutterView, id: _flutterView/0x7f9a3a7de020, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/4326150680960515, name: main.dart$main-4326150680960515, number: 4326150680960515}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a7f2e20, isolate: {type: @Isolate, fixedId: true, id: isolates/60619566974995, name: main.dart$main-60619566974995, number: 60619566974995}}, {type: FlutterView, | |
id: _flutterView/0x7f9a3a808220, isolate: {type: @Isolate, fixedId: true, id: isolates/3707012556857839, name: main.dart$main-3707012556857839, number: 3707012556857839}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a819620, isolate: {type: @Isolate, fixedId: true, id: isolates/1850926998989511, name: main.dart$main-1850926998989511, number: | |
1850926998989511}}, {type: FlutterView, id: _flutterView/0x7f9a3a81f420, isolate: {type: @Isolate, fixedId: true, id: isolates/3952265617398543, name: | |
main.dart$main-3952265617398543, number: 3952265617398543}}, {type: FlutterView, id: _flutterView/0x7f9a3a826420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/826757923802819, name: main.dart$main-826757923802819, number: 826757923802819}}, {type: FlutterView, id: _flutterView/0x7f9a3a82a020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1732750631625467, name: main.dart$main-1732750631625467, number: 1732750631625467}}, {type: FlutterView, id: _flutterView/0x7f9a3a840020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1536800144888059, name: main.dart$main-1536800144888059, number: 1536800144888059}}, {type: FlutterView, id: _flutterView/0x7f9a3a859c20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1214281289973263, name: main.dart$main-1214281289973263, number: 1214281289973263}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a88be20, isolate: {type: @Isolate, fixedId: true, id: isolates/1987237270932191, name: main.dart$main-1987237270932191, number: 1987237270932191}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a8a3820, isolate: {type: @Isolate, fixedId: true, id: isolates/467362647118775, name: main.dart$main-467362647118775, number: 467362647118775}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3a8bb620, isolate: {type: @Isolate, fixedId: true, id: isolates/3144385025535043, name: main.dart$main-3144385025535043, number: | |
3144385025535043}}, {type: FlutterView, id: _flutterView/0x7f9a3a8bc420, isolate: {type: @Isolate, fixedId: true, id: isolates/3198679331405763, name: | |
main.dart$main-3198679331405763, number: 3198679331405763}}, {type: FlutterView, id: _flutterView/0x7f9a3a8cee20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/781676373830827, name: main.dart$main-781676373830827, number: 781676373830827}}, {type: FlutterView, id: _flutterView/0x7f9a3a8e6420, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3468034443917275, name: main.dart$main-3468034443917275, number: 3468034443917275}}, {type: FlutterView, id: _flutterView/0x7f9a3a8e6c20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/86285489333163, name: main.dart$main-86285489333163, number: 86285489333163}}, {type: FlutterView, id: _flutterView/0x7f9a3a8f2e20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/2194070820717351, name: main.dart$main-2194070820717351, number: 2194070820717351}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a90d420, isolate: {type: @Isolate, fixedId: true, id: isolates/4283445365381547, name: main.dart$main-4283445365381547, number: 4283445365381547}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a919020, isolate: {type: @Isolate, fixedId: true, id: isolates/3900601282086359, name: main.dart$main-3900601282086359, number: | |
3900601282086359}}, {type: FlutterView, id: _flutterView/0x7f9a3a923020, isolate: {type: @Isolate, fixedId: true, id: isolates/1683703013657811, name: | |
main.dart$main-1683703013657811, number: 1683703013657811}}, {type: FlutterView, id: _flutterView/0x7f9a3a94e020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1145453299163063, name: main.dart$main-1145453299163063, number: 1145453299163063}}, {type: FlutterView, id: _flutterView/0x7f9a3a954620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1252466945720943, name: main.dart$main-1252466945720943, number: 1252466945720943}}, {type: FlutterView, id: _flutterView/0x7f9a3a966020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3538360960020031, name: main.dart$main-3538360960020031, number: 3538360960020031}}, {type: FlutterView, id: _flutterView/0x7f9a3a96ca20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/927838569242859, name: main.dart$main-927838569242859, number: 927838569242859}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3a972020, isolate: {type: @Isolate, fixedId: true, id: isolates/3959887222347219, name: main.dart$main-3959887222347219, number: 3959887222347219}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3a97aa20, isolate: {type: @Isolate, fixedId: true, id: isolates/16941224035531, name: main.dart$main-16941224035531, number: 16941224035531}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3a9c5e20, isolate: {type: @Isolate, fixedId: true, id: isolates/1809198266367599, name: main.dart$main-1809198266367599, number: | |
1809198266367599}}, {type: FlutterView, id: _flutterView/0x7f9a3a9e5620, isolate: {type: @Isolate, fixedId: true, id: isolates/1056023870424895, name: | |
main.dart$main-1056023870424895, number: 1056023870424895}}, {type: FlutterView, id: _flutterView/0x7f9a3a9fe820, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1927120190771319, name: main.dart$main-1927120190771319, number: 1927120190771319}}, {type: FlutterView, id: _flutterView/0x7f9a3aa08c20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3090559833898703, name: main.dart$main-3090559833898703, number: 3090559833898703}}, {type: FlutterView, id: _flutterView/0x7f9a3aa26e20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3058434779802303, name: main.dart$main-3058434779802303, number: 3058434779802303}}, {type: FlutterView, id: _flutterView/0x7f9a3aa95a20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1251461332238731, name: main.dart$main-1251461332238731, number: 1251461332238731}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3aad3e20, isolate: {type: @Isolate, fixedId: true, id: isolates/3625146403693403, name: main.dart$main-3625146403693403, number: 3625146403693403}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ab05e20, isolate: {type: @Isolate, fixedId: true, id: isolates/1723177641161103, name: main.dart$main-1723177641161103, number: | |
1723177641161103}}, {type: FlutterView, id: _flutterView/0x7f9a3ab14620, isolate: {type: @Isolate, fixedId: true, id: isolates/361757288476535, name: main.dart$main-361757288476535, | |
number: 361757288476535}}, {type: FlutterView, id: _flutterView/0x7f9a3ab1a020, isolate: {type: @Isolate, fixedId: true, id: isolates/3250633253208583, name: | |
main.dart$main-3250633253208583, number: 3250633253208583}}, {type: FlutterView, id: _flutterView/0x7f9a3ab2b020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2676994432057491, name: main.dart$main-2676994432057491, number: 2676994432057491}}, {type: FlutterView, id: _flutterView/0x7f9a3ab35220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1105526780095735, name: main.dart$main-1105526780095735, number: 1105526780095735}}, {type: FlutterView, id: _flutterView/0x7f9a3ab81620, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1399300987658587, name: main.dart$main-1399300987658587, number: 1399300987658587}}, {type: FlutterView, id: _flutterView/0x7f9a3ab98820, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/2140147458783251, name: main.dart$main-2140147458783251, number: 2140147458783251}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3aba1e20, isolate: {type: @Isolate, fixedId: true, id: isolates/1863946311585803, name: main.dart$main-1863946311585803, number: 1863946311585803}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3abb8620, isolate: {type: @Isolate, fixedId: true, id: isolates/173856805866423, name: main.dart$main-173856805866423, number: 173856805866423}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3abd4c20, isolate: {type: @Isolate, fixedId: true, id: isolates/901599133751059, name: main.dart$main-901599133751059, number: | |
901599133751059}}, {type: FlutterView, id: _flutterView/0x7f9a3abd5420, isolate: {type: @Isolate, fixedId: true, id: isolates/27571221259051, name: main.dart$main-27571221259051, | |
number: 27571221259051}}, {type: FlutterView, id: _flutterView/0x7f9a3abe9a20, isolate: {type: @Isolate, fixedId: true, id: isolates/3280090589829071, name: | |
main.dart$main-3280090589829071, number: 3280090589829071}}, {type: FlutterView, id: _flutterView/0x7f9a3ac12020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2237918071087991, name: main.dart$main-2237918071087991, number: 2237918071087991}}, {type: FlutterView, id: _flutterView/0x7f9a3ac1f220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/406227655874447, name: main.dart$main-406227655874447, number: 406227655874447}}, {type: FlutterView, id: _flutterView/0x7f9a3ac20820, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/2541424114685619, name: main.dart$main-2541424114685619, number: 2541424114685619}}, {type: FlutterView, id: _flutterView/0x7f9a3ac65e20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3011890409471499, name: main.dart$main-3011890409471499, number: 3011890409471499}}, {type: FlutterView, id: _flutterView/0x7f9a3ac6d220, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/2305428290174835, name: main.dart$main-2305428290174835, number: 2305428290174835}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3ac73820, isolate: {type: @Isolate, fixedId: true, id: isolates/3426193835612919, name: main.dart$main-3426193835612919, number: 3426193835612919}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ac81020, isolate: {type: @Isolate, fixedId: true, id: isolates/651302685046931, name: main.dart$main-651302685046931, number: 651302685046931}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3ac94020, isolate: {type: @Isolate, fixedId: true, id: isolates/1463214652603831, name: main.dart$main-1463214652603831, number: | |
1463214652603831}}, {type: FlutterView, id: _flutterView/0x7f9a3aca4820, isolate: {type: @Isolate, fixedId: true, id: isolates/3598424892304435, name: | |
main.dart$main-3598424892304435, number: 3598424892304435}}, {type: FlutterView, id: _flutterView/0x7f9a3acc2a20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1217210676260551, name: main.dart$main-1217210676260551, number: 1217210676260551}}, {type: FlutterView, id: _flutterView/0x7f9a3acd7020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2407546766096403, name: main.dart$main-2407546766096403, number: 2407546766096403}}, {type: FlutterView, id: _flutterView/0x7f9a3acf8020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/717515305904051, name: main.dart$main-717515305904051, number: 717515305904051}}, {type: FlutterView, id: _flutterView/0x7f9a3ad50e20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/3064095031110831, name: main.dart$main-3064095031110831, number: 3064095031110831}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3ad70420, isolate: {type: @Isolate, fixedId: true, id: isolates/4044641148677079, name: main.dart$main-4044641148677079, number: 4044641148677079}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ad78820, isolate: {type: @Isolate, fixedId: true, id: isolates/1394969875707195, name: main.dart$main-1394969875707195, number: | |
1394969875707195}}, {type: FlutterView, id: _flutterView/0x7f9a3ad79020, isolate: {type: @Isolate, fixedId: true, id: isolates/869007501893851, name: main.dart$main-869007501893851, | |
number: 869007501893851}}, {type: FlutterView, id: _flutterView/0x7f9a3ad7dc20, isolate: {type: @Isolate, fixedId: true, id: isolates/186556680449687, name: | |
main.dart$main-186556680449687, number: 186556680449687}}, {type: FlutterView, id: _flutterView/0x7f9a3ada6e20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/814754789624767, name: main.dart$main-814754789624767, number: 814754789624767}}, {type: FlutterView, id: _flutterView/0x7f9a3adcd020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1806732116593731, name: main.dart$main-1806732116593731, number: 1806732116593731}}, {type: FlutterView, id: _flutterView/0x7f9a3add5220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3025994609213919, name: main.dart$main-3025994609213919, number: 3025994609213919}}, {type: FlutterView, id: _flutterView/0x7f9a3ade6e20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/426203097891663, name: main.dart$main-426203097891663, number: 426203097891663}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3ae0b220, isolate: {type: @Isolate, fixedId: true, id: isolates/4396030619001171, name: main.dart$main-4396030619001171, number: 4396030619001171}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ae22220, isolate: {type: @Isolate, fixedId: true, id: isolates/324107623611787, name: main.dart$main-324107623611787, number: 324107623611787}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3ae22a20, isolate: {type: @Isolate, fixedId: true, id: isolates/3295590743785115, name: main.dart$main-3295590743785115, number: | |
3295590743785115}}, {type: FlutterView, id: _flutterView/0x7f9a3ae32620, isolate: {type: @Isolate, fixedId: true, id: isolates/1618910219579775, name: | |
main.dart$main-1618910219579775, number: 1618910219579775}}, {type: FlutterView, id: _flutterView/0x7f9a3ae34a20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2777217238479383, name: main.dart$main-2777217238479383, number: 2777217238479383}}, {type: FlutterView, id: _flutterView/0x7f9a3ae37820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1147137424627963, name: main.dart$main-1147137424627963, number: 1147137424627963}}, {type: FlutterView, id: _flutterView/0x7f9a3ae5d020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4283589430546963, name: main.dart$main-4283589430546963, number: 4283589430546963}}, {type: FlutterView, id: _flutterView/0x7f9a3ae80020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/432699514538695, name: main.dart$main-432699514538695, number: 432699514538695}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3ae80820, isolate: {type: @Isolate, fixedId: true, id: isolates/3569289239242963, name: main.dart$main-3569289239242963, number: 3569289239242963}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ae91c20, isolate: {type: @Isolate, fixedId: true, id: isolates/464273493385007, name: main.dart$main-464273493385007, number: 464273493385007}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3ae95420, isolate: {type: @Isolate, fixedId: true, id: isolates/3272356132253119, name: main.dart$main-3272356132253119, number: | |
3272356132253119}}, {type: FlutterView, id: _flutterView/0x7f9a3ae95c20, isolate: {type: @Isolate, fixedId: true, id: isolates/608259718975311, name: main.dart$main-608259718975311, | |
number: 608259718975311}}, {type: FlutterView, id: _flutterView/0x7f9a3aebe220, isolate: {type: @Isolate, fixedId: true, id: isolates/2728763494526735, name: | |
main.dart$main-2728763494526735, number: 2728763494526735}}, {type: FlutterView, id: _flutterView/0x7f9a3aed6020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2682347223468455, name: main.dart$main-2682347223468455, number: 2682347223468455}}, {type: FlutterView, id: _flutterView/0x7f9a3af06020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1353477217704003, name: main.dart$main-1353477217704003, number: 1353477217704003}}, {type: FlutterView, id: _flutterView/0x7f9a3af07820, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/501093326672979, name: main.dart$main-501093326672979, number: 501093326672979}}, {type: FlutterView, id: _flutterView/0x7f9a3af27e20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/2745317499524239, name: main.dart$main-2745317499524239, number: 2745317499524239}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3af83a20, isolate: {type: @Isolate, fixedId: true, id: isolates/1629927652281671, name: main.dart$main-1629927652281671, number: 1629927652281671}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3af87220, isolate: {type: @Isolate, fixedId: true, id: isolates/18298771681619, name: main.dart$main-18298771681619, number: 18298771681619}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3afb6a20, isolate: {type: @Isolate, fixedId: true, id: isolates/3259122338610291, name: main.dart$main-3259122338610291, number: | |
3259122338610291}}, {type: FlutterView, id: _flutterView/0x7f9a3afc9620, isolate: {type: @Isolate, fixedId: true, id: isolates/2735214884187111, name: | |
main.dart$main-2735214884187111, number: 2735214884187111}}, {type: FlutterView, id: _flutterView/0x7f9a3afe4a20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3502381083936127, name: main.dart$main-3502381083936127, number: 3502381083936127}}, {type: FlutterView, id: _flutterView/0x7f9a3b0b3820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/105292817191251, name: main.dart$main-105292817191251, number: 105292817191251}}, {type: FlutterView, id: _flutterView/0x7f9a3b0f5020, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/897333183780451, name: main.dart$main-897333183780451, number: 897333183780451}}, {type: FlutterView, id: _flutterView/0x7f9a3b1f2220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4359488150868351, name: main.dart$main-4359488150868351, number: 4359488150868351}}, {type: FlutterView, id: _flutterView/0x7f9a3b40ca20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/4390129152439735, name: main.dart$main-4390129152439735, number: 4390129152439735}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3b7b9620, isolate: {type: @Isolate, fixedId: true, id: isolates/3807010387865491, name: main.dart$main-3807010387865491, number: 3807010387865491}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3c808820, isolate: {type: @Isolate, fixedId: true, id: isolates/2682301949259843, name: main.dart$main-2682301949259843, number: | |
2682301949259843}}, {type: FlutterView, id: _flutterView/0x7f9a3c826020, isolate: {type: @Isolate, fixedId: true, id: isolates/1050523216152875, name: | |
main.dart$main-1050523216152875, number: 1050523216152875}}, {type: FlutterView, id: _flutterView/0x7f9a3c843420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2655552092179671, name: main.dart$main-2655552092179671, number: 2655552092179671}}, {type: FlutterView, id: _flutterView/0x7f9a3c85c020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1437562809547771, name: main.dart$main-1437562809547771, number: 1437562809547771}}, {type: FlutterView, id: _flutterView/0x7f9a3c872220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2860017943686903, name: main.dart$main-2860017943686903, number: 2860017943686903}}, {type: FlutterView, id: _flutterView/0x7f9a3c872a20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3764041556721635, name: main.dart$main-3764041556721635, number: 3764041556721635}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3c8b4820, isolate: {type: @Isolate, fixedId: true, id: isolates/30821590511795, name: main.dart$main-30821590511795, number: 30821590511795}}, {type: FlutterView, | |
id: _flutterView/0x7f9a3c8c6620, isolate: {type: @Isolate, fixedId: true, id: isolates/983621387042063, name: main.dart$main-983621387042063, number: 983621387042063}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3c8d0a20, isolate: {type: @Isolate, fixedId: true, id: isolates/3528541240396283, name: main.dart$main-3528541240396283, number: | |
3528541240396283}}, {type: FlutterView, id: _flutterView/0x7f9a3c8f5620, isolate: {type: @Isolate, fixedId: true, id: isolates/2976352016654203, name: | |
main.dart$main-2976352016654203, number: 2976352016654203}}, {type: FlutterView, id: _flutterView/0x7f9a3c8f8420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/242954526338783, name: main.dart$main-242954526338783, number: 242954526338783}}, {type: FlutterView, id: _flutterView/0x7f9a3c912620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2177518301948167, name: main.dart$main-2177518301948167, number: 2177518301948167}}, {type: FlutterView, id: _flutterView/0x7f9a3c972420, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/7922825092291, name: main.dart$main-7922825092291, number: 7922825092291}}, {type: FlutterView, id: _flutterView/0x7f9a3c983c20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/2414074051276967, name: main.dart$main-2414074051276967, number: 2414074051276967}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3c986220, isolate: {type: @Isolate, fixedId: true, id: isolates/42542973467431, name: main.dart$main-42542973467431, number: 42542973467431}}, {type: FlutterView, | |
id: _flutterView/0x7f9a3c9b0e20, isolate: {type: @Isolate, fixedId: true, id: isolates/2629613495300167, name: main.dart$main-2629613495300167, number: 2629613495300167}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3c9cc820, isolate: {type: @Isolate, fixedId: true, id: isolates/522497206797471, name: main.dart$main-522497206797471, number: 522497206797471}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3c9e1e20, isolate: {type: @Isolate, fixedId: true, id: isolates/1908672288768823, name: main.dart$main-1908672288768823, number: | |
1908672288768823}}, {type: FlutterView, id: _flutterView/0x7f9a3c9f4a20, isolate: {type: @Isolate, fixedId: true, id: isolates/2736125020999071, name: | |
main.dart$main-2736125020999071, number: 2736125020999071}}, {type: FlutterView, id: _flutterView/0x7f9a3ca1a820, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4474841189433951, name: main.dart$main-4474841189433951, number: 4474841189433951}}, {type: FlutterView, id: _flutterView/0x7f9a3ca1ca20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2673205331212895, name: main.dart$main-2673205331212895, number: 2673205331212895}}, {type: FlutterView, id: _flutterView/0x7f9a3ca51820, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4217777454874415, name: main.dart$main-4217777454874415, number: 4217777454874415}}, {type: FlutterView, id: _flutterView/0x7f9a3ca55a20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3708786807979715, name: main.dart$main-3708786807979715, number: 3708786807979715}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3ca57820, isolate: {type: @Isolate, fixedId: true, id: isolates/178315550227339, name: main.dart$main-178315550227339, number: 178315550227339}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ca74820, isolate: {type: @Isolate, fixedId: true, id: isolates/1829224961450859, name: main.dart$main-1829224961450859, number: | |
1829224961450859}}, {type: FlutterView, id: _flutterView/0x7f9a3ca76220, isolate: {type: @Isolate, fixedId: true, id: isolates/3249003804918131, name: | |
main.dart$main-3249003804918131, number: 3249003804918131}}, {type: FlutterView, id: _flutterView/0x7f9a3ca9d020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/501897581674735, name: main.dart$main-501897581674735, number: 501897581674735}}, {type: FlutterView, id: _flutterView/0x7f9a3caa8a20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/455545904431335, name: main.dart$main-455545904431335, number: 455545904431335}}, {type: FlutterView, id: _flutterView/0x7f9a3cacf220, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/2539236309074291, name: main.dart$main-2539236309074291, number: 2539236309074291}}, {type: FlutterView, id: _flutterView/0x7f9a3caff820, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3148372362715247, name: main.dart$main-3148372362715247, number: 3148372362715247}}, {type: FlutterView, id: _flutterView/0x7f9a3cb02020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3277855469411531, name: main.dart$main-3277855469411531, number: 3277855469411531}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3cb17420, isolate: {type: @Isolate, fixedId: true, id: isolates/2992247979021119, name: main.dart$main-2992247979021119, number: 2992247979021119}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3cb20220, isolate: {type: @Isolate, fixedId: true, id: isolates/1463298280796095, name: main.dart$main-1463298280796095, number: | |
1463298280796095}}, {type: FlutterView, id: _flutterView/0x7f9a3cb3f620, isolate: {type: @Isolate, fixedId: true, id: isolates/1117074817988663, name: | |
main.dart$main-1117074817988663, number: 1117074817988663}}, {type: FlutterView, id: _flutterView/0x7f9a3cb74020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1861942459139391, name: main.dart$main-1861942459139391, number: 1861942459139391}}, {type: FlutterView, id: _flutterView/0x7f9a3cb77020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/712333370474571, name: main.dart$main-712333370474571, number: 712333370474571}}, {type: FlutterView, id: _flutterView/0x7f9a3cb7fe20, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/360479800357611, name: main.dart$main-360479800357611, number: 360479800357611}}, {type: FlutterView, id: _flutterView/0x7f9a3cb98220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1501315146167, name: main.dart$main-1501315146167, number: 1501315146167}}, {type: FlutterView, id: _flutterView/0x7f9a3cbb0e20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/2303833574362711, name: main.dart$main-2303833574362711, number: 2303833574362711}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3cbbd020, isolate: {type: @Isolate, fixedId: true, id: isolates/2080948516082447, name: main.dart$main-2080948516082447, number: 2080948516082447}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3cbdb220, isolate: {type: @Isolate, fixedId: true, id: isolates/1078987514644731, name: main.dart$main-1078987514644731, number: | |
1078987514644731}}, {type: FlutterView, id: _flutterView/0x7f9a3cc08020, isolate: {type: @Isolate, fixedId: true, id: isolates/1933274577499863, name: | |
main.dart$main-1933274577499863, number: 1933274577499863}}, {type: FlutterView, id: _flutterView/0x7f9a3cc3a220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/459860633930939, name: main.dart$main-459860633930939, number: 459860633930939}}, {type: FlutterView, id: _flutterView/0x7f9a3cc7b220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3144690162038971, name: main.dart$main-3144690162038971, number: 3144690162038971}}, {type: FlutterView, id: _flutterView/0x7f9a3ccb3220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4051211111139487, name: main.dart$main-4051211111139487, number: 4051211111139487}}, {type: FlutterView, id: _flutterView/0x7f9a3cd02a20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/4044232902626247, name: main.dart$main-4044232902626247, number: 4044232902626247}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3cd15a20, isolate: {type: @Isolate, fixedId: true, id: isolates/1598311812831455, name: main.dart$main-1598311812831455, number: 1598311812831455}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3cd5d620, isolate: {type: @Isolate, fixedId: true, id: isolates/3918819832304479, name: main.dart$main-3918819832304479, number: | |
3918819832304479}}, {type: FlutterView, id: _flutterView/0x7f9a3cd6a220, isolate: {type: @Isolate, fixedId: true, id: isolates/3980967934551327, name: | |
main.dart$main-3980967934551327, number: 3980967934551327}}, {type: FlutterView, id: _flutterView/0x7f9a3cd7fa20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2104187181204743, name: main.dart$main-2104187181204743, number: 2104187181204743}}, {type: FlutterView, id: _flutterView/0x7f9a3cd80220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1283332483793463, name: main.dart$main-1283332483793463, number: 1283332483793463}}, {type: FlutterView, id: _flutterView/0x7f9a3cd90a20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1931917153209099, name: main.dart$main-1931917153209099, number: 1931917153209099}}, {type: FlutterView, id: _flutterView/0x7f9a3cdc9420, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3587926866140599, name: main.dart$main-3587926866140599, number: 3587926866140599}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3cddf420, isolate: {type: @Isolate, fixedId: true, id: isolates/4252703194056187, name: main.dart$main-4252703194056187, number: 4252703194056187}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3cdf1620, isolate: {type: @Isolate, fixedId: true, id: isolates/1606009737966143, name: main.dart$main-1606009737966143, number: | |
1606009737966143}}, {type: FlutterView, id: _flutterView/0x7f9a3cdfb220, isolate: {type: @Isolate, fixedId: true, id: isolates/3309617238467539, name: | |
main.dart$main-3309617238467539, number: 3309617238467539}}, {type: FlutterView, id: _flutterView/0x7f9a3ce3ea20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3270057646804511, name: main.dart$main-3270057646804511, number: 3270057646804511}}, {type: FlutterView, id: _flutterView/0x7f9a3ce81020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2725495776531323, name: main.dart$main-2725495776531323, number: 2725495776531323}}, {type: FlutterView, id: _flutterView/0x7f9a3ce86020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3883025605225083, name: main.dart$main-3883025605225083, number: 3883025605225083}}, {type: FlutterView, id: _flutterView/0x7f9a3ce8dc20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/551946806419079, name: main.dart$main-551946806419079, number: 551946806419079}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3ce9f620, isolate: {type: @Isolate, fixedId: true, id: isolates/750193925429355, name: main.dart$main-750193925429355, number: 750193925429355}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3cea7020, isolate: {type: @Isolate, fixedId: true, id: isolates/2110315901285307, name: main.dart$main-2110315901285307, number: | |
2110315901285307}}, {type: FlutterView, id: _flutterView/0x7f9a3cecd620, isolate: {type: @Isolate, fixedId: true, id: isolates/3019775110389231, name: | |
main.dart$main-3019775110389231, number: 3019775110389231}}, {type: FlutterView, id: _flutterView/0x7f9a3ceea820, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4053642027339863, name: main.dart$main-4053642027339863, number: 4053642027339863}}, {type: FlutterView, id: _flutterView/0x7f9a3cef7220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2642534317769727, name: main.dart$main-2642534317769727, number: 2642534317769727}}, {type: FlutterView, id: _flutterView/0x7f9a3cf2e220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4103903795338919, name: main.dart$main-4103903795338919, number: 4103903795338919}}, {type: FlutterView, id: _flutterView/0x7f9a3cf58420, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3963708811194163, name: main.dart$main-3963708811194163, number: 3963708811194163}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3cf6ac20, isolate: {type: @Isolate, fixedId: true, id: isolates/2582807785407, name: main.dart$main-2582807785407, number: 2582807785407}}, {type: FlutterView, | |
id: _flutterView/0x7f9a3cf7b420, isolate: {type: @Isolate, fixedId: true, id: isolates/771041243838763, name: main.dart$main-771041243838763, number: 771041243838763}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3cf99020, isolate: {type: @Isolate, fixedId: true, id: isolates/2938580746860863, name: main.dart$main-2938580746860863, number: | |
2938580746860863}}, {type: FlutterView, id: _flutterView/0x7f9a3d052a20, isolate: {type: @Isolate, fixedId: true, id: isolates/2495745193333479, name: | |
main.dart$main-2495745193333479, number: 2495745193333479}}, {type: FlutterView, id: _flutterView/0x7f9a3d056620, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2962419788989867, name: main.dart$main-2962419788989867, number: 2962419788989867}}, {type: FlutterView, id: _flutterView/0x7f9a3d093820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2041966740021959, name: main.dart$main-2041966740021959, number: 2041966740021959}}, {type: FlutterView, id: _flutterView/0x7f9a3d097e20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3363243356508511, name: main.dart$main-3363243356508511, number: 3363243356508511}}, {type: FlutterView, id: _flutterView/0x7f9a3d0c7020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1269332381145123, name: main.dart$main-1269332381145123, number: 1269332381145123}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d0d3c20, isolate: {type: @Isolate, fixedId: true, id: isolates/2689972321001527, name: main.dart$main-2689972321001527, number: 2689972321001527}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d0ff020, isolate: {type: @Isolate, fixedId: true, id: isolates/1652722620311831, name: main.dart$main-1652722620311831, number: | |
1652722620311831}}, {type: FlutterView, id: _flutterView/0x7f9a3d11e620, isolate: {type: @Isolate, fixedId: true, id: isolates/2893040053681371, name: | |
main.dart$main-2893040053681371, number: 2893040053681371}}, {type: FlutterView, id: _flutterView/0x7f9a3d126820, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4406700115581227, name: main.dart$main-4406700115581227, number: 4406700115581227}}, {type: FlutterView, id: _flutterView/0x7f9a3d134220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1199331137526259, name: main.dart$main-1199331137526259, number: 1199331137526259}}, {type: FlutterView, id: _flutterView/0x7f9a3d155220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2568976187780123, name: main.dart$main-2568976187780123, number: 2568976187780123}}, {type: FlutterView, id: _flutterView/0x7f9a3d1c0220, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/226978370940323, name: main.dart$main-226978370940323, number: 226978370940323}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d1c2620, isolate: {type: @Isolate, fixedId: true, id: isolates/3045814818871831, name: main.dart$main-3045814818871831, number: 3045814818871831}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d1cac20, isolate: {type: @Isolate, fixedId: true, id: isolates/1310572948585695, name: main.dart$main-1310572948585695, number: | |
1310572948585695}}, {type: FlutterView, id: _flutterView/0x7f9a3d1ed420, isolate: {type: @Isolate, fixedId: true, id: isolates/2065571355460815, name: | |
main.dart$main-2065571355460815, number: 2065571355460815}}, {type: FlutterView, id: _flutterView/0x7f9a3d216420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2529074567131815, name: main.dart$main-2529074567131815, number: 2529074567131815}}, {type: FlutterView, id: _flutterView/0x7f9a3d257c20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/833920507063075, name: main.dart$main-833920507063075, number: 833920507063075}}, {type: FlutterView, id: _flutterView/0x7f9a3d268e20, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/4399245500999747, name: main.dart$main-4399245500999747, number: 4399245500999747}}, {type: FlutterView, id: _flutterView/0x7f9a3d2dc820, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4431484858072867, name: main.dart$main-4431484858072867, number: 4431484858072867}}, {type: FlutterView, id: _flutterView/0x7f9a3d2ef020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/4350328782119187, name: main.dart$main-4350328782119187, number: 4350328782119187}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d304420, isolate: {type: @Isolate, fixedId: true, id: isolates/704299852487675, name: main.dart$main-704299852487675, number: 704299852487675}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d30a020, isolate: {type: @Isolate, fixedId: true, id: isolates/2168773320846239, name: main.dart$main-2168773320846239, number: | |
2168773320846239}}, {type: FlutterView, id: _flutterView/0x7f9a3d320020, isolate: {type: @Isolate, fixedId: true, id: isolates/2397916145794603, name: | |
main.dart$main-2397916145794603, number: 2397916145794603}}, {type: FlutterView, id: _flutterView/0x7f9a3d326420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4471939561905631, name: main.dart$main-4471939561905631, number: 4471939561905631}}, {type: FlutterView, id: _flutterView/0x7f9a3d386220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1246711502307835, name: main.dart$main-1246711502307835, number: 1246711502307835}}, {type: FlutterView, id: _flutterView/0x7f9a3d3a0a20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2628120586662447, name: main.dart$main-2628120586662447, number: 2628120586662447}}, {type: FlutterView, id: _flutterView/0x7f9a3d3c5620, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/89911242682103, name: main.dart$main-89911242682103, number: 89911242682103}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d3ddc20, isolate: {type: @Isolate, fixedId: true, id: isolates/4473244306189647, name: main.dart$main-4473244306189647, number: 4473244306189647}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d3efa20, isolate: {type: @Isolate, fixedId: true, id: isolates/2529391512065259, name: main.dart$main-2529391512065259, number: | |
2529391512065259}}, {type: FlutterView, id: _flutterView/0x7f9a3d40b220, isolate: {type: @Isolate, fixedId: true, id: isolates/1585399643581727, name: | |
main.dart$main-1585399643581727, number: 1585399643581727}}, {type: FlutterView, id: _flutterView/0x7f9a3d435220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2046679810627103, name: main.dart$main-2046679810627103, number: 2046679810627103}}, {type: FlutterView, id: _flutterView/0x7f9a3d475620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2214883470732743, name: main.dart$main-2214883470732743, number: 2214883470732743}}, {type: FlutterView, id: _flutterView/0x7f9a3d487220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1815350658312823, name: main.dart$main-1815350658312823, number: 1815350658312823}}, {type: FlutterView, id: _flutterView/0x7f9a3d491020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1792791044362607, name: main.dart$main-1792791044362607, number: 1792791044362607}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d4a1220, isolate: {type: @Isolate, fixedId: true, id: isolates/1765992321627111, name: main.dart$main-1765992321627111, number: 1765992321627111}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d4b2a20, isolate: {type: @Isolate, fixedId: true, id: isolates/425161067571023, name: main.dart$main-425161067571023, number: 425161067571023}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3d4bc420, isolate: {type: @Isolate, fixedId: true, id: isolates/2921496459037583, name: main.dart$main-2921496459037583, number: | |
2921496459037583}}, {type: FlutterView, id: _flutterView/0x7f9a3d516a20, isolate: {type: @Isolate, fixedId: true, id: isolates/3889823937507091, name: | |
main.dart$main-3889823937507091, number: 3889823937507091}}, {type: FlutterView, id: _flutterView/0x7f9a3d51c620, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2904922737181691, name: main.dart$main-2904922737181691, number: 2904922737181691}}, {type: FlutterView, id: _flutterView/0x7f9a3d52f820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2981419125121615, name: main.dart$main-2981419125121615, number: 2981419125121615}}, {type: FlutterView, id: _flutterView/0x7f9a3d539020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2021698904452391, name: main.dart$main-2021698904452391, number: 2021698904452391}}, {type: FlutterView, id: _flutterView/0x7f9a3d54b020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1425603213190943, name: main.dart$main-1425603213190943, number: 1425603213190943}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d57e620, isolate: {type: @Isolate, fixedId: true, id: isolates/571955731249427, name: main.dart$main-571955731249427, number: 571955731249427}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d599a20, isolate: {type: @Isolate, fixedId: true, id: isolates/4159379995754687, name: main.dart$main-4159379995754687, number: | |
4159379995754687}}, {type: FlutterView, id: _flutterView/0x7f9a3d59a220, isolate: {type: @Isolate, fixedId: true, id: isolates/1329626112285399, name: | |
main.dart$main-1329626112285399, number: 1329626112285399}}, {type: FlutterView, id: _flutterView/0x7f9a3d60ae20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2951263065710687, name: main.dart$main-2951263065710687, number: 2951263065710687}}, {type: FlutterView, id: _flutterView/0x7f9a3d630a20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/4068090327865847, name: main.dart$main-4068090327865847, number: 4068090327865847}}, {type: FlutterView, id: _flutterView/0x7f9a3d644e20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4005023584147, name: main.dart$main-4005023584147, number: 4005023584147}}, {type: FlutterView, id: _flutterView/0x7f9a3d659420, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/2246583371910207, name: main.dart$main-2246583371910207, number: 2246583371910207}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d667c20, isolate: {type: @Isolate, fixedId: true, id: isolates/1164622362229807, name: main.dart$main-1164622362229807, number: 1164622362229807}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d681220, isolate: {type: @Isolate, fixedId: true, id: isolates/2249074427776631, name: main.dart$main-2249074427776631, number: | |
2249074427776631}}, {type: FlutterView, id: _flutterView/0x7f9a3d6cd220, isolate: {type: @Isolate, fixedId: true, id: isolates/1433481406962843, name: | |
main.dart$main-1433481406962843, number: 1433481406962843}}, {type: FlutterView, id: _flutterView/0x7f9a3d6e4820, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2942930252689231, name: main.dart$main-2942930252689231, number: 2942930252689231}}, {type: FlutterView, id: _flutterView/0x7f9a3d6fd620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/374055050859315, name: main.dart$main-374055050859315, number: 374055050859315}}, {type: FlutterView, id: _flutterView/0x7f9a3d717620, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/1788097858617687, name: main.dart$main-1788097858617687, number: 1788097858617687}}, {type: FlutterView, id: _flutterView/0x7f9a3d74a020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3236256343234639, name: main.dart$main-3236256343234639, number: 3236256343234639}}, {type: FlutterView, id: _flutterView/0x7f9a3d788020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1666127461502571, name: main.dart$main-1666127461502571, number: 1666127461502571}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d7b9e20, isolate: {type: @Isolate, fixedId: true, id: isolates/3240546720077743, name: main.dart$main-3240546720077743, number: 3240546720077743}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d7d7a20, isolate: {type: @Isolate, fixedId: true, id: isolates/1711509407368787, name: main.dart$main-1711509407368787, number: | |
1711509407368787}}, {type: FlutterView, id: _flutterView/0x7f9a3d7da620, isolate: {type: @Isolate, fixedId: true, id: isolates/3423392083525163, name: | |
main.dart$main-3423392083525163, number: 3423392083525163}}, {type: FlutterView, id: _flutterView/0x7f9a3d7fc220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3519947762961063, name: main.dart$main-3519947762961063, number: 3519947762961063}}, {type: FlutterView, id: _flutterView/0x7f9a3d819820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2732552417182963, name: main.dart$main-2732552417182963, number: 2732552417182963}}, {type: FlutterView, id: _flutterView/0x7f9a3d81d820, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2870160159588999, name: main.dart$main-2870160159588999, number: 2870160159588999}}, {type: FlutterView, id: _flutterView/0x7f9a3d825820, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/4000779976148103, name: main.dart$main-4000779976148103, number: 4000779976148103}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d861a20, isolate: {type: @Isolate, fixedId: true, id: isolates/4284629870583227, name: main.dart$main-4284629870583227, number: 4284629870583227}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d86e620, isolate: {type: @Isolate, fixedId: true, id: isolates/4213758267973299, name: main.dart$main-4213758267973299, number: | |
4213758267973299}}, {type: FlutterView, id: _flutterView/0x7f9a3d875620, isolate: {type: @Isolate, fixedId: true, id: isolates/4273322489717095, name: | |
main.dart$main-4273322489717095, number: 4273322489717095}}, {type: FlutterView, id: _flutterView/0x7f9a3d899020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1766294777875743, name: main.dart$main-1766294777875743, number: 1766294777875743}}, {type: FlutterView, id: _flutterView/0x7f9a3d8f1e20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/419779816523887, name: main.dart$main-419779816523887, number: 419779816523887}}, {type: FlutterView, id: _flutterView/0x7f9a3d915620, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/3008451866291371, name: main.dart$main-3008451866291371, number: 3008451866291371}}, {type: FlutterView, id: _flutterView/0x7f9a3d915e20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2019082112734575, name: main.dart$main-2019082112734575, number: 2019082112734575}}, {type: FlutterView, id: _flutterView/0x7f9a3d91cc20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3771769014948187, name: main.dart$main-3771769014948187, number: 3771769014948187}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3d946220, isolate: {type: @Isolate, fixedId: true, id: isolates/406319771320603, name: main.dart$main-406319771320603, number: 406319771320603}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3d9a3020, isolate: {type: @Isolate, fixedId: true, id: isolates/2276405234473803, name: main.dart$main-2276405234473803, number: | |
2276405234473803}}, {type: FlutterView, id: _flutterView/0x7f9a3d9bda20, isolate: {type: @Isolate, fixedId: true, id: isolates/755751280981871, name: main.dart$main-755751280981871, | |
number: 755751280981871}}, {type: FlutterView, id: _flutterView/0x7f9a3d9c6820, isolate: {type: @Isolate, fixedId: true, id: isolates/1288445942521515, name: | |
main.dart$main-1288445942521515, number: 1288445942521515}}, {type: FlutterView, id: _flutterView/0x7f9a3d9c7020, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/603760028354147, name: main.dart$main-603760028354147, number: 603760028354147}}, {type: FlutterView, id: _flutterView/0x7f9a3d9dcc20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2835869997480763, name: main.dart$main-2835869997480763, number: 2835869997480763}}, {type: FlutterView, id: _flutterView/0x7f9a3d9f2620, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1569856065356283, name: main.dart$main-1569856065356283, number: 1569856065356283}}, {type: FlutterView, id: _flutterView/0x7f9a3da0d620, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1894202443600695, name: main.dart$main-1894202443600695, number: 1894202443600695}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3da3ae20, isolate: {type: @Isolate, fixedId: true, id: isolates/3594653700923199, name: main.dart$main-3594653700923199, number: 3594653700923199}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3da44820, isolate: {type: @Isolate, fixedId: true, id: isolates/1169109452367599, name: main.dart$main-1169109452367599, number: | |
1169109452367599}}, {type: FlutterView, id: _flutterView/0x7f9a3da7a820, isolate: {type: @Isolate, fixedId: true, id: isolates/2351591999810403, name: | |
main.dart$main-2351591999810403, number: 2351591999810403}}, {type: FlutterView, id: _flutterView/0x7f9a3da8f820, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4284508453623951, name: main.dart$main-4284508453623951, number: 4284508453623951}}, {type: FlutterView, id: _flutterView/0x7f9a3da93620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1759530187865375, name: main.dart$main-1759530187865375, number: 1759530187865375}}, {type: FlutterView, id: _flutterView/0x7f9a3daad020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3455671689399103, name: main.dart$main-3455671689399103, number: 3455671689399103}}, {type: FlutterView, id: _flutterView/0x7f9a3dab7420, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1629594970737255, name: main.dart$main-1629594970737255, number: 1629594970737255}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3dabe620, isolate: {type: @Isolate, fixedId: true, id: isolates/736742942651943, name: main.dart$main-736742942651943, number: 736742942651943}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3dae5020, isolate: {type: @Isolate, fixedId: true, id: isolates/92109099215167, name: main.dart$main-92109099215167, number: 92109099215167}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3daf6a20, isolate: {type: @Isolate, fixedId: true, id: isolates/3372522749391127, name: main.dart$main-3372522749391127, number: | |
3372522749391127}}, {type: FlutterView, id: _flutterView/0x7f9a3db0fe20, isolate: {type: @Isolate, fixedId: true, id: isolates/146089509200231, name: main.dart$main-146089509200231, | |
number: 146089509200231}}, {type: FlutterView, id: _flutterView/0x7f9a3db18820, isolate: {type: @Isolate, fixedId: true, id: isolates/1123672922509239, name: | |
main.dart$main-1123672922509239, number: 1123672922509239}}, {type: FlutterView, id: _flutterView/0x7f9a3db6cc20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/447061760601383, name: main.dart$main-447061760601383, number: 447061760601383}}, {type: FlutterView, id: _flutterView/0x7f9a3db93020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2574800153844459, name: main.dart$main-2574800153844459, number: 2574800153844459}}, {type: FlutterView, id: _flutterView/0x7f9a3dbaba20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3541948932121867, name: main.dart$main-3541948932121867, number: 3541948932121867}}, {type: FlutterView, id: _flutterView/0x7f9a3dbbd020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1682910370337187, name: main.dart$main-1682910370337187, number: 1682910370337187}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3dbc6620, isolate: {type: @Isolate, fixedId: true, id: isolates/3771768605122307, name: main.dart$main-3771768605122307, number: 3771768605122307}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3dbe1020, isolate: {type: @Isolate, fixedId: true, id: isolates/3517333671485507, name: main.dart$main-3517333671485507, number: | |
3517333671485507}}, {type: FlutterView, id: _flutterView/0x7f9a3dc5ca20, isolate: {type: @Isolate, fixedId: true, id: isolates/3588058909147131, name: | |
main.dart$main-3588058909147131, number: 3588058909147131}}, {type: FlutterView, id: _flutterView/0x7f9a3dc7de20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2308408499218907, name: main.dart$main-2308408499218907, number: 2308408499218907}}, {type: FlutterView, id: _flutterView/0x7f9a3dca7620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2515953915088595, name: main.dart$main-2515953915088595, number: 2515953915088595}}, {type: FlutterView, id: _flutterView/0x7f9a3dccf220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1296989895176743, name: main.dart$main-1296989895176743, number: 1296989895176743}}, {type: FlutterView, id: _flutterView/0x7f9a3dcd6c20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3355226690910455, name: main.dart$main-3355226690910455, number: 3355226690910455}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3dd05220, isolate: {type: @Isolate, fixedId: true, id: isolates/702133042638039, name: main.dart$main-702133042638039, number: 702133042638039}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3dd0c420, isolate: {type: @Isolate, fixedId: true, id: isolates/3046714647808383, name: main.dart$main-3046714647808383, number: | |
3046714647808383}}, {type: FlutterView, id: _flutterView/0x7f9a3dd1e820, isolate: {type: @Isolate, fixedId: true, id: isolates/1015282891757495, name: | |
main.dart$main-1015282891757495, number: 1015282891757495}}, {type: FlutterView, id: _flutterView/0x7f9a3dd36a20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2633758487386671, name: main.dart$main-2633758487386671, number: 2633758487386671}}, {type: FlutterView, id: _flutterView/0x7f9a3dd79e20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/858421617539347, name: main.dart$main-858421617539347, number: 858421617539347}}, {type: FlutterView, id: _flutterView/0x7f9a3ddb1e20, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/328508102955387, name: main.dart$main-328508102955387, number: 328508102955387}}, {type: FlutterView, id: _flutterView/0x7f9a3ddc2420, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3265068109549035, name: main.dart$main-3265068109549035, number: 3265068109549035}}, {type: FlutterView, id: _flutterView/0x7f9a3dddb020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1619098793311851, name: main.dart$main-1619098793311851, number: 1619098793311851}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3ddeda20, isolate: {type: @Isolate, fixedId: true, id: isolates/3113516570887363, name: main.dart$main-3113516570887363, number: 3113516570887363}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ddefe20, isolate: {type: @Isolate, fixedId: true, id: isolates/47164477306859, name: main.dart$main-47164477306859, number: 47164477306859}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3ddfd020, isolate: {type: @Isolate, fixedId: true, id: isolates/2457826488304643, name: main.dart$main-2457826488304643, number: | |
2457826488304643}}, {type: FlutterView, id: _flutterView/0x7f9a3de06420, isolate: {type: @Isolate, fixedId: true, id: isolates/1217561987007939, name: | |
main.dart$main-1217561987007939, number: 1217561987007939}}, {type: FlutterView, id: _flutterView/0x7f9a3de10420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3974790526795727, name: main.dart$main-3974790526795727, number: 3974790526795727}}, {type: FlutterView, id: _flutterView/0x7f9a3de30020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3079413287325295, name: main.dart$main-3079413287325295, number: 3079413287325295}}, {type: FlutterView, id: _flutterView/0x7f9a3de3cc20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1798827073624883, name: main.dart$main-1798827073624883, number: 1798827073624883}}, {type: FlutterView, id: _flutterView/0x7f9a3de5c020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/2073048010697083, name: main.dart$main-2073048010697083, number: 2073048010697083}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3de84020, isolate: {type: @Isolate, fixedId: true, id: isolates/3647121585868367, name: main.dart$main-3647121585868367, number: 3647121585868367}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3de8a020, isolate: {type: @Isolate, fixedId: true, id: isolates/1988441995679607, name: main.dart$main-1988441995679607, number: | |
1988441995679607}}, {type: FlutterView, id: _flutterView/0x7f9a3dedd220, isolate: {type: @Isolate, fixedId: true, id: isolates/4159686620921935, name: | |
main.dart$main-4159686620921935, number: 4159686620921935}}, {type: FlutterView, id: _flutterView/0x7f9a3def8220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3662586500766199, name: main.dart$main-3662586500766199, number: 3662586500766199}}, {type: FlutterView, id: _flutterView/0x7f9a3df2aa20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2904858546217323, name: main.dart$main-2904858546217323, number: 2904858546217323}}, {type: FlutterView, id: _flutterView/0x7f9a3df3ea20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1795621224048499, name: main.dart$main-1795621224048499, number: 1795621224048499}}, {type: FlutterView, id: _flutterView/0x7f9a3df52820, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1741035805287603, name: main.dart$main-1741035805287603, number: 1741035805287603}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3df5f620, isolate: {type: @Isolate, fixedId: true, id: isolates/2392852090116107, name: main.dart$main-2392852090116107, number: 2392852090116107}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3df86820, isolate: {type: @Isolate, fixedId: true, id: isolates/3698408200306167, name: main.dart$main-3698408200306167, number: | |
3698408200306167}}, {type: FlutterView, id: _flutterView/0x7f9a3df8a020, isolate: {type: @Isolate, fixedId: true, id: isolates/3718173390915063, name: | |
main.dart$main-3718173390915063, number: 3718173390915063}}, {type: FlutterView, id: _flutterView/0x7f9a3df9d620, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/399159258442359, name: main.dart$main-399159258442359, number: 399159258442359}}, {type: FlutterView, id: _flutterView/0x7f9a3e076c20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3586786117975211, name: main.dart$main-3586786117975211, number: 3586786117975211}}, {type: FlutterView, id: _flutterView/0x7f9a3e0dfa20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1342830056488071, name: main.dart$main-1342830056488071, number: 1342830056488071}}, {type: FlutterView, id: _flutterView/0x7f9a3e111620, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/715499325420903, name: main.dart$main-715499325420903, number: 715499325420903}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e11fa20, isolate: {type: @Isolate, fixedId: true, id: isolates/641687922469167, name: main.dart$main-641687922469167, number: 641687922469167}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3e125020, isolate: {type: @Isolate, fixedId: true, id: isolates/2752983451284831, name: main.dart$main-2752983451284831, number: | |
2752983451284831}}, {type: FlutterView, id: _flutterView/0x7f9a3e12b420, isolate: {type: @Isolate, fixedId: true, id: isolates/1789048767256311, name: | |
main.dart$main-1789048767256311, number: 1789048767256311}}, {type: FlutterView, id: _flutterView/0x7f9a3e14b220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4151982304471399, name: main.dart$main-4151982304471399, number: 4151982304471399}}, {type: FlutterView, id: _flutterView/0x7f9a3e15f420, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3919381849393251, name: main.dart$main-3919381849393251, number: 3919381849393251}}, {type: FlutterView, id: _flutterView/0x7f9a3e1a2420, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2403941774090903, name: main.dart$main-2403941774090903, number: 2403941774090903}}, {type: FlutterView, id: _flutterView/0x7f9a3e1a9220, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/2700689360289871, name: main.dart$main-2700689360289871, number: 2700689360289871}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e1bd620, isolate: {type: @Isolate, fixedId: true, id: isolates/2858806716548699, name: main.dart$main-2858806716548699, number: 2858806716548699}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3e1dea20, isolate: {type: @Isolate, fixedId: true, id: isolates/822133741422227, name: main.dart$main-822133741422227, number: 822133741422227}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3e1f5e20, isolate: {type: @Isolate, fixedId: true, id: isolates/1785804054114879, name: main.dart$main-1785804054114879, number: | |
1785804054114879}}, {type: FlutterView, id: _flutterView/0x7f9a3e206c20, isolate: {type: @Isolate, fixedId: true, id: isolates/3559436507044551, name: | |
main.dart$main-3559436507044551, number: 3559436507044551}}, {type: FlutterView, id: _flutterView/0x7f9a3e20c220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4469278481888503, name: main.dart$main-4469278481888503, number: 4469278481888503}}, {type: FlutterView, id: _flutterView/0x7f9a3e21e220, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1253232586298755, name: main.dart$main-1253232586298755, number: 1253232586298755}}, {type: FlutterView, id: _flutterView/0x7f9a3e259620, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/650383989917223, name: main.dart$main-650383989917223, number: 650383989917223}}, {type: FlutterView, id: _flutterView/0x7f9a3e29c020, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/3323605990543031, name: main.dart$main-3323605990543031, number: 3323605990543031}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e2d4420, isolate: {type: @Isolate, fixedId: true, id: isolates/567788581406383, name: main.dart$main-567788581406383, number: 567788581406383}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3e2e5820, isolate: {type: @Isolate, fixedId: true, id: isolates/115175888108947, name: main.dart$main-115175888108947, number: 115175888108947}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3e332c20, isolate: {type: @Isolate, fixedId: true, id: isolates/4480906802161063, name: main.dart$main-4480906802161063, number: | |
4480906802161063}}, {type: FlutterView, id: _flutterView/0x7f9a3e357020, isolate: {type: @Isolate, fixedId: true, id: isolates/1831263575213519, name: | |
main.dart$main-1831263575213519, number: 1831263575213519}}, {type: FlutterView, id: _flutterView/0x7f9a3e36b820, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/8762013790299, name: main.dart$main-8762013790299, number: 8762013790299}}, {type: FlutterView, id: _flutterView/0x7f9a3e37d220, isolate: {type: @Isolate, fixedId: true, | |
id: isolates/3867987648722967, name: main.dart$main-3867987648722967, number: 3867987648722967}}, {type: FlutterView, id: _flutterView/0x7f9a3e3d0420, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/4014109225042467, name: main.dart$main-4014109225042467, number: 4014109225042467}}, {type: FlutterView, id: _flutterView/0x7f9a3e464420, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/694001423464963, name: main.dart$main-694001423464963, number: 694001423464963}}, {type: FlutterView, id: _flutterView/0x7f9a3e468e20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/1072846068994207, name: main.dart$main-1072846068994207, number: 1072846068994207}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e472220, isolate: {type: @Isolate, fixedId: true, id: isolates/727237725999467, name: main.dart$main-727237725999467, number: 727237725999467}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3e49e820, isolate: {type: @Isolate, fixedId: true, id: isolates/3471633028081055, name: main.dart$main-3471633028081055, number: | |
3471633028081055}}, {type: FlutterView, id: _flutterView/0x7f9a3e4b2420, isolate: {type: @Isolate, fixedId: true, id: isolates/2332908323252847, name: | |
main.dart$main-2332908323252847, number: 2332908323252847}}, {type: FlutterView, id: _flutterView/0x7f9a3e4bb220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/158154496059839, name: main.dart$main-158154496059839, number: 158154496059839}}, {type: FlutterView, id: _flutterView/0x7f9a3e4e0a20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3581012744215555, name: main.dart$main-3581012744215555, number: 3581012744215555}}, {type: FlutterView, id: _flutterView/0x7f9a3e53d420, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/340948065500199, name: main.dart$main-340948065500199, number: 340948065500199}}, {type: FlutterView, id: _flutterView/0x7f9a3e543e20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/1073150568084515, name: main.dart$main-1073150568084515, number: 1073150568084515}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e54ee20, isolate: {type: @Isolate, fixedId: true, id: isolates/746793553710639, name: main.dart$main-746793553710639, number: 746793553710639}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3e550620, isolate: {type: @Isolate, fixedId: true, id: isolates/613996385052555, name: main.dart$main-613996385052555, number: 613996385052555}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3e56ca20, isolate: {type: @Isolate, fixedId: true, id: isolates/3995540252017159, name: main.dart$main-3995540252017159, number: | |
3995540252017159}}, {type: FlutterView, id: _flutterView/0x7f9a3e583820, isolate: {type: @Isolate, fixedId: true, id: isolates/3080705480126979, name: | |
main.dart$main-3080705480126979, number: 3080705480126979}}, {type: FlutterView, id: _flutterView/0x7f9a3e587e20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3356710910955903, name: main.dart$main-3356710910955903, number: 3356710910955903}}, {type: FlutterView, id: _flutterView/0x7f9a3e58a620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/4443566574941967, name: main.dart$main-4443566574941967, number: 4443566574941967}}, {type: FlutterView, id: _flutterView/0x7f9a3e591a20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1741426258604579, name: main.dart$main-1741426258604579, number: 1741426258604579}}, {type: FlutterView, id: _flutterView/0x7f9a3e5b7420, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/4216770778560443, name: main.dart$main-4216770778560443, number: 4216770778560443}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e5d3820, isolate: {type: @Isolate, fixedId: true, id: isolates/1917776587739299, name: main.dart$main-1917776587739299, number: 1917776587739299}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3e602c20, isolate: {type: @Isolate, fixedId: true, id: isolates/3860722029552363, name: main.dart$main-3860722029552363, number: | |
3860722029552363}}, {type: FlutterView, id: _flutterView/0x7f9a3e63e420, isolate: {type: @Isolate, fixedId: true, id: isolates/3051552064512171, name: | |
main.dart$main-3051552064512171, number: 3051552064512171}}, {type: FlutterView, id: _flutterView/0x7f9a3e64d420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1275796976264627, name: main.dart$main-1275796976264627, number: 1275796976264627}}, {type: FlutterView, id: _flutterView/0x7f9a3e69f820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2521671311577271, name: main.dart$main-2521671311577271, number: 2521671311577271}}, {type: FlutterView, id: _flutterView/0x7f9a3e704a20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/160582527209963, name: main.dart$main-160582527209963, number: 160582527209963}}, {type: FlutterView, id: _flutterView/0x7f9a3e721a20, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/4320322300415587, name: main.dart$main-4320322300415587, number: 4320322300415587}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e746420, isolate: {type: @Isolate, fixedId: true, id: isolates/2865068145927015, name: main.dart$main-2865068145927015, number: 2865068145927015}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3e757e20, isolate: {type: @Isolate, fixedId: true, id: isolates/707031066834303, name: main.dart$main-707031066834303, number: 707031066834303}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3e783e20, isolate: {type: @Isolate, fixedId: true, id: isolates/3274799073041131, name: main.dart$main-3274799073041131, number: | |
3274799073041131}}, {type: FlutterView, id: _flutterView/0x7f9a3e794820, isolate: {type: @Isolate, fixedId: true, id: isolates/1488928639999951, name: | |
main.dart$main-1488928639999951, number: 1488928639999951}}, {type: FlutterView, id: _flutterView/0x7f9a3e79a420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4381839997605319, name: main.dart$main-4381839997605319, number: 4381839997605319}}, {type: FlutterView, id: _flutterView/0x7f9a3e7b4820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1376636560757703, name: main.dart$main-1376636560757703, number: 1376636560757703}}, {type: FlutterView, id: _flutterView/0x7f9a3e7e7020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4202634130842523, name: main.dart$main-4202634130842523, number: 4202634130842523}}, {type: FlutterView, id: _flutterView/0x7f9a3e7f6420, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1704739849083015, name: main.dart$main-1704739849083015, number: 1704739849083015}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3e7fa820, isolate: {type: @Isolate, fixedId: true, id: isolates/2130271057788459, name: main.dart$main-2130271057788459, number: 2130271057788459}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3ea01a20, isolate: {type: @Isolate, fixedId: true, id: isolates/1627344513926927, name: main.dart$main-1627344513926927, number: | |
1627344513926927}}, {type: FlutterView, id: _flutterView/0x7f9a3ea95020, isolate: {type: @Isolate, fixedId: true, id: isolates/277180131177883, name: main.dart$main-277180131177883, | |
number: 277180131177883}}, {type: FlutterView, id: _flutterView/0x7f9a3f065020, isolate: {type: @Isolate, fixedId: true, id: isolates/2882044522174211, name: | |
main.dart$main-2882044522174211, number: 2882044522174211}}, {type: FlutterView, id: _flutterView/0x7f9a3f07d220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/2655657313250663, name: main.dart$main-2655657313250663, number: 2655657313250663}}, {type: FlutterView, id: _flutterView/0x7f9a3f0ad020, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/356832432335003, name: main.dart$main-356832432335003, number: 356832432335003}}, {type: FlutterView, id: _flutterView/0x7f9a3f0b2420, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/394054610190371, name: main.dart$main-394054610190371, number: 394054610190371}}, {type: FlutterView, id: _flutterView/0x7f9a3f0cb420, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1716674822540547, name: main.dart$main-1716674822540547, number: 1716674822540547}}, {type: FlutterView, id: _flutterView/0x7f9a3f13cc20, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1343343951880811, name: main.dart$main-1343343951880811, number: 1343343951880811}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3f141020, isolate: {type: @Isolate, fixedId: true, id: isolates/4341141278839011, name: main.dart$main-4341141278839011, number: 4341141278839011}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3f15c820, isolate: {type: @Isolate, fixedId: true, id: isolates/2459228977239171, name: main.dart$main-2459228977239171, number: | |
2459228977239171}}, {type: FlutterView, id: _flutterView/0x7f9a3f173e20, isolate: {type: @Isolate, fixedId: true, id: isolates/4074367997224987, name: | |
main.dart$main-4074367997224987, number: 4074367997224987}}, {type: FlutterView, id: _flutterView/0x7f9a3f1a8220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/1609831562151639, name: main.dart$main-1609831562151639, number: 1609831562151639}}, {type: FlutterView, id: _flutterView/0x7f9a3f1d2420, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/868063818788319, name: main.dart$main-868063818788319, number: 868063818788319}}, {type: FlutterView, id: _flutterView/0x7f9a3f1f7420, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/2772243332350983, name: main.dart$main-2772243332350983, number: 2772243332350983}}, {type: FlutterView, id: _flutterView/0x7f9a3f209020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/4315059566778547, name: main.dart$main-4315059566778547, number: 4315059566778547}}, {type: FlutterView, id: _flutterView/0x7f9a3f209820, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/1192163313875871, name: main.dart$main-1192163313875871, number: 1192163313875871}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3f20b020, isolate: {type: @Isolate, fixedId: true, id: isolates/2232880086979483, name: main.dart$main-2232880086979483, number: 2232880086979483}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3f2a0220, isolate: {type: @Isolate, fixedId: true, id: isolates/385542734558999, name: main.dart$main-385542734558999, number: 385542734558999}}, | |
{type: FlutterView, id: _flutterView/0x7f9a3f2eae20, isolate: {type: @Isolate, fixedId: true, id: isolates/264831293099855, name: main.dart$main-264831293099855, number: | |
264831293099855}}, {type: FlutterView, id: _flutterView/0x7f9a3f303020, isolate: {type: @Isolate, fixedId: true, id: isolates/582221074924483, name: main.dart$main-582221074924483, | |
number: 582221074924483}}, {type: FlutterView, id: _flutterView/0x7f9a3f315220, isolate: {type: @Isolate, fixedId: true, id: isolates/601618779176499, name: | |
main.dart$main-601618779176499, number: 601618779176499}}, {type: FlutterView, id: _flutterView/0x7f9a3f35e420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/843551004168379, name: main.dart$main-843551004168379, number: 843551004168379}}, {type: FlutterView, id: _flutterView/0x7f9a3f362620, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/474361614395063, name: main.dart$main-474361614395063, number: 474361614395063}}, {type: FlutterView, id: _flutterView/0x7f9a3f398a20, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/4111878306431991, name: main.dart$main-4111878306431991, number: 4111878306431991}}, {type: FlutterView, id: _flutterView/0x7f9a3f3d0020, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/2911538113071707, name: main.dart$main-2911538113071707, number: 2911538113071707}}, {type: FlutterView, id: _flutterView/0x7f9a3f3e5020, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/414700401128247, name: main.dart$main-414700401128247, number: 414700401128247}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3f3f6c20, isolate: {type: @Isolate, fixedId: true, id: isolates/1254255978698651, name: main.dart$main-1254255978698651, number: 1254255978698651}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3f465820, isolate: {type: @Isolate, fixedId: true, id: isolates/2710934778948759, name: main.dart$main-2710934778948759, number: | |
2710934778948759}}, {type: FlutterView, id: _flutterView/0x7f9a3f476820, isolate: {type: @Isolate, fixedId: true, id: isolates/654771472460159, name: main.dart$main-654771472460159, | |
number: 654771472460159}}, {type: FlutterView, id: _flutterView/0x7f9a3f492820, isolate: {type: @Isolate, fixedId: true, id: isolates/3012254387971643, name: | |
main.dart$main-3012254387971643, number: 3012254387971643}}, {type: FlutterView, id: _flutterView/0x7f9a3f494a20, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4256565099677943, name: main.dart$main-4256565099677943, number: 4256565099677943}}, {type: FlutterView, id: _flutterView/0x7f9a3f4cce20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/3581044016281647, name: main.dart$main-3581044016281647, number: 3581044016281647}}, {type: FlutterView, id: _flutterView/0x7f9a3f4d1a20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/281075090944459, name: main.dart$main-281075090944459, number: 281075090944459}}, {type: FlutterView, id: _flutterView/0x7f9a3f4e4820, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/4334104424925895, name: main.dart$main-4334104424925895, number: 4334104424925895}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3f4e9620, isolate: {type: @Isolate, fixedId: true, id: isolates/1468046019610543, name: main.dart$main-1468046019610543, number: 1468046019610543}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3f51ac20, isolate: {type: @Isolate, fixedId: true, id: isolates/1276058716598103, name: main.dart$main-1276058716598103, number: | |
1276058716598103}}, {type: FlutterView, id: _flutterView/0x7f9a3f523e20, isolate: {type: @Isolate, fixedId: true, id: isolates/2112880038092619, name: | |
main.dart$main-2112880038092619, number: 2112880038092619}}, {type: FlutterView, id: _flutterView/0x7f9a3f53d620, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3564425157133719, name: main.dart$main-3564425157133719, number: 3564425157133719}}, {type: FlutterView, id: _flutterView/0x7f9a3f552820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/518336905631683, name: main.dart$main-518336905631683, number: 518336905631683}}, {type: FlutterView, id: _flutterView/0x7f9a3f557020, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/1350667754846843, name: main.dart$main-1350667754846843, number: 1350667754846843}}, {type: FlutterView, id: _flutterView/0x7f9a3f589620, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/298600816340975, name: main.dart$main-298600816340975, number: 298600816340975}}, {type: FlutterView, id: _flutterView/0x7f9a3f5c2220, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/3688879193543159, name: main.dart$main-3688879193543159, number: 3688879193543159}}, {type: FlutterView, id: | |
_flutterView/0x7f9a3f602020, isolate: {type: @Isolate, fixedId: true, id: isolates/1466332871401063, name: main.dart$main-1466332871401063, number: 1466332871401063}}, {type: | |
FlutterView, id: _flutterView/0x7f9a3f604e20, isolate: {type: @Isolate, fixedId: true, id: isolates/4380753830760895, name: main.dart$main-4380753830760895, number: | |
4380753830760895}}, {type: FlutterView, id: _flutterView/0x7f9a3f60f220, isolate: {type: @Isolate, fixedId: true, id: isolates/2622935727201907, name: | |
main.dart$main-2622935727201907, number: 2622935727201907}}, {type: FlutterView, id: _flutterView/0x7f9a3f618220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/594973585332759, name: main.dart$main-594973585332759, number: 594973585332759}}, {type: FlutterView, id: _flutterView/0x7f9a3f68c820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/1744877826789019, name: main.dart$main-1744877826789019, number: 1744877826789019}}, {type: FlutterView, id: _flutterView/0x7f9a4000a220, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/455498500097107, name: main.dart$main-455498500097107, number: 455498500097107}}, {type: FlutterView, id: _flutterView/0x7f9a4003f220, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/2940481882940911, name: main.dart$main-2940481882940911, number: 2940481882940911}}, {type: FlutterView, id: | |
_flutterView/0x7f9a40057c20, isolate: {type: @Isolate, fixedId: true, id: isolates/287824646014099, name: main.dart$main-287824646014099, number: 287824646014099}}, {type: | |
FlutterView, id: _flutterView/0x7f9a40070620, isolate: {type: @Isolate, fixedId: true, id: isolates/2653046607760695, name: main.dart$main-2653046607760695, number: | |
2653046607760695}}, {type: FlutterView, id: _flutterView/0x7f9a40094020, isolate: {type: @Isolate, fixedId: true, id: isolates/733860893669543, name: main.dart$main-733860893669543, | |
number: 733860893669543}}, {type: FlutterView, id: _flutterView/0x7f9a400a9820, isolate: {type: @Isolate, fixedId: true, id: isolates/497772537853635, name: | |
main.dart$main-497772537853635, number: 497772537853635}}, {type: FlutterView, id: _flutterView/0x7f9a40101420, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/3060026508117083, name: main.dart$main-3060026508117083, number: 3060026508117083}}, {type: FlutterView, id: _flutterView/0x7f9a4010ce20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/2204896582937419, name: main.dart$main-2204896582937419, number: 2204896582937419}}, {type: FlutterView, id: _flutterView/0x7f9a4012ec20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/3448972376687743, name: main.dart$main-3448972376687743, number: 3448972376687743}}, {type: FlutterView, id: _flutterView/0x7f9a4013c220, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/4073572569712907, name: main.dart$main-4073572569712907, number: 4073572569712907}}, {type: FlutterView, id: | |
_flutterView/0x7f9a40140820, isolate: {type: @Isolate, fixedId: true, id: isolates/1883256947882439, name: main.dart$main-1883256947882439, number: 1883256947882439}}, {type: | |
FlutterView, id: _flutterView/0x7f9a40153e20, isolate: {type: @Isolate, fixedId: true, id: isolates/1650487574654639, name: main.dart$main-1650487574654639, number: | |
1650487574654639}}, {type: FlutterView, id: _flutterView/0x7f9a40157420, isolate: {type: @Isolate, fixedId: true, id: isolates/1559400840246611, name: | |
main.dart$main-1559400840246611, number: 1559400840246611}}, {type: FlutterView, id: _flutterView/0x7f9a40162620, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/218369293937651, name: main.dart$main-218369293937651, number: 218369293937651}}, {type: FlutterView, id: _flutterView/0x7f9a401a9c20, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/242989779684811, name: main.dart$main-242989779684811, number: 242989779684811}}, {type: FlutterView, id: _flutterView/0x7f9a401d4820, isolate: {type: @Isolate, | |
fixedId: true, id: isolates/3216541588529691, name: main.dart$main-3216541588529691, number: 3216541588529691}}, {type: FlutterView, id: _flutterView/0x7f9a4021e420, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/1968754124694535, name: main.dart$main-1968754124694535, number: 1968754124694535}}, {type: FlutterView, id: _flutterView/0x7f9a40253820, | |
isolate: {type: @Isolate, fixedId: true, id: isolates/3248329730258339, name: main.dart$main-3248329730258339, number: 3248329730258339}}, {type: FlutterView, id: | |
_flutterView/0x7f9a4028ee20, isolate: {type: @Isolate, fixedId: true, id: isolates/3368064617176795, name: main.dart$main-3368064617176795, number: 3368064617176795}}, {type: | |
FlutterView, id: _flutterView/0x7f9a402b1220, isolate: {type: @Isolate, fixedId: true, id: isolates/1204801102595231, name: main.dart$main-1204801102595231, number: | |
1204801102595231}}, {type: FlutterView, id: _flutterView/0x7f9a40313220, isolate: {type: @Isolate, fixedId: true, id: isolates/4070652027871635, name: | |
main.dart$main-4070652027871635, number: 4070652027871635}}, {type: FlutterView, id: _flutterView/0x7f9a40391220, isolate: {type: @Isolate, fixedId: true, id: | |
isolates/4231410956425331, name: main.dart$main-4231410956425331, number: 4231410956425331}}, {type: FlutterView, id: _flutterView/0x7f9a40393820, isolate: {type: @Isolate, fixedId: | |
true, id: isolates/4050190193718547, name: main.dart$main-4050190193718547, number: 4050190193718547}}, {type: FlutterView, id: _flutterView/0x7f9a4039be20, isolate: {type: | |
@Isolate, fixedId: true, id: isolates/924753135130819, name: main.dart$main-924753135130819, number: 924753135130819}}, {type: FlutterView, id: _flutterView/0x7f9a4039d620, isolate: | |
{type: @Isolate, fixedId: true, id: isolates/1425351093611383, name: main.dart$main-1425351093611383, number: 1425351093611383}}, {type: FlutterView, id: | |
_flutterView/0x7f9a403a9e20, isolate: {type: @Isolate, fixedId: true, id: isolates/1568034482569071, name: main.dart$main-1568034482569071, number: 1568034482569071}}, {type: | |
FlutterView, id: _flutterView/0x7f9a403b5620, isolate: {type: @Isolate, fixedId: true, id: isolates/1504401885150759, name: main.dart$main-1504401885150759, number: | |
1504401885150759}}, {type: FlutterView, id: _flutterView/0x7f9a403d4a20, isolate: {type: @Isolate, fixedId: true, id: isolates/3241930838742095, name: | |
main.dart$main-3241930838742095, number: 3241930838742095}}]} | |
[ +136 ms] Sending to VM service: getIsolate({isolateId: isolates/1054894378316755}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2783434820695599}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1831553505254763}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3470385032056187}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2634484931456419}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/637053647604995}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/558319210324131}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1309321134146091}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3771156346302339}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2347201678698679}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2079547835382411}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2831526517630263}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3216222083778599}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2489779642417271}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/464252758218119}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3260478122132543}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3494668471508135}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2920320984729007}) | |
[ +11 ms] Sending to VM service: getIsolate({isolateId: isolates/826551533768687}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/579369738285859}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1780639423362415}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/483326643394295}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/4234834271653599}) | |
[ +9 ms] Sending to VM service: getIsolate({isolateId: isolates/3800687468534179}) | |
[ +22 ms] Sending to VM service: getIsolate({isolateId: isolates/1007771839575999}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1078421517393563}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/787447926936159}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/4161232765018611}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/4362655917341343}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4142631569310035}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1346659578688795}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2475594796532331}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3260369866590375}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/2875480806094175}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2610702037459075}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1205056533380735}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/699117934005311}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2712078374812023}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/3619465843370267}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2711820386046139}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/771528529486291}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/275546187137751}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1167419605018643}) | |
[ +13 ms] Sending to VM service: getIsolate({isolateId: isolates/3940630206629715}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/2669819739078239}) | |
[ +10 ms] Sending to VM service: getIsolate({isolateId: isolates/2467924709160035}) | |
[ +10 ms] Sending to VM service: getIsolate({isolateId: isolates/2076064503292243}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/88825451390111}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/1447507824932387}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4498958580800931}) | |
[ +11 ms] Sending to VM service: getIsolate({isolateId: isolates/1803651704624767}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3531863001184183}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2333013540824131}) | |
[ +8 ms] Sending to VM service: getIsolate({isolateId: isolates/308045593215083}) | |
[ +9 ms] Sending to VM service: getIsolate({isolateId: isolates/3344706683009131}) | |
[ +28 ms] Sending to VM service: getIsolate({isolateId: isolates/3764255276706911}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3223896397382511}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/473464565861739}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4326150680960515}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/60619566974995}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3707012556857839}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1850926998989511}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3952265617398543}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/826757923802819}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/1732750631625467}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/4283445365381547}) | |
[ +18 ms] Sending to VM service: getIsolate({isolateId: isolates/1145453299163063}) | |
[ +13 ms] Sending to VM service: getIsolate({isolateId: isolates/1252466945720943}) | |
[ +120 ms] Sending to VM service: getIsolate({isolateId: isolates/3959887222347219}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/16941224035531}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1809198266367599}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1056023870424895}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1927120190771319}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/3090559833898703}) | |
[ +9 ms] Sending to VM service: getIsolate({isolateId: isolates/3058434779802303}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1251461332238731}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3625146403693403}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1723177641161103}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/361757288476535}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3250633253208583}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2676994432057491}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1105526780095735}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1399300987658587}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2140147458783251}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1863946311585803}) | |
[ +18 ms] Sending to VM service: getIsolate({isolateId: isolates/173856805866423}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/901599133751059}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/27571221259051}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/3280090589829071}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2237918071087991}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/406227655874447}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2541424114685619}) | |
[ +23 ms] Sending to VM service: getIsolate({isolateId: isolates/3011890409471499}) | |
[ +15 ms] Sending to VM service: getIsolate({isolateId: isolates/2305428290174835}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/3426193835612919}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/651302685046931}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1463214652603831}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3598424892304435}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1217210676260551}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/2407546766096403}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/717515305904051}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3064095031110831}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4044641148677079}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1394969875707195}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/869007501893851}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/186556680449687}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/814754789624767}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/1806732116593731}) | |
[ +8 ms] Sending to VM service: getIsolate({isolateId: isolates/3025994609213919}) | |
[ +18 ms] Sending to VM service: getIsolate({isolateId: isolates/426203097891663}) | |
[ +12 ms] Sending to VM service: getIsolate({isolateId: isolates/4396030619001171}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/324107623611787}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3295590743785115}) | |
[ +12 ms] Sending to VM service: getIsolate({isolateId: isolates/1618910219579775}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2777217238479383}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1147137424627963}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4283589430546963}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/432699514538695}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3569289239242963}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/464273493385007}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3272356132253119}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/608259718975311}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2728763494526735}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/2682347223468455}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/1353477217704003}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/501093326672979}) | |
[ +21 ms] Sending to VM service: getIsolate({isolateId: isolates/2745317499524239}) | |
[ +15 ms] Sending to VM service: getIsolate({isolateId: isolates/1629927652281671}) | |
[ +11 ms] Sending to VM service: getIsolate({isolateId: isolates/18298771681619}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3259122338610291}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2735214884187111}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3502381083936127}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/105292817191251}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/897333183780451}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4359488150868351}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4390129152439735}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3807010387865491}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2682301949259843}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1050523216152875}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/2655552092179671}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1437562809547771}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2860017943686903}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3764041556721635}) | |
[ +22 ms] Sending to VM service: getIsolate({isolateId: isolates/30821590511795}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/983621387042063}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3528541240396283}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2976352016654203}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/242954526338783}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2177518301948167}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/7922825092291}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2414074051276967}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/42542973467431}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2629613495300167}) | |
[ +30 ms] Sending to VM service: getIsolate({isolateId: isolates/522497206797471}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/1908672288768823}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2736125020999071}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4474841189433951}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2673205331212895}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4217777454874415}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3708786807979715}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/178315550227339}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1829224961450859}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3249003804918131}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/501897581674735}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/455545904431335}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2539236309074291}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3148372362715247}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3277855469411531}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2992247979021119}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1463298280796095}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1117074817988663}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1861942459139391}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/712333370474571}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/360479800357611}) | |
[ +36 ms] Sending to VM service: getIsolate({isolateId: isolates/1501315146167}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2303833574362711}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2080948516082447}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1078987514644731}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1933274577499863}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/459860633930939}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3144690162038971}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4051211111139487}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4044232902626247}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1598311812831455}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3918819832304479}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3980967934551327}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2104187181204743}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1283332483793463}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/1931917153209099}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3587926866140599}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4252703194056187}) | |
[ +32 ms] Sending to VM service: getIsolate({isolateId: isolates/1606009737966143}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3309617238467539}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3270057646804511}) | |
[ +10 ms] Sending to VM service: getIsolate({isolateId: isolates/2725495776531323}) | |
[ +12 ms] Sending to VM service: getIsolate({isolateId: isolates/3883025605225083}) | |
[ +13 ms] Sending to VM service: getIsolate({isolateId: isolates/551946806419079}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/750193925429355}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2110315901285307}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3019775110389231}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4053642027339863}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2642534317769727}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4103903795338919}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3963708811194163}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2582807785407}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/771041243838763}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2938580746860863}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2495745193333479}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/2962419788989867}) | |
[ +11 ms] Sending to VM service: getIsolate({isolateId: isolates/2041966740021959}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/3363243356508511}) | |
[ +12 ms] Sending to VM service: getIsolate({isolateId: isolates/1269332381145123}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2689972321001527}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1652722620311831}) | |
[ +13 ms] Sending to VM service: getIsolate({isolateId: isolates/2893040053681371}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4406700115581227}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1199331137526259}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2568976187780123}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/226978370940323}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3045814818871831}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1310572948585695}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2065571355460815}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2529074567131815}) | |
[ +19 ms] Sending to VM service: getIsolate({isolateId: isolates/833920507063075}) | |
[ +10 ms] Sending to VM service: getIsolate({isolateId: isolates/4399245500999747}) | |
[ +12 ms] Sending to VM service: getIsolate({isolateId: isolates/4431484858072867}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4350328782119187}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/704299852487675}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2168773320846239}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2397916145794603}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4471939561905631}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1246711502307835}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2628120586662447}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/89911242682103}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4473244306189647}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2529391512065259}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1585399643581727}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/2046679810627103}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/2214883470732743}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1815350658312823}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1792791044362607}) | |
[ +13 ms] Sending to VM service: getIsolate({isolateId: isolates/1765992321627111}) | |
[ +15 ms] Sending to VM service: getIsolate({isolateId: isolates/425161067571023}) | |
[ +16 ms] Sending to VM service: getIsolate({isolateId: isolates/2921496459037583}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3889823937507091}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2904922737181691}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2981419125121615}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2021698904452391}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1425603213190943}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/571955731249427}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4159379995754687}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1329626112285399}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2951263065710687}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4068090327865847}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4005023584147}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/2246583371910207}) | |
[ +44 ms] Sending to VM service: getIsolate({isolateId: isolates/1164622362229807}) | |
[ +9 ms] Sending to VM service: getIsolate({isolateId: isolates/2249074427776631}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1433481406962843}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2942930252689231}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/374055050859315}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1788097858617687}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3236256343234639}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1666127461502571}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3240546720077743}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1711509407368787}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3423392083525163}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/3519947762961063}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2732552417182963}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2870160159588999}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4000779976148103}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4284629870583227}) | |
[ +9 ms] Sending to VM service: getIsolate({isolateId: isolates/4213758267973299}) | |
[ +12 ms] Sending to VM service: getIsolate({isolateId: isolates/4273322489717095}) | |
[ +13 ms] Sending to VM service: getIsolate({isolateId: isolates/1766294777875743}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/419779816523887}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3008451866291371}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2019082112734575}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3771769014948187}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/406319771320603}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2276405234473803}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/755751280981871}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1288445942521515}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/603760028354147}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2835869997480763}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1569856065356283}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1894202443600695}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3594653700923199}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1169109452367599}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2351591999810403}) | |
[ +27 ms] Sending to VM service: getIsolate({isolateId: isolates/4284508453623951}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/1759530187865375}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/3455671689399103}) | |
[ +9 ms] Sending to VM service: getIsolate({isolateId: isolates/1629594970737255}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/736742942651943}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/92109099215167}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3372522749391127}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/146089509200231}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1123672922509239}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/447061760601383}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2574800153844459}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3541948932121867}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1682910370337187}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3771768605122307}) | |
[ +19 ms] Sending to VM service: getIsolate({isolateId: isolates/3517333671485507}) | |
[ +27 ms] Sending to VM service: getIsolate({isolateId: isolates/3588058909147131}) | |
[ +10 ms] Sending to VM service: getIsolate({isolateId: isolates/2308408499218907}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2515953915088595}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1296989895176743}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3355226690910455}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/702133042638039}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/3046714647808383}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1015282891757495}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2633758487386671}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/858421617539347}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/328508102955387}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3265068109549035}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1619098793311851}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3113516570887363}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/47164477306859}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2457826488304643}) | |
[ +14 ms] Sending to VM service: getIsolate({isolateId: isolates/1217561987007939}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3974790526795727}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3079413287325295}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1798827073624883}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2073048010697083}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3647121585868367}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1988441995679607}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4159686620921935}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3662586500766199}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/2904858546217323}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1795621224048499}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/1741035805287603}) | |
[ +17 ms] Sending to VM service: getIsolate({isolateId: isolates/2392852090116107}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/3698408200306167}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/3718173390915063}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/399159258442359}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3586786117975211}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1342830056488071}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/715499325420903}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/641687922469167}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2752983451284831}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1789048767256311}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4151982304471399}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3919381849393251}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2403941774090903}) | |
[ +25 ms] Sending to VM service: getIsolate({isolateId: isolates/2700689360289871}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2858806716548699}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/822133741422227}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1785804054114879}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3559436507044551}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/4469278481888503}) | |
[ +8 ms] Sending to VM service: getIsolate({isolateId: isolates/1253232586298755}) | |
[ +9 ms] Sending to VM service: getIsolate({isolateId: isolates/650383989917223}) | |
[ +8 ms] Sending to VM service: getIsolate({isolateId: isolates/3323605990543031}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/567788581406383}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/115175888108947}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4480906802161063}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1831263575213519}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/8762013790299}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3867987648722967}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/4014109225042467}) | |
[ +14 ms] Sending to VM service: getIsolate({isolateId: isolates/694001423464963}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/1072846068994207}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/727237725999467}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3471633028081055}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2332908323252847}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/158154496059839}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3581012744215555}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/340948065500199}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1073150568084515}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/746793553710639}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/613996385052555}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3995540252017159}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3080705480126979}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3356710910955903}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4443566574941967}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/1741426258604579}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4216770778560443}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1917776587739299}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/3860722029552363}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/3051552064512171}) | |
[ +8 ms] Sending to VM service: getIsolate({isolateId: isolates/1275796976264627}) | |
[ +17 ms] Sending to VM service: getIsolate({isolateId: isolates/2521671311577271}) | |
[ +6 ms] Sending to VM service: getIsolate({isolateId: isolates/160582527209963}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/4320322300415587}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2865068145927015}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/707031066834303}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3274799073041131}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1488928639999951}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4381839997605319}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1376636560757703}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/4202634130842523}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1704739849083015}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2130271057788459}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1627344513926927}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/277180131177883}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2882044522174211}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2655657313250663}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/356832432335003}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/394054610190371}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1716674822540547}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1343343951880811}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4341141278839011}) | |
[ +13 ms] Sending to VM service: getIsolate({isolateId: isolates/2459228977239171}) | |
[ +16 ms] Sending to VM service: getIsolate({isolateId: isolates/4074367997224987}) | |
[ +8 ms] Sending to VM service: getIsolate({isolateId: isolates/1609831562151639}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/868063818788319}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2772243332350983}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/4315059566778547}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1192163313875871}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/2232880086979483}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/385542734558999}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/264831293099855}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/582221074924483}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/601618779176499}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/843551004168379}) | |
[ +20 ms] Sending to VM service: getIsolate({isolateId: isolates/474361614395063}) | |
[ +14 ms] Sending to VM service: getIsolate({isolateId: isolates/4111878306431991}) | |
[ +7 ms] Sending to VM service: getIsolate({isolateId: isolates/2911538113071707}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/414700401128247}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/1254255978698651}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2710934778948759}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/654771472460159}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3012254387971643}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/4256565099677943}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/3581044016281647}) | |
[ +5 ms] Sending to VM service: getIsolate({isolateId: isolates/281075090944459}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4334104424925895}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1468046019610543}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1276058716598103}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2112880038092619}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3564425157133719}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/518336905631683}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1350667754846843}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/298600816340975}) | |
[ +36 ms] Sending to VM service: getIsolate({isolateId: isolates/3688879193543159}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1466332871401063}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4380753830760895}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/2622935727201907}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/594973585332759}) | |
[ +11 ms] Sending to VM service: getIsolate({isolateId: isolates/1744877826789019}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/455498500097107}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2940481882940911}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/287824646014099}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/2653046607760695}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/733860893669543}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/497772537853635}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3060026508117083}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/2204896582937419}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3448972376687743}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/4073572569712907}) | |
[ +3 ms] Sending to VM service: getIsolate({isolateId: isolates/1883256947882439}) | |
[ +35 ms] Sending to VM service: getIsolate({isolateId: isolates/1650487574654639}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/1559400840246611}) | |
[ +4 ms] Sending to VM service: getIsolate({isolateId: isolates/218369293937651}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/242989779684811}) | |
[ +2 ms] Sending to VM service: getIsolate({isolateId: isolates/3216541588529691}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1968754124694535}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3248329730258339}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3368064617176795}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1204801102595231}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4070652027871635}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4231410956425331}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/4050190193718547}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/924753135130819}) | |
[ ] Sending to VM service: getIsolate({isolateId: isolates/1425351093611383}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1568034482569071}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1504401885150759}) | |
[ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/3241930838742095}) | |
[ +1 ms] <- accept | |
[ +1 ms] Connected to _flutterView/0x7f9a39c11620. | |
[ +13 ms] Connected to _flutterView/0x7f9a39c3fa20. | |
[ ] Connected to _flutterView/0x7f9a39cf4e20. | |
[ ] Connected to _flutterView/0x7f9a3a034620. | |
[ ] Connected to _flutterView/0x7f9a3a041220. | |
[ ] Connected to _flutterView/0x7f9a3a05ca20. | |
[ ] Connected to _flutterView/0x7f9a3a069020. | |
[ ] Connected to _flutterView/0x7f9a3a0a1420. | |
[ ] Connected to _flutterView/0x7f9a3a126020. | |
[ ] Connected to _flutterView/0x7f9a3a14e020. | |
[ ] Connected to _flutterView/0x7f9a3a1ae820. | |
[ ] Connected to _flutterView/0x7f9a3a1c7220. | |
[ +3 ms] Connected to _flutterView/0x7f9a3a1f3c20. | |
[ ] Connected to _flutterView/0x7f9a3a218020. | |
[ ] Connected to _flutterView/0x7f9a3a24ec20. | |
[ ] Connected to _flutterView/0x7f9a3a253620. | |
[ ] Connected to _flutterView/0x7f9a3a25ac20. | |
[ ] Connected to _flutterView/0x7f9a3a25b420. | |
[ ] Connected to _flutterView/0x7f9a3a262a20. | |
[ ] Connected to _flutterView/0x7f9a3a2b0820. | |
[ ] Connected to _flutterView/0x7f9a3a2c9620. | |
[ ] Connected to _flutterView/0x7f9a3a2cfa20. | |
[ ] Connected to _flutterView/0x7f9a3a2d2a20. | |
[ ] Connected to _flutterView/0x7f9a3a2fb620. | |
[ ] Connected to _flutterView/0x7f9a3a2fbe20. | |
[ ] Connected to _flutterView/0x7f9a3a300c20. | |
[ +24 ms] Connected to _flutterView/0x7f9a3a30ca20. | |
[ ] Connected to _flutterView/0x7f9a3a399e20. | |
[ ] Connected to _flutterView/0x7f9a3a3bee20. | |
[ ] Connected to _flutterView/0x7f9a3a3c8220. | |
[ ] Connected to _flutterView/0x7f9a3a3d3c20. | |
[ ] Connected to _flutterView/0x7f9a3a3dbc20. | |
[ ] Connected to _flutterView/0x7f9a3a444420. | |
[ ] Connected to _flutterView/0x7f9a3a44b420. | |
[ ] Connected to _flutterView/0x7f9a3a44bc20. | |
[ ] Connected to _flutterView/0x7f9a3a456020. | |
[ ] Connected to _flutterView/0x7f9a3a45e220. | |
[ ] Connected to _flutterView/0x7f9a3a49f820. | |
[ ] Connected to _flutterView/0x7f9a3a4ae220. | |
[ ] Connected to _flutterView/0x7f9a3a4eb620. | |
[ ] Connected to _flutterView/0x7f9a3a4f2220. | |
[ ] Connected to _flutterView/0x7f9a3a4f9020. | |
[ ] Connected to _flutterView/0x7f9a3a501220. | |
[ ] Connected to _flutterView/0x7f9a3a508820. | |
[ ] Connected to _flutterView/0x7f9a3a52ca20. | |
[ ] Connected to _flutterView/0x7f9a3a545620. | |
[ ] Connected to _flutterView/0x7f9a3a565620. | |
[ ] Connected to _flutterView/0x7f9a3a5b8020. | |
[ ] Connected to _flutterView/0x7f9a3a5f2a20. | |
[ ] Connected to _flutterView/0x7f9a3a604620. | |
[ ] Connected to _flutterView/0x7f9a3a618e20. | |
[ ] Connected to _flutterView/0x7f9a3a639e20. | |
[ ] Connected to _flutterView/0x7f9a3a64a220. | |
[ ] Connected to _flutterView/0x7f9a3a677220. | |
[ ] Connected to _flutterView/0x7f9a3a693e20. | |
[ ] Connected to _flutterView/0x7f9a3a6aa020. | |
[ ] Connected to _flutterView/0x7f9a3a6c5e20. | |
[ ] Connected to _flutterView/0x7f9a3a6e4620. | |
[ ] Connected to _flutterView/0x7f9a3a74b620. | |
[ ] Connected to _flutterView/0x7f9a3a75de20. | |
[ ] Connected to _flutterView/0x7f9a3a79f020. | |
[ ] Connected to _flutterView/0x7f9a3a7b2820. | |
[ ] Connected to _flutterView/0x7f9a3a7de020. | |
[ ] Connected to _flutterView/0x7f9a3a7f2e20. | |
[ ] Connected to _flutterView/0x7f9a3a808220. | |
[ ] Connected to _flutterView/0x7f9a3a819620. | |
[ ] Connected to _flutterView/0x7f9a3a81f420. | |
[ ] Connected to _flutterView/0x7f9a3a826420. | |
[ ] Connected to _flutterView/0x7f9a3a82a020. | |
[ ] Connected to _flutterView/0x7f9a3a840020. | |
[ ] Connected to _flutterView/0x7f9a3a859c20. | |
[ ] Connected to _flutterView/0x7f9a3a88be20. | |
[ ] Connected to _flutterView/0x7f9a3a8a3820. | |
[ ] Connected to _flutterView/0x7f9a3a8bb620. | |
[ ] Connected to _flutterView/0x7f9a3a8bc420. | |
[ ] Connected to _flutterView/0x7f9a3a8cee20. | |
[ ] Connected to _flutterView/0x7f9a3a8e6420. | |
[ ] Connected to _flutterView/0x7f9a3a8e6c20. | |
[ ] Connected to _flutterView/0x7f9a3a8f2e20. | |
[ ] Connected to _flutterView/0x7f9a3a90d420. | |
[ ] Connected to _flutterView/0x7f9a3a919020. | |
[ ] Connected to _flutterView/0x7f9a3a923020. | |
[ ] Connected to _flutterView/0x7f9a3a94e020. | |
[ ] Connected to _flutterView/0x7f9a3a954620. | |
[ ] Connected to _flutterView/0x7f9a3a966020. | |
[ ] Connected to _flutterView/0x7f9a3a96ca20. | |
[ ] Connected to _flutterView/0x7f9a3a972020. | |
[ ] Connected to _flutterView/0x7f9a3a97aa20. | |
[ ] Connected to _flutterView/0x7f9a3a9c5e20. | |
[ ] Connected to _flutterView/0x7f9a3a9e5620. | |
[ ] Connected to _flutterView/0x7f9a3a9fe820. | |
[ ] Connected to _flutterView/0x7f9a3aa08c20. | |
[ ] Connected to _flutterView/0x7f9a3aa26e20. | |
[ ] Connected to _flutterView/0x7f9a3aa95a20. | |
[ ] Connected to _flutterView/0x7f9a3aad3e20. | |
[ ] Connected to _flutterView/0x7f9a3ab05e20. | |
[ ] Connected to _flutterView/0x7f9a3ab14620. | |
[ ] Connected to _flutterView/0x7f9a3ab1a020. | |
[ ] Connected to _flutterView/0x7f9a3ab2b020. | |
[ ] Connected to _flutterView/0x7f9a3ab35220. | |
[ ] Connected to _flutterView/0x7f9a3ab81620. | |
[ ] Connected to _flutterView/0x7f9a3ab98820. | |
[ ] Connected to _flutterView/0x7f9a3aba1e20. | |
[ ] Connected to _flutterView/0x7f9a3abb8620. | |
[ ] Connected to _flutterView/0x7f9a3abd4c20. | |
[ ] Connected to _flutterView/0x7f9a3abd5420. | |
[ ] Connected to _flutterView/0x7f9a3abe9a20. | |
[ ] Connected to _flutterView/0x7f9a3ac12020. | |
[ ] Connected to _flutterView/0x7f9a3ac1f220. | |
[ ] Connected to _flutterView/0x7f9a3ac20820. | |
[ ] Connected to _flutterView/0x7f9a3ac65e20. | |
[ ] Connected to _flutterView/0x7f9a3ac6d220. | |
[ ] Connected to _flutterView/0x7f9a3ac73820. | |
[ ] Connected to _flutterView/0x7f9a3ac81020. | |
[ ] Connected to _flutterView/0x7f9a3ac94020. | |
[ ] Connected to _flutterView/0x7f9a3aca4820. | |
[ ] Connected to _flutterView/0x7f9a3acc2a20. | |
[ ] Connected to _flutterView/0x7f9a3acd7020. | |
[ ] Connected to _flutterView/0x7f9a3acf8020. | |
[ ] Connected to _flutterView/0x7f9a3ad50e20. | |
[ ] Connected to _flutterView/0x7f9a3ad70420. | |
[ ] Connected to _flutterView/0x7f9a3ad78820. | |
[ ] Connected to _flutterView/0x7f9a3ad79020. | |
[ ] Connected to _flutterView/0x7f9a3ad7dc20. | |
[ ] Connected to _flutterView/0x7f9a3ada6e20. | |
[ ] Connected to _flutterView/0x7f9a3adcd020. | |
[ ] Connected to _flutterView/0x7f9a3add5220. | |
[ ] Connected to _flutterView/0x7f9a3ade6e20. | |
[ ] Connected to _flutterView/0x7f9a3ae0b220. | |
[ ] Connected to _flutterView/0x7f9a3ae22220. | |
[ ] Connected to _flutterView/0x7f9a3ae22a20. | |
[ ] Connected to _flutterView/0x7f9a3ae32620. | |
[ ] Connected to _flutterView/0x7f9a3ae34a20. | |
[ ] Connected to _flutterView/0x7f9a3ae37820. | |
[ ] Connected to _flutterView/0x7f9a3ae5d020. | |
[ ] Connected to _flutterView/0x7f9a3ae80020. | |
[ ] Connected to _flutterView/0x7f9a3ae80820. | |
[ ] Connected to _flutterView/0x7f9a3ae91c20. | |
[ ] Connected to _flutterView/0x7f9a3ae95420. | |
[ ] Connected to _flutterView/0x7f9a3ae95c20. | |
[ ] Connected to _flutterView/0x7f9a3aebe220. | |
[ ] Connected to _flutterView/0x7f9a3aed6020. | |
[ ] Connected to _flutterView/0x7f9a3af06020. | |
[ ] Connected to _flutterView/0x7f9a3af07820. | |
[ ] Connected to _flutterView/0x7f9a3af27e20. | |
[ ] Connected to _flutterView/0x7f9a3af83a20. | |
[ ] Connected to _flutterView/0x7f9a3af87220. | |
[ ] Connected to _flutterView/0x7f9a3afb6a20. | |
[ ] Connected to _flutterView/0x7f9a3afc9620. | |
[ ] Connected to _flutterView/0x7f9a3afe4a20. | |
[ ] Connected to _flutterView/0x7f9a3b0b3820. | |
[ ] Connected to _flutterView/0x7f9a3b0f5020. | |
[ ] Connected to _flutterView/0x7f9a3b1f2220. | |
[ ] Connected to _flutterView/0x7f9a3b40ca20. | |
[ ] Connected to _flutterView/0x7f9a3b7b9620. | |
[ ] Connected to _flutterView/0x7f9a3c808820. | |
[ ] Connected to _flutterView/0x7f9a3c826020. | |
[ ] Connected to _flutterView/0x7f9a3c843420. | |
[ ] Connected to _flutterView/0x7f9a3c85c020. | |
[ ] Connected to _flutterView/0x7f9a3c872220. | |
[ ] Connected to _flutterView/0x7f9a3c872a20. | |
[ ] Connected to _flutterView/0x7f9a3c8b4820. | |
[ ] Connected to _flutterView/0x7f9a3c8c6620. | |
[ ] Connected to _flutterView/0x7f9a3c8d0a20. | |
[ ] Connected to _flutterView/0x7f9a3c8f5620. | |
[ ] Connected to _flutterView/0x7f9a3c8f8420. | |
[ ] Connected to _flutterView/0x7f9a3c912620. | |
[ ] Connected to _flutterView/0x7f9a3c972420. | |
[ ] Connected to _flutterView/0x7f9a3c983c20. | |
[ ] Connected to _flutterView/0x7f9a3c986220. | |
[ ] Connected to _flutterView/0x7f9a3c9b0e20. | |
[ ] Connected to _flutterView/0x7f9a3c9cc820. | |
[ ] Connected to _flutterView/0x7f9a3c9e1e20. | |
[ ] Connected to _flutterView/0x7f9a3c9f4a20. | |
[ ] Connected to _flutterView/0x7f9a3ca1a820. | |
[ ] Connected to _flutterView/0x7f9a3ca1ca20. | |
[ ] Connected to _flutterView/0x7f9a3ca51820. | |
[ ] Connected to _flutterView/0x7f9a3ca55a20. | |
[ ] Connected to _flutterView/0x7f9a3ca57820. | |
[ ] Connected to _flutterView/0x7f9a3ca74820. | |
[ ] Connected to _flutterView/0x7f9a3ca76220. | |
[ ] Connected to _flutterView/0x7f9a3ca9d020. | |
[ ] Connected to _flutterView/0x7f9a3caa8a20. | |
[ ] Connected to _flutterView/0x7f9a3cacf220. | |
[ ] Connected to _flutterView/0x7f9a3caff820. | |
[ ] Connected to _flutterView/0x7f9a3cb02020. | |
[ ] Connected to _flutterView/0x7f9a3cb17420. | |
[ ] Connected to _flutterView/0x7f9a3cb20220. | |
[ ] Connected to _flutterView/0x7f9a3cb3f620. | |
[ ] Connected to _flutterView/0x7f9a3cb74020. | |
[ ] Connected to _flutterView/0x7f9a3cb77020. | |
[ ] Connected to _flutterView/0x7f9a3cb7fe20. | |
[ ] Connected to _flutterView/0x7f9a3cb98220. | |
[ ] Connected to _flutterView/0x7f9a3cbb0e20. | |
[ ] Connected to _flutterView/0x7f9a3cbbd020. | |
[ ] Connected to _flutterView/0x7f9a3cbdb220. | |
[ ] Connected to _flutterView/0x7f9a3cc08020. | |
[ ] Connected to _flutterView/0x7f9a3cc3a220. | |
[ ] Connected to _flutterView/0x7f9a3cc7b220. | |
[ ] Connected to _flutterView/0x7f9a3ccb3220. | |
[ ] Connected to _flutterView/0x7f9a3cd02a20. | |
[ ] Connected to _flutterView/0x7f9a3cd15a20. | |
[ ] Connected to _flutterView/0x7f9a3cd5d620. | |
[ ] Connected to _flutterView/0x7f9a3cd6a220. | |
[ ] Connected to _flutterView/0x7f9a3cd7fa20. | |
[ ] Connected to _flutterView/0x7f9a3cd80220. | |
[ ] Connected to _flutterView/0x7f9a3cd90a20. | |
[ ] Connected to _flutterView/0x7f9a3cdc9420. | |
[ ] Connected to _flutterView/0x7f9a3cddf420. | |
[ ] Connected to _flutterView/0x7f9a3cdf1620. | |
[ ] Connected to _flutterView/0x7f9a3cdfb220. | |
[ ] Connected to _flutterView/0x7f9a3ce3ea20. | |
[ ] Connected to _flutterView/0x7f9a3ce81020. | |
[ ] Connected to _flutterView/0x7f9a3ce86020. | |
[ ] Connected to _flutterView/0x7f9a3ce8dc20. | |
[ ] Connected to _flutterView/0x7f9a3ce9f620. | |
[ ] Connected to _flutterView/0x7f9a3cea7020. | |
[ ] Connected to _flutterView/0x7f9a3cecd620. | |
[ ] Connected to _flutterView/0x7f9a3ceea820. | |
[ ] Connected to _flutterView/0x7f9a3cef7220. | |
[ ] Connected to _flutterView/0x7f9a3cf2e220. | |
[ ] Connected to _flutterView/0x7f9a3cf58420. | |
[ ] Connected to _flutterView/0x7f9a3cf6ac20. | |
[ ] Connected to _flutterView/0x7f9a3cf7b420. | |
[ ] Connected to _flutterView/0x7f9a3cf99020. | |
[ ] Connected to _flutterView/0x7f9a3d052a20. | |
[ ] Connected to _flutterView/0x7f9a3d056620. | |
[ ] Connected to _flutterView/0x7f9a3d093820. | |
[ ] Connected to _flutterView/0x7f9a3d097e20. | |
[ ] Connected to _flutterView/0x7f9a3d0c7020. | |
[ ] Connected to _flutterView/0x7f9a3d0d3c20. | |
[ ] Connected to _flutterView/0x7f9a3d0ff020. | |
[ ] Connected to _flutterView/0x7f9a3d11e620. | |
[ ] Connected to _flutterView/0x7f9a3d126820. | |
[ ] Connected to _flutterView/0x7f9a3d134220. | |
[ ] Connected to _flutterView/0x7f9a3d155220. | |
[ ] Connected to _flutterView/0x7f9a3d1c0220. | |
[ ] Connected to _flutterView/0x7f9a3d1c2620. | |
[ ] Connected to _flutterView/0x7f9a3d1cac20. | |
[ ] Connected to _flutterView/0x7f9a3d1ed420. | |
[ ] Connected to _flutterView/0x7f9a3d216420. | |
[ ] Connected to _flutterView/0x7f9a3d257c20. | |
[ ] Connected to _flutterView/0x7f9a3d268e20. | |
[ ] Connected to _flutterView/0x7f9a3d2dc820. | |
[ ] Connected to _flutterView/0x7f9a3d2ef020. | |
[ ] Connected to _flutterView/0x7f9a3d304420. | |
[ ] Connected to _flutterView/0x7f9a3d30a020. | |
[ ] Connected to _flutterView/0x7f9a3d320020. | |
[ ] Connected to _flutterView/0x7f9a3d326420. | |
[ ] Connected to _flutterView/0x7f9a3d386220. | |
[ ] Connected to _flutterView/0x7f9a3d3a0a20. | |
[ ] Connected to _flutterView/0x7f9a3d3c5620. | |
[ ] Connected to _flutterView/0x7f9a3d3ddc20. | |
[ ] Connected to _flutterView/0x7f9a3d3efa20. | |
[ ] Connected to _flutterView/0x7f9a3d40b220. | |
[ ] Connected to _flutterView/0x7f9a3d435220. | |
[ ] Connected to _flutterView/0x7f9a3d475620. | |
[ ] Connected to _flutterView/0x7f9a3d487220. | |
[ ] Connected to _flutterView/0x7f9a3d491020. | |
[ ] Connected to _flutterView/0x7f9a3d4a1220. | |
[ ] Connected to _flutterView/0x7f9a3d4b2a20. | |
[ ] Connected to _flutterView/0x7f9a3d4bc420. | |
[ ] Connected to _flutterView/0x7f9a3d516a20. | |
[ ] Connected to _flutterView/0x7f9a3d51c620. | |
[ ] Connected to _flutterView/0x7f9a3d52f820. | |
[ ] Connected to _flutterView/0x7f9a3d539020. | |
[ ] Connected to _flutterView/0x7f9a3d54b020. | |
[ ] Connected to _flutterView/0x7f9a3d57e620. | |
[ ] Connected to _flutterView/0x7f9a3d599a20. | |
[ ] Connected to _flutterView/0x7f9a3d59a220. | |
[ ] Connected to _flutterView/0x7f9a3d60ae20. | |
[ ] Connected to _flutterView/0x7f9a3d630a20. | |
[ ] Connected to _flutterView/0x7f9a3d644e20. | |
[ ] Connected to _flutterView/0x7f9a3d659420. | |
[ ] Connected to _flutterView/0x7f9a3d667c20. | |
[ ] Connected to _flutterView/0x7f9a3d681220. | |
[ ] Connected to _flutterView/0x7f9a3d6cd220. | |
[ ] Connected to _flutterView/0x7f9a3d6e4820. | |
[ ] Connected to _flutterView/0x7f9a3d6fd620. | |
[ ] Connected to _flutterView/0x7f9a3d717620. | |
[ ] Connected to _flutterView/0x7f9a3d74a020. | |
[ ] Connected to _flutterView/0x7f9a3d788020. | |
[ ] Connected to _flutterView/0x7f9a3d7b9e20. | |
[ ] Connected to _flutterView/0x7f9a3d7d7a20. | |
[ ] Connected to _flutterView/0x7f9a3d7da620. | |
[ ] Connected to _flutterView/0x7f9a3d7fc220. | |
[ ] Connected to _flutterView/0x7f9a3d819820. | |
[ ] Connected to _flutterView/0x7f9a3d81d820. | |
[ ] Connected to _flutterView/0x7f9a3d825820. | |
[ ] Connected to _flutterView/0x7f9a3d861a20. | |
[ ] Connected to _flutterView/0x7f9a3d86e620. | |
[ ] Connected to _flutterView/0x7f9a3d875620. | |
[ ] Connected to _flutterView/0x7f9a3d899020. | |
[ ] Connected to _flutterView/0x7f9a3d8f1e20. | |
[ ] Connected to _flutterView/0x7f9a3d915620. | |
[ ] Connected to _flutterView/0x7f9a3d915e20. | |
[ ] Connected to _flutterView/0x7f9a3d91cc20. | |
[ ] Connected to _flutterView/0x7f9a3d946220. | |
[ ] Connected to _flutterView/0x7f9a3d9a3020. | |
[ ] Connected to _flutterView/0x7f9a3d9bda20. | |
[ ] Connected to _flutterView/0x7f9a3d9c6820. | |
[ ] Connected to _flutterView/0x7f9a3d9c7020. | |
[ ] Connected to _flutterView/0x7f9a3d9dcc20. | |
[ ] Connected to _flutterView/0x7f9a3d9f2620. | |
[ ] Connected to _flutterView/0x7f9a3da0d620. | |
[ ] Connected to _flutterView/0x7f9a3da3ae20. | |
[ ] Connected to _flutterView/0x7f9a3da44820. | |
[ ] Connected to _flutterView/0x7f9a3da7a820. | |
[ ] Connected to _flutterView/0x7f9a3da8f820. | |
[ ] Connected to _flutterView/0x7f9a3da93620. | |
[ ] Connected to _flutterView/0x7f9a3daad020. | |
[ ] Connected to _flutterView/0x7f9a3dab7420. | |
[ ] Connected to _flutterView/0x7f9a3dabe620. | |
[ ] Connected to _flutterView/0x7f9a3dae5020. | |
[ ] Connected to _flutterView/0x7f9a3daf6a20. | |
[ ] Connected to _flutterView/0x7f9a3db0fe20. | |
[ ] Connected to _flutterView/0x7f9a3db18820. | |
[ ] Connected to _flutterView/0x7f9a3db6cc20. | |
[ ] Connected to _flutterView/0x7f9a3db93020. | |
[ ] Connected to _flutterView/0x7f9a3dbaba20. | |
[ ] Connected to _flutterView/0x7f9a3dbbd020. | |
[ ] Connected to _flutterView/0x7f9a3dbc6620. | |
[ ] Connected to _flutterView/0x7f9a3dbe1020. | |
[ ] Connected to _flutterView/0x7f9a3dc5ca20. | |
[ ] Connected to _flutterView/0x7f9a3dc7de20. | |
[ ] Connected to _flutterView/0x7f9a3dca7620. | |
[ ] Connected to _flutterView/0x7f9a3dccf220. | |
[ ] Connected to _flutterView/0x7f9a3dcd6c20. | |
[ ] Connected to _flutterView/0x7f9a3dd05220. | |
[ ] Connected to _flutterView/0x7f9a3dd0c420. | |
[ ] Connected to _flutterView/0x7f9a3dd1e820. | |
[ ] Connected to _flutterView/0x7f9a3dd36a20. | |
[ ] Connected to _flutterView/0x7f9a3dd79e20. | |
[ ] Connected to _flutterView/0x7f9a3ddb1e20. | |
[ ] Connected to _flutterView/0x7f9a3ddc2420. | |
[ ] Connected to _flutterView/0x7f9a3dddb020. | |
[ ] Connected to _flutterView/0x7f9a3ddeda20. | |
[ ] Connected to _flutterView/0x7f9a3ddefe20. | |
[ ] Connected to _flutterView/0x7f9a3ddfd020. | |
[ ] Connected to _flutterView/0x7f9a3de06420. | |
[ ] Connected to _flutterView/0x7f9a3de10420. | |
[ ] Connected to _flutterView/0x7f9a3de30020. | |
[ ] Connected to _flutterView/0x7f9a3de3cc20. | |
[ ] Connected to _flutterView/0x7f9a3de5c020. | |
[ ] Connected to _flutterView/0x7f9a3de84020. | |
[ ] Connected to _flutterView/0x7f9a3de8a020. | |
[ ] Connected to _flutterView/0x7f9a3dedd220. | |
[ ] Connected to _flutterView/0x7f9a3def8220. | |
[ ] Connected to _flutterView/0x7f9a3df2aa20. | |
[ ] Connected to _flutterView/0x7f9a3df3ea20. | |
[ ] Connected to _flutterView/0x7f9a3df52820. | |
[ ] Connected to _flutterView/0x7f9a3df5f620. | |
[ ] Connected to _flutterView/0x7f9a3df86820. | |
[ ] Connected to _flutterView/0x7f9a3df8a020. | |
[ ] Connected to _flutterView/0x7f9a3df9d620. | |
[ ] Connected to _flutterView/0x7f9a3e076c20. | |
[ ] Connected to _flutterView/0x7f9a3e0dfa20. | |
[ ] Connected to _flutterView/0x7f9a3e111620. | |
[ ] Connected to _flutterView/0x7f9a3e11fa20. | |
[ ] Connected to _flutterView/0x7f9a3e125020. | |
[ ] Connected to _flutterView/0x7f9a3e12b420. | |
[ ] Connected to _flutterView/0x7f9a3e14b220. | |
[ ] Connected to _flutterView/0x7f9a3e15f420. | |
[ ] Connected to _flutterView/0x7f9a3e1a2420. | |
[ ] Connected to _flutterView/0x7f9a3e1a9220. | |
[ ] Connected to _flutterView/0x7f9a3e1bd620. | |
[ ] Connected to _flutterView/0x7f9a3e1dea20. | |
[ ] Connected to _flutterView/0x7f9a3e1f5e20. | |
[ ] Connected to _flutterView/0x7f9a3e206c20. | |
[ ] Connected to _flutterView/0x7f9a3e20c220. | |
[ ] Connected to _flutterView/0x7f9a3e21e220. | |
[ ] Connected to _flutterView/0x7f9a3e259620. | |
[ ] Connected to _flutterView/0x7f9a3e29c020. | |
[ ] Connected to _flutterView/0x7f9a3e2d4420. | |
[ ] Connected to _flutterView/0x7f9a3e2e5820. | |
[ ] Connected to _flutterView/0x7f9a3e332c20. | |
[ ] Connected to _flutterView/0x7f9a3e357020. | |
[ ] Connected to _flutterView/0x7f9a3e36b820. | |
[ ] Connected to _flutterView/0x7f9a3e37d220. | |
[ ] Connected to _flutterView/0x7f9a3e3d0420. | |
[ ] Connected to _flutterView/0x7f9a3e464420. | |
[ ] Connected to _flutterView/0x7f9a3e468e20. | |
[ ] Connected to _flutterView/0x7f9a3e472220. | |
[ ] Connected to _flutterView/0x7f9a3e49e820. | |
[ ] Connected to _flutterView/0x7f9a3e4b2420. | |
[ ] Connected to _flutterView/0x7f9a3e4bb220. | |
[ ] Connected to _flutterView/0x7f9a3e4e0a20. | |
[ ] Connected to _flutterView/0x7f9a3e53d420. | |
[ ] Connected to _flutterView/0x7f9a3e543e20. | |
[ ] Connected to _flutterView/0x7f9a3e54ee20. | |
[ ] Connected to _flutterView/0x7f9a3e550620. | |
[ ] Connected to _flutterView/0x7f9a3e56ca20. | |
[ ] Connected to _flutterView/0x7f9a3e583820. | |
[ ] Connected to _flutterView/0x7f9a3e587e20. | |
[ ] Connected to _flutterView/0x7f9a3e58a620. | |
[ ] Connected to _flutterView/0x7f9a3e591a20. | |
[ ] Connected to _flutterView/0x7f9a3e5b7420. | |
[ ] Connected to _flutterView/0x7f9a3e5d3820. | |
[ ] Connected to _flutterView/0x7f9a3e602c20. | |
[ ] Connected to _flutterView/0x7f9a3e63e420. | |
[ ] Connected to _flutterView/0x7f9a3e64d420. | |
[ ] Connected to _flutterView/0x7f9a3e69f820. | |
[ +1 ms] Connected to _flutterView/0x7f9a3e704a20. | |
[ ] Connected to _flutterView/0x7f9a3e721a20. | |
[ ] Connected to _flutterView/0x7f9a3e746420. | |
[ ] Connected to _flutterView/0x7f9a3e757e20. | |
[ ] Connected to _flutterView/0x7f9a3e783e20. | |
[ ] Connected to _flutterView/0x7f9a3e794820. | |
[ ] Connected to _flutterView/0x7f9a3e79a420. | |
[ ] Connected to _flutterView/0x7f9a3e7b4820. | |
[ ] Connected to _flutterView/0x7f9a3e7e7020. | |
[ ] Connected to _flutterView/0x7f9a3e7f6420. | |
[ ] Connected to _flutterView/0x7f9a3e7fa820. | |
[ ] Connected to _flutterView/0x7f9a3ea01a20. | |
[ ] Connected to _flutterView/0x7f9a3ea95020. | |
[ ] Connected to _flutterView/0x7f9a3f065020. | |
[ ] Connected to _flutterView/0x7f9a3f07d220. | |
[ +6 ms] Connected to _flutterView/0x7f9a3f0ad020. | |
[ ] Connected to _flutterView/0x7f9a3f0b2420. | |
[ +1 ms] Connected to _flutterView/0x7f9a3f0cb420. | |
[ ] Connected to _flutterView/0x7f9a3f13cc20. | |
[ ] Connected to _flutterView/0x7f9a3f141020. | |
[ ] Connected to _flutterView/0x7f9a3f15c820. | |
[ ] Connected to _flutterView/0x7f9a3f173e20. | |
[ ] Connected to _flutterView/0x7f9a3f1a8220. | |
[ ] Connected to _flutterView/0x7f9a3f1d2420. | |
[ ] Connected to _flutterView/0x7f9a3f1f7420. | |
[ ] Connected to _flutterView/0x7f9a3f209020. | |
[ ] Connected to _flutterView/0x7f9a3f209820. | |
[ ] Connected to _flutterView/0x7f9a3f20b020. | |
[ ] Connected to _flutterView/0x7f9a3f2a0220. | |
[ ] Connected to _flutterView/0x7f9a3f2eae20. | |
[ ] Connected to _flutterView/0x7f9a3f303020. | |
[ ] Connected to _flutterView/0x7f9a3f315220. | |
[ ] Connected to _flutterView/0x7f9a3f35e420. | |
[ ] Connected to _flutterView/0x7f9a3f362620. | |
[ ] Connected to _flutterView/0x7f9a3f398a20. | |
[ ] Connected to _flutterView/0x7f9a3f3d0020. | |
[ +1 ms] Connected to _flutterView/0x7f9a3f3e5020. | |
[ ] Connected to _flutterView/0x7f9a3f3f6c20. | |
[ ] Connected to _flutterView/0x7f9a3f465820. | |
[ ] Connected to _flutterView/0x7f9a3f476820. | |
[ ] Connected to _flutterView/0x7f9a3f492820. | |
[ ] Connected to _flutterView/0x7f9a3f494a20. | |
[ ] Connected to _flutterView/0x7f9a3f4cce20. | |
[ ] Connected to _flutterView/0x7f9a3f4d1a20. | |
[ ] Connected to _flutterView/0x7f9a3f4e4820. | |
[ +4 ms] Connected to _flutterView/0x7f9a3f4e9620. | |
[ +1 ms] Connected to _flutterView/0x7f9a3f51ac20. | |
[ ] Connected to _flutterView/0x7f9a3f523e20. | |
[ ] Connected to _flutterView/0x7f9a3f53d620. | |
[ ] Connected to _flutterView/0x7f9a3f552820. | |
[ ] Connected to _flutterView/0x7f9a3f557020. | |
[ +1 ms] Connected to _flutterView/0x7f9a3f589620. | |
[ ] Connected to _flutterView/0x7f9a3f5c2220. | |
[ ] Connected to _flutterView/0x7f9a3f602020. | |
[ ] Connected to _flutterView/0x7f9a3f604e20. | |
[ ] Connected to _flutterView/0x7f9a3f60f220. | |
[ ] Connected to _flutterView/0x7f9a3f618220. | |
[ ] Connected to _flutterView/0x7f9a3f68c820. | |
[ ] Connected to _flutterView/0x7f9a4000a220. | |
[ ] Connected to _flutterView/0x7f9a4003f220. | |
[ ] Connected to _flutterView/0x7f9a40057c20. | |
[ ] Connected to _flutterView/0x7f9a40070620. | |
[ ] Connected to _flutterView/0x7f9a40094020. | |
[ ] Connected to _flutterView/0x7f9a400a9820. | |
[ ] Connected to _flutterView/0x7f9a40101420. | |
[ ] Connected to _flutterView/0x7f9a4010ce20. | |
[ ] Connected to _flutterView/0x7f9a4012ec20. | |
[ +10 ms] Connected to _flutterView/0x7f9a4013c220. | |
[ ] Connected to _flutterView/0x7f9a40140820. | |
[ ] Connected to _flutterView/0x7f9a40153e20. | |
[ ] Connected to _flutterView/0x7f9a40157420. | |
[ ] Connected to _flutterView/0x7f9a40162620. | |
[ ] Connected to _flutterView/0x7f9a401a9c20. | |
[ ] Connected to _flutterView/0x7f9a401d4820. | |
[ ] Connected to _flutterView/0x7f9a4021e420. | |
[ ] Connected to _flutterView/0x7f9a40253820. | |
[ ] Connected to _flutterView/0x7f9a4028ee20. | |
[ ] Connected to _flutterView/0x7f9a402b1220. | |
[ ] Connected to _flutterView/0x7f9a40313220. | |
[ ] Connected to _flutterView/0x7f9a40391220. | |
[ ] Connected to _flutterView/0x7f9a40393820. | |
[ ] Connected to _flutterView/0x7f9a4039be20. | |
[ ] Connected to _flutterView/0x7f9a4039d620. | |
[ ] Connected to _flutterView/0x7f9a403a9e20. | |
[ ] Connected to _flutterView/0x7f9a403b5620. | |
[ ] Connected to _flutterView/0x7f9a403d4a20. | |
[ +5 ms] Flutter run key commands. | |
[ +30 ms] r Hot reload. 🔥🔥🔥 | |
[ +9 ms] R Hot restart. | |
[ +7 ms] h Repeat this help message. | |
[ +8 ms] d Detach (terminate "flutter run" but leave application running). | |
[ +2 ms] c Clear the screen | |
[ ] q Quit (terminate the application on the device). | |
[ ] An Observatory debugger and profiler on iPhone 11 Pro Max is available at: http://127.0.0.1:62213/759lA8OrLTI=/ | |
[ +6 ms] Result: {type: Isolate, id: isolates/1054894378316755, name: main, number: 1054894378316755, _originNumber: 1054894378316755, startTime: 1583264998532, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/2783434820695599, name: main, number: 2783434820695599, _originNumber: 2783434820695599, startTime: 1583264998685, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1831553505254763, name: main, number: 1831553505254763, _originNumber: 1831553505254763, startTime: 1583264999262, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3470385032056187, name: main, number: 3470385032056187, _originNumber: 3470385032056187, startTime: 1583264992970, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2634484931456419, name: main, number: 2634484931456419, _originNumber: 2634484931456419, startTime: 1583264992435, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/637053647604995, name: main, number: 637053647604995, _originNumber: 637053647604995, startTime: 1583264992634, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +13 ms] Result: {type: Isolate, id: isolates/558319210324131, name: main, number: 558319210324131, _originNumber: 558319210324131, startTime: 1583264992569, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +8 ms] Result: {type: Isolate, id: isolates/1309321134146091, name: main, number: 1309321134146091, _originNumber: 1309321134146091, startTime: 1583264992889, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/3771156346302339, name: main, number: 3771156346302339, _originNumber: 3771156346302339, startTime: 1583264992751, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +26 ms] Result: {type: Isolate, id: isolates/2347201678698679, name: main, number: 2347201678698679, _originNumber: 2347201678698679, startTime: 1583264993262, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2079547835382411, name: main, number: 2079547835382411, _originNumber: 2079547835382411, startTime: 1583264993385, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2831526517630263, name: main, number: 2831526517630263, _originNumber: 2831526517630263, startTime: 1583264993425, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3216222083778599, name: main, number: 3216222083778599, _originNumber: 3216222083778599, startTime: 1583264993465, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2489779642417271, name: main, number: 2489779642417271, _originNumber: 2489779642417271, startTime: 1583264993350, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/464252758218119, name: main, number: 464252758218119, _originNumber: 464252758218119, startTime: 1583264993537, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3260478122132543, name: main, number: 3260478122132543, _originNumber: 3260478122132543, startTime: 1583264993931, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3494668471508135, name: main, number: 3494668471508135, _originNumber: 3494668471508135, startTime: 1583264993788, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +11 ms] Result: {type: Isolate, id: isolates/2920320984729007, name: main, number: 2920320984729007, _originNumber: 2920320984729007, startTime: 1583264993716, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +9 ms] Result: {type: Isolate, id: isolates/826551533768687, name: main, number: 826551533768687, _originNumber: 826551533768687, startTime: 1583264993683, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +4 ms] Result: {type: Isolate, id: isolates/579369738285859, name: main, number: 579369738285859, _originNumber: 579369738285859, startTime: 1583264998389, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +3 ms] Result: {type: Isolate, id: isolates/1780639423362415, name: main, number: 1780639423362415, _originNumber: 1780639423362415, startTime: 1583264994031, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/483326643394295, name: main, number: 483326643394295, _originNumber: 483326643394295, startTime: 1583264994055, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +3 ms] Result: {type: Isolate, id: isolates/4234834271653599, name: main, number: 4234834271653599, _originNumber: 4234834271653599, startTime: 1583264997704, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3800687468534179, name: main, number: 3800687468534179, _originNumber: 3800687468534179, startTime: 1583264994086, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1007771839575999, name: main, number: 1007771839575999, _originNumber: 1007771839575999, startTime: 1583264997373, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1078421517393563, name: main, number: 1078421517393563, _originNumber: 1078421517393563, startTime: 1583264994140, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +20 ms] Result: {type: Isolate, id: isolates/787447926936159, name: main, number: 787447926936159, _originNumber: 787447926936159, startTime: 1583264994176, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/4161232765018611, name: main, number: 4161232765018611, _originNumber: 4161232765018611, startTime: 1583264994204, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/4362655917341343, name: main, number: 4362655917341343, _originNumber: 4362655917341343, startTime: 1583264994518, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +18 ms] Result: {type: Isolate, id: isolates/4142631569310035, name: main, number: 4142631569310035, _originNumber: 4142631569310035, startTime: 1583264994434, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +11 ms] Result: {type: Isolate, id: isolates/1346659578688795, name: main, number: 1346659578688795, _originNumber: 1346659578688795, startTime: 1583264994462, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +16 ms] Result: {type: Isolate, id: isolates/2475594796532331, name: main, number: 2475594796532331, _originNumber: 2475594796532331, startTime: 1583264994751, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3260369866590375, name: main, number: 3260369866590375, _originNumber: 3260369866590375, startTime: 1583264994673, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/2875480806094175, name: main, number: 2875480806094175, _originNumber: 2875480806094175, startTime: 1583264994640, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/2610702037459075, name: main, number: 2610702037459075, _originNumber: 2610702037459075, startTime: 1583264995023, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1205056533380735, name: main, number: 1205056533380735, _originNumber: 1205056533380735, startTime: 1583264996976, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/699117934005311, name: main, number: 699117934005311, _originNumber: 699117934005311, startTime: 1583264994927, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2712078374812023, name: main, number: 2712078374812023, _originNumber: 2712078374812023, startTime: 1583264994852, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/3619465843370267, name: main, number: 3619465843370267, _originNumber: 3619465843370267, startTime: 1583264994992, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/2711820386046139, name: main, number: 2711820386046139, _originNumber: 2711820386046139, startTime: 1583264994890, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/771528529486291, name: main, number: 771528529486291, _originNumber: 771528529486291, startTime: 1583264994817, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/275546187137751, name: main, number: 275546187137751, _originNumber: 275546187137751, startTime: 1583264995047, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +7 ms] Result: {type: Isolate, id: isolates/1167419605018643, name: main, number: 1167419605018643, _originNumber: 1167419605018643, startTime: 1583264995145, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +31 ms] Result: {type: Isolate, id: isolates/3940630206629715, name: main, number: 3940630206629715, _originNumber: 3940630206629715, startTime: 1583264995235, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2669819739078239, name: main, number: 2669819739078239, _originNumber: 2669819739078239, startTime: 1583264995345, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/2467924709160035, name: main, number: 2467924709160035, _originNumber: 2467924709160035, startTime: 1583264995419, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/2076064503292243, name: main, number: 2076064503292243, _originNumber: 2076064503292243, startTime: 1583264997169, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/88825451390111, name: main, number: 88825451390111, _originNumber: 88825451390111, startTime: 1583264995383, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1447507824932387, name: main, number: 1447507824932387, _originNumber: 1447507824932387, startTime: 1583264995444, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4498958580800931, name: main, number: 4498958580800931, _originNumber: 4498958580800931, startTime: 1583264995593, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1803651704624767, name: main, number: 1803651704624767, _originNumber: 1803651704624767, startTime: 1583264995652, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/3531863001184183, name: main, number: 3531863001184183, _originNumber: 3531863001184183, startTime: 1583264995742, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2333013540824131, name: main, number: 2333013540824131, _originNumber: 2333013540824131, startTime: 1583264998234, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/308045593215083, name: main, number: 308045593215083, _originNumber: 308045593215083, startTime: 1583264995772, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +8 ms] Result: {type: Isolate, id: isolates/3344706683009131, name: main, number: 3344706683009131, _originNumber: 3344706683009131, startTime: 1583264996746, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +12 ms] Result: {type: Isolate, id: isolates/3764255276706911, name: main, number: 3764255276706911, _originNumber: 3764255276706911, startTime: 1583264996108, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +13 ms] Result: {type: Isolate, id: isolates/3223896397382511, name: main, number: 3223896397382511, _originNumber: 3223896397382511, startTime: 1583264996474, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/473464565861739, name: main, number: 473464565861739, _originNumber: 473464565861739, startTime: 1583264996633, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/4326150680960515, name: main, number: 4326150680960515, _originNumber: 4326150680960515, startTime: 1583264997296, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/60619566974995, name: main, number: 60619566974995, _originNumber: 60619566974995, startTime: 1583264998360, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3707012556857839, name: main, number: 3707012556857839, _originNumber: 3707012556857839, startTime: 1583265002633, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +16 ms] Result: {type: Isolate, id: isolates/1850926998989511, name: main, number: 1850926998989511, _originNumber: 1850926998989511, startTime: 1583265000829, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3952265617398543, name: main, number: 3952265617398543, _originNumber: 3952265617398543, startTime: 1583265002036, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/826757923802819, name: main, number: 826757923802819, _originNumber: 826757923802819, startTime: 1583265002747, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1732750631625467, name: main, number: 1732750631625467, _originNumber: 1732750631625467, startTime: 1583265002300, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +11 ms] Result: {type: Isolate, id: isolates/4283445365381547, name: main, number: 4283445365381547, _originNumber: 4283445365381547, startTime: 1583264992693, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/1145453299163063, name: main, number: 1145453299163063, _originNumber: 1145453299163063, startTime: 1583264992784, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/1252466945720943, name: main, number: 1252466945720943, _originNumber: 1252466945720943, startTime: 1583264992726, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/3959887222347219, name: main, number: 3959887222347219, _originNumber: 3959887222347219, startTime: 1583264992502, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/16941224035531, name: main, number: 16941224035531, _originNumber: 16941224035531, startTime: 1583264992368, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1809198266367599, name: main, number: 1809198266367599, _originNumber: 1809198266367599, startTime: 1583264993215, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/1056023870424895, name: main, number: 1056023870424895, _originNumber: 1056023870424895, startTime: 1583264992810, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1927120190771319, name: main, number: 1927120190771319, _originNumber: 1927120190771319, startTime: 1583264992843, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3090559833898703, name: main, number: 3090559833898703, _originNumber: 3090559833898703, startTime: 1583264993131, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +25 ms] Result: {type: Isolate, id: isolates/3058434779802303, name: main, number: 3058434779802303, _originNumber: 3058434779802303, startTime: 1583264993302, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1251461332238731, name: main, number: 1251461332238731, _originNumber: 1251461332238731, startTime: 1583264993648, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3625146403693403, name: main, number: 3625146403693403, _originNumber: 3625146403693403, startTime: 1583264993576, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1723177641161103, name: main, number: 1723177641161103, _originNumber: 1723177641161103, startTime: 1583264997834, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +9 ms] Result: {type: Isolate, id: isolates/361757288476535, name: main, number: 361757288476535, _originNumber: 361757288476535, startTime: 1583264993611, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +6 ms] Result: {type: Isolate, id: isolates/3250633253208583, name: main, number: 3250633253208583, _originNumber: 3250633253208583, startTime: 1583264993499, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +6 ms] Result: {type: Isolate, id: isolates/2676994432057491, name: main, number: 2676994432057491, _originNumber: 2676994432057491, startTime: 1583264993749, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/1105526780095735, name: main, number: 1105526780095735, _originNumber: 1105526780095735, startTime: 1583264993862, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +8 ms] Result: {type: Isolate, id: isolates/1399300987658587, name: main, number: 1399300987658587, _originNumber: 1399300987658587, startTime: 1583264993896, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2140147458783251, name: main, number: 2140147458783251, _originNumber: 2140147458783251, startTime: 1583264994000, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1863946311585803, name: main, number: 1863946311585803, _originNumber: 1863946311585803, startTime: 1583264994334, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/173856805866423, name: main, number: 173856805866423, _originNumber: 173856805866423, startTime: 1583264993967, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +20 ms] Result: {type: Isolate, id: isolates/901599133751059, name: main, number: 901599133751059, _originNumber: 901599133751059, startTime: 1583264994279, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/27571221259051, name: main, number: 27571221259051, _originNumber: 27571221259051, startTime: 1583264994305, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ ] Result: {type: Isolate, id: isolates/3280090589829071, name: main, number: 3280090589829071, _originNumber: 3280090589829071, startTime: 1583264994360, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2237918071087991, name: main, number: 2237918071087991, _originNumber: 2237918071087991, startTime: 1583264994112, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/406227655874447, name: main, number: 406227655874447, _originNumber: 406227655874447, startTime: 1583264998500, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2541424114685619, name: main, number: 2541424114685619, _originNumber: 2541424114685619, startTime: 1583264994489, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3011890409471499, name: main, number: 3011890409471499, _originNumber: 3011890409471499, startTime: 1583264994605, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2305428290174835, name: main, number: 2305428290174835, _originNumber: 2305428290174835, startTime: 1583264998795, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +14 ms] Result: {type: Isolate, id: isolates/3426193835612919, name: main, number: 3426193835612919, _originNumber: 3426193835612919, startTime: 1583264994397, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +12 ms] Result: {type: Isolate, id: isolates/651302685046931, name: main, number: 651302685046931, _originNumber: 651302685046931, startTime: 1583264994696, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1463214652603831, name: main, number: 1463214652603831, _originNumber: 1463214652603831, startTime: 1583264994545, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/3598424892304435, name: main, number: 3598424892304435, _originNumber: 3598424892304435, startTime: 1583264994577, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1217210676260551, name: main, number: 1217210676260551, _originNumber: 1217210676260551, startTime: 1583264995203, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +20 ms] Result: {type: Isolate, id: isolates/2407546766096403, name: main, number: 2407546766096403, _originNumber: 2407546766096403, startTime: 1583264994725, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/717515305904051, name: main, number: 717515305904051, _originNumber: 717515305904051, startTime: 1583264994784, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3064095031110831, name: main, number: 3064095031110831, _originNumber: 3064095031110831, startTime: 1583264994965, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4044641148677079, name: main, number: 4044641148677079, _originNumber: 4044641148677079, startTime: 1583264995625, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1394969875707195, name: main, number: 1394969875707195, _originNumber: 1394969875707195, startTime: 1583264995177, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/869007501893851, name: main, number: 869007501893851, _originNumber: 869007501893851, startTime: 1583264995121, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/186556680449687, name: main, number: 186556680449687, _originNumber: 186556680449687, startTime: 1583264995084, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/814754789624767, name: main, number: 814754789624767, _originNumber: 814754789624767, startTime: 1583264995311, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1806732116593731, name: main, number: 1806732116593731, _originNumber: 1806732116593731, startTime: 1583264995712, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3025994609213919, name: main, number: 3025994609213919, _originNumber: 3025994609213919, startTime: 1583264995274, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/426203097891663, name: main, number: 426203097891663, _originNumber: 426203097891663, startTime: 1583264995503, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/4396030619001171, name: main, number: 4396030619001171, _originNumber: 4396030619001171, startTime: 1583264995476, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +6 ms] Result: {type: Isolate, id: isolates/324107623611787, name: main, number: 324107623611787, _originNumber: 324107623611787, startTime: 1583264996821, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +46 ms] Result: {type: Isolate, id: isolates/3295590743785115, name: main, number: 3295590743785115, _originNumber: 3295590743785115, startTime: 1583264996893, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1618910219579775, name: main, number: 1618910219579775, _originNumber: 1618910219579775, startTime: 1583264995534, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2777217238479383, name: main, number: 2777217238479383, _originNumber: 2777217238479383, startTime: 1583264995798, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1147137424627963, name: main, number: 1147137424627963, _originNumber: 1147137424627963, startTime: 1583264995829, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +17 ms] Result: {type: Isolate, id: isolates/4283589430546963, name: main, number: 4283589430546963, _originNumber: 4283589430546963, startTime: 1583264995684, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/432699514538695, name: main, number: 432699514538695, _originNumber: 432699514538695, startTime: 1583264998298, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +3 ms] Result: {type: Isolate, id: isolates/3569289239242963, name: main, number: 3569289239242963, _originNumber: 3569289239242963, startTime: 1583264995858, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/464273493385007, name: main, number: 464273493385007, _originNumber: 464273493385007, startTime: 1583264995921, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +4 ms] Result: {type: Isolate, id: isolates/3272356132253119, name: main, number: 3272356132253119, _originNumber: 3272356132253119, startTime: 1583264995955, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/608259718975311, name: main, number: 608259718975311, _originNumber: 608259718975311, startTime: 1583264996044, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +21 ms] Result: {type: Isolate, id: isolates/2728763494526735, name: main, number: 2728763494526735, _originNumber: 2728763494526735, startTime: 1583264996395, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2682347223468455, name: main, number: 2682347223468455, _originNumber: 2682347223468455, startTime: 1583264996541, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1353477217704003, name: main, number: 1353477217704003, _originNumber: 1353477217704003, startTime: 1583264996234, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/501093326672979, name: main, number: 501093326672979, _originNumber: 501093326672979, startTime: 1583264996322, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2745317499524239, name: main, number: 2745317499524239, _originNumber: 2745317499524239, startTime: 1583264997101, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1629927652281671, name: main, number: 1629927652281671, _originNumber: 1629927652281671, startTime: 1583264997450, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/18298771681619, name: main, number: 18298771681619, _originNumber: 18298771681619, startTime: 1583264997023, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +3 ms] Result: {type: Isolate, id: isolates/3259122338610291, name: main, number: 3259122338610291, _originNumber: 3259122338610291, startTime: 1583264997627, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/2735214884187111, name: main, number: 2735214884187111, _originNumber: 2735214884187111, startTime: 1583264997773, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3502381083936127, name: main, number: 3502381083936127, _originNumber: 3502381083936127, startTime: 1583264997799, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +26 ms] Result: {type: Isolate, id: isolates/105292817191251, name: main, number: 105292817191251, _originNumber: 105292817191251, startTime: 1583264993825, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/897333183780451, name: main, number: 897333183780451, _originNumber: 897333183780451, startTime: 1583264994243, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/4359488150868351, name: main, number: 4359488150868351, _originNumber: 4359488150868351, startTime: 1583264995563, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4390129152439735, name: main, number: 4390129152439735, _originNumber: 4390129152439735, startTime: 1583264999114, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +17 ms] Result: {type: Isolate, id: isolates/3807010387865491, name: main, number: 3807010387865491, _originNumber: 3807010387865491, startTime: 1583265006981, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2682301949259843, name: main, number: 2682301949259843, _originNumber: 2682301949259843, startTime: 1583264997228, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1050523216152875, name: main, number: 1050523216152875, _originNumber: 1050523216152875, startTime: 1583264997553, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2655552092179671, name: main, number: 2655552092179671, _originNumber: 2655552092179671, startTime: 1583264997740, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1437562809547771, name: main, number: 1437562809547771, _originNumber: 1437562809547771, startTime: 1583264998108, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2860017943686903, name: main, number: 2860017943686903, _originNumber: 2860017943686903, startTime: 1583264997906, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/3764041556721635, name: main, number: 3764041556721635, _originNumber: 3764041556721635, startTime: 1583264997871, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/30821590511795, name: main, number: 30821590511795, _originNumber: 30821590511795, startTime: 1583264998048, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +3 ms] Result: {type: Isolate, id: isolates/983621387042063, name: main, number: 983621387042063, _originNumber: 983621387042063, startTime: 1583264998192, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +29 ms] Result: {type: Isolate, id: isolates/3528541240396283, name: main, number: 3528541240396283, _originNumber: 3528541240396283, startTime: 1583264997983, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2976352016654203, name: main, number: 2976352016654203, _originNumber: 2976352016654203, startTime: 1583264999173, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/242954526338783, name: main, number: 242954526338783, _originNumber: 242954526338783, startTime: 1583264999141, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2177518301948167, name: main, number: 2177518301948167, _originNumber: 2177518301948167, startTime: 1583264998261, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/7922825092291, name: main, number: 7922825092291, _originNumber: 7922825092291, startTime: 1583264998625, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0, us... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2414074051276967, name: main, number: 2414074051276967, _originNumber: 2414074051276967, startTime: 1583265004094, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +17 ms] Result: {type: Isolate, id: isolates/42542973467431, name: main, number: 42542973467431, _originNumber: 42542973467431, startTime: 1583264998561, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ ] Result: {type: Isolate, id: isolates/2629613495300167, name: main, number: 2629613495300167, _originNumber: 2629613495300167, startTime: 1583264998995, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/522497206797471, name: main, number: 522497206797471, _originNumber: 522497206797471, startTime: 1583264998722, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +4 ms] Result: {type: Isolate, id: isolates/1908672288768823, name: main, number: 1908672288768823, _originNumber: 1908672288768823, startTime: 1583264998918, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/2736125020999071, name: main, number: 2736125020999071, _originNumber: 2736125020999071, startTime: 1583264998959, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +6 ms] Result: {type: Isolate, id: isolates/4474841189433951, name: main, number: 4474841189433951, _originNumber: 4474841189433951, startTime: 1583264999200, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/2673205331212895, name: main, number: 2673205331212895, _originNumber: 2673205331212895, startTime: 1583264999027, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/4217777454874415, name: main, number: 4217777454874415, _originNumber: 4217777454874415, startTime: 1583265005474, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +12 ms] Result: {type: Isolate, id: isolates/3708786807979715, name: main, number: 3708786807979715, _originNumber: 3708786807979715, startTime: 1583264999301, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/178315550227339, name: main, number: 178315550227339, _originNumber: 178315550227339, startTime: 1583264999337, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +18 ms] Result: {type: Isolate, id: isolates/1829224961450859, name: main, number: 1829224961450859, _originNumber: 1829224961450859, startTime: 1583265004825, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3249003804918131, name: main, number: 3249003804918131, _originNumber: 3249003804918131, startTime: 1583264999404, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/501897581674735, name: main, number: 501897581674735, _originNumber: 501897581674735, startTime: 1583264999475, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/455545904431335, name: main, number: 455545904431335, _originNumber: 455545904431335, startTime: 1583264999581, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/2539236309074291, name: main, number: 2539236309074291, _originNumber: 2539236309074291, startTime: 1583265000297, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3148372362715247, name: main, number: 3148372362715247, _originNumber: 3148372362715247, startTime: 1583264999751, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3277855469411531, name: main, number: 3277855469411531, _originNumber: 3277855469411531, startTime: 1583264999785, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2992247979021119, name: main, number: 2992247979021119, _originNumber: 2992247979021119, startTime: 1583264999680, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1463298280796095, name: main, number: 1463298280796095, _originNumber: 1463298280796095, startTime: 1583264999715, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1117074817988663, name: main, number: 1117074817988663, _originNumber: 1117074817988663, startTime: 1583265000178, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1861942459139391, name: main, number: 1861942459139391, _originNumber: 1861942459139391, startTime: 1583264999907, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/712333370474571, name: main, number: 712333370474571, _originNumber: 712333370474571, startTime: 1583265000702, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/360479800357611, name: main, number: 360479800357611, _originNumber: 360479800357611, startTime: 1583264999813, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +5 ms] Result: {type: Isolate, id: isolates/1501315146167, name: main, number: 1501315146167, _originNumber: 1501315146167, startTime: 1583264999878, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0, us... | |
[ +17 ms] Result: {type: Isolate, id: isolates/2303833574362711, name: main, number: 2303833574362711, _originNumber: 2303833574362711, startTime: 1583265000111, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +9 ms] Result: {type: Isolate, id: isolates/2080948516082447, name: main, number: 2080948516082447, _originNumber: 2080948516082447, startTime: 1583265000582, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1078987514644731, name: main, number: 1078987514644731, _originNumber: 1078987514644731, startTime: 1583265000262, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1933274577499863, name: main, number: 1933274577499863, _originNumber: 1933274577499863, startTime: 1583265000415, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/459860633930939, name: main, number: 459860633930939, _originNumber: 459860633930939, startTime: 1583265000477, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3144690162038971, name: main, number: 3144690162038971, _originNumber: 3144690162038971, startTime: 1583265000614, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +20 ms] Result: {type: Isolate, id: isolates/4051211111139487, name: main, number: 4051211111139487, _originNumber: 4051211111139487, startTime: 1583265000944, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4044232902626247, name: main, number: 4044232902626247, _originNumber: 4044232902626247, startTime: 1583265001375, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1598311812831455, name: main, number: 1598311812831455, _originNumber: 1598311812831455, startTime: 1583265001058, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3918819832304479, name: main, number: 3918819832304479, _originNumber: 3918819832304479, startTime: 1583265001122, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3980967934551327, name: main, number: 3980967934551327, _originNumber: 3980967934551327, startTime: 1583265001460, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2104187181204743, name: main, number: 2104187181204743, _originNumber: 2104187181204743, startTime: 1583265001219, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1283332483793463, name: main, number: 1283332483793463, _originNumber: 1283332483793463, startTime: 1583265001261, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1931917153209099, name: main, number: 1931917153209099, _originNumber: 1931917153209099, startTime: 1583265001344, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/3587926866140599, name: main, number: 3587926866140599, _originNumber: 3587926866140599, startTime: 1583265001290, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +16 ms] Result: {type: Isolate, id: isolates/4252703194056187, name: main, number: 4252703194056187, _originNumber: 4252703194056187, startTime: 1583265001578, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +6 ms] Result: {type: Isolate, id: isolates/1606009737966143, name: main, number: 1606009737966143, _originNumber: 1606009737966143, startTime: 1583265001604, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/3309617238467539, name: main, number: 3309617238467539, _originNumber: 3309617238467539, startTime: 1583265002334, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3270057646804511, name: main, number: 3270057646804511, _originNumber: 3270057646804511, startTime: 1583265001545, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2725495776531323, name: main, number: 2725495776531323, _originNumber: 2725495776531323, startTime: 1583265001669, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3883025605225083, name: main, number: 3883025605225083, _originNumber: 3883025605225083, startTime: 1583265001699, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +20 ms] Result: {type: Isolate, id: isolates/551946806419079, name: main, number: 551946806419079, _originNumber: 551946806419079, startTime: 1583265001732, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/750193925429355, name: main, number: 750193925429355, _originNumber: 750193925429355, startTime: 1583265001761, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2110315901285307, name: main, number: 2110315901285307, _originNumber: 2110315901285307, startTime: 1583265001923, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3019775110389231, name: main, number: 3019775110389231, _originNumber: 3019775110389231, startTime: 1583265002064, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4053642027339863, name: main, number: 4053642027339863, _originNumber: 4053642027339863, startTime: 1583265002448, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2642534317769727, name: main, number: 2642534317769727, _originNumber: 2642534317769727, startTime: 1583265002243, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4103903795338919, name: main, number: 4103903795338919, _originNumber: 4103903795338919, startTime: 1583265002124, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3963708811194163, name: main, number: 3963708811194163, _originNumber: 3963708811194163, startTime: 1583265002483, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2582807785407, name: main, number: 2582807785407, _originNumber: 2582807785407, startTime: 1583265002539, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0, us... | |
[ +1 ms] Result: {type: Isolate, id: isolates/771041243838763, name: main, number: 771041243838763, _originNumber: 771041243838763, startTime: 1583265002419, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +5 ms] Result: {type: Isolate, id: isolates/2938580746860863, name: main, number: 2938580746860863, _originNumber: 2938580746860863, startTime: 1583265002691, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/2495745193333479, name: main, number: 2495745193333479, _originNumber: 2495745193333479, startTime: 1583264997945, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2962419788989867, name: main, number: 2962419788989867, _originNumber: 2962419788989867, startTime: 1583264998019, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2041966740021959, name: main, number: 2041966740021959, _originNumber: 2041966740021959, startTime: 1583264998137, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/3363243356508511, name: main, number: 3363243356508511, _originNumber: 3363243356508511, startTime: 1583264998082, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/1269332381145123, name: main, number: 1269332381145123, _originNumber: 1269332381145123, startTime: 1583264999233, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2689972321001527, name: main, number: 2689972321001527, _originNumber: 2689972321001527, startTime: 1583264998166, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +32 ms] Result: {type: Isolate, id: isolates/1652722620311831, name: main, number: 1652722620311831, _originNumber: 1652722620311831, startTime: 1583265001091, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2893040053681371, name: main, number: 2893040053681371, _originNumber: 2893040053681371, startTime: 1583264998445, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4406700115581227, name: main, number: 4406700115581227, _originNumber: 4406700115581227, startTime: 1583264998420, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1199331137526259, name: main, number: 1199331137526259, _originNumber: 1199331137526259, startTime: 1583264999086, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2568976187780123, name: main, number: 2568976187780123, _originNumber: 2568976187780123, startTime: 1583264998477, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/226978370940323, name: main, number: 226978370940323, _originNumber: 226978370940323, startTime: 1583264998593, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/3045814818871831, name: main, number: 3045814818871831, _originNumber: 3045814818871831, startTime: 1583264998651, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1310572948585695, name: main, number: 1310572948585695, _originNumber: 1310572948585695, startTime: 1583264998755, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2065571355460815, name: main, number: 2065571355460815, _originNumber: 2065571355460815, startTime: 1583264998837, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2529074567131815, name: main, number: 2529074567131815, _originNumber: 2529074567131815, startTime: 1583264998880, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/833920507063075, name: main, number: 833920507063075, _originNumber: 833920507063075, startTime: 1583264999055, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4399245500999747, name: main, number: 4399245500999747, _originNumber: 4399245500999747, startTime: 1583264999644, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/4431484858072867, name: main, number: 4431484858072867, _originNumber: 4431484858072867, startTime: 1583264999372, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +6 ms] Result: {type: Isolate, id: isolates/4350328782119187, name: main, number: 4350328782119187, _originNumber: 4350328782119187, startTime: 1583264999440, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/704299852487675, name: main, number: 704299852487675, _originNumber: 704299852487675, startTime: 1583265005531, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +3 ms] Result: {type: Isolate, id: isolates/2168773320846239, name: main, number: 2168773320846239, _originNumber: 2168773320846239, startTime: 1583264999544, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +34 ms] Result: {type: Isolate, id: isolates/2397916145794603, name: main, number: 2397916145794603, _originNumber: 2397916145794603, startTime: 1583264999510, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4471939561905631, name: main, number: 4471939561905631, _originNumber: 4471939561905631, startTime: 1583264999614, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1246711502307835, name: main, number: 1246711502307835, _originNumber: 1246711502307835, startTime: 1583264999979, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2628120586662447, name: main, number: 2628120586662447, _originNumber: 2628120586662447, startTime: 1583265000078, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/89911242682103, name: main, number: 89911242682103, _originNumber: 89911242682103, startTime: 1583264999843, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ ] Result: {type: Isolate, id: isolates/4473244306189647, name: main, number: 4473244306189647, _originNumber: 4473244306189647, startTime: 1583264999948, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2529391512065259, name: main, number: 2529391512065259, _originNumber: 2529391512065259, startTime: 1583265000044, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1585399643581727, name: main, number: 1585399643581727, _originNumber: 1585399643581727, startTime: 1583265000004, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2046679810627103, name: main, number: 2046679810627103, _originNumber: 2046679810627103, startTime: 1583265000143, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2214883470732743, name: main, number: 2214883470732743, _originNumber: 2214883470732743, startTime: 1583265000219, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/1815350658312823, name: main, number: 1815350658312823, _originNumber: 1815350658312823, startTime: 1583265000330, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/1792791044362607, name: main, number: 1792791044362607, _originNumber: 1792791044362607, startTime: 1583265000644, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/1765992321627111, name: main, number: 1765992321627111, _originNumber: 1765992321627111, startTime: 1583265000513, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/425161067571023, name: main, number: 425161067571023, _originNumber: 425161067571023, startTime: 1583265000678, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +7 ms] Result: {type: Isolate, id: isolates/2921496459037583, name: main, number: 2921496459037583, _originNumber: 2921496459037583, startTime: 1583265000353, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/3889823937507091, name: main, number: 3889823937507091, _originNumber: 3889823937507091, startTime: 1583265007938, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2904922737181691, name: main, number: 2904922737181691, _originNumber: 2904922737181691, startTime: 1583265000903, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2981419125121615, name: main, number: 2981419125121615, _originNumber: 2981419125121615, startTime: 1583265005703, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +21 ms] Result: {type: Isolate, id: isolates/2021698904452391, name: main, number: 2021698904452391, _originNumber: 2021698904452391, startTime: 1583265000548, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1425603213190943, name: main, number: 1425603213190943, _originNumber: 1425603213190943, startTime: 1583265000864, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/571955731249427, name: main, number: 571955731249427, _originNumber: 571955731249427, startTime: 1583265000733, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/4159379995754687, name: main, number: 4159379995754687, _originNumber: 4159379995754687, startTime: 1583265000761, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1329626112285399, name: main, number: 1329626112285399, _originNumber: 1329626112285399, startTime: 1583265000797, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/2951263065710687, name: main, number: 2951263065710687, _originNumber: 2951263065710687, startTime: 1583265000980, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +14 ms] Result: {type: Isolate, id: isolates/4068090327865847, name: main, number: 4068090327865847, _originNumber: 4068090327865847, startTime: 1583265001034, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +9 ms] Result: {type: Isolate, id: isolates/4005023584147, name: main, number: 4005023584147, _originNumber: 4005023584147, startTime: 1583265001147, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0, us... | |
[ +4 ms] Result: {type: Isolate, id: isolates/2246583371910207, name: main, number: 2246583371910207, _originNumber: 2246583371910207, startTime: 1583265001402, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1164622362229807, name: main, number: 1164622362229807, _originNumber: 1164622362229807, startTime: 1583265001002, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2249074427776631, name: main, number: 2249074427776631, _originNumber: 2249074427776631, startTime: 1583265001178, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1433481406962843, name: main, number: 1433481406962843, _originNumber: 1433481406962843, startTime: 1583265001318, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2942930252689231, name: main, number: 2942930252689231, _originNumber: 2942930252689231, startTime: 1583265001434, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/374055050859315, name: main, number: 374055050859315, _originNumber: 374055050859315, startTime: 1583265001981, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/1788097858617687, name: main, number: 1788097858617687, _originNumber: 1788097858617687, startTime: 1583265001518, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3236256343234639, name: main, number: 3236256343234639, _originNumber: 3236256343234639, startTime: 1583265001490, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1666127461502571, name: main, number: 1666127461502571, _originNumber: 1666127461502571, startTime: 1583265002004, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +22 ms] Result: {type: Isolate, id: isolates/3240546720077743, name: main, number: 3240546720077743, _originNumber: 3240546720077743, startTime: 1583265001635, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1711509407368787, name: main, number: 1711509407368787, _originNumber: 1711509407368787, startTime: 1583265001857, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3423392083525163, name: main, number: 3423392083525163, _originNumber: 3423392083525163, startTime: 1583265001796, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3519947762961063, name: main, number: 3519947762961063, _originNumber: 3519947762961063, startTime: 1583265002276, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2732552417182963, name: main, number: 2732552417182963, _originNumber: 2732552417182963, startTime: 1583265001892, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2870160159588999, name: main, number: 2870160159588999, _originNumber: 2870160159588999, startTime: 1583265001831, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/4000779976148103, name: main, number: 4000779976148103, _originNumber: 4000779976148103, startTime: 1583265001949, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/4284629870583227, name: main, number: 4284629870583227, _originNumber: 4284629870583227, startTime: 1583265002160, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/4213758267973299, name: main, number: 4213758267973299, _originNumber: 4213758267973299, startTime: 1583265002188, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/4273322489717095, name: main, number: 4273322489717095, _originNumber: 4273322489717095, startTime: 1583265002215, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +13 ms] Result: {type: Isolate, id: isolates/1766294777875743, name: main, number: 1766294777875743, _originNumber: 1766294777875743, startTime: 1583265002092, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/419779816523887, name: main, number: 419779816523887, _originNumber: 419779816523887, startTime: 1583265002599, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3008451866291371, name: main, number: 3008451866291371, _originNumber: 3008451866291371, startTime: 1583265002391, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2019082112734575, name: main, number: 2019082112734575, _originNumber: 2019082112734575, startTime: 1583265002367, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +28 ms] Result: {type: Isolate, id: isolates/3771769014948187, name: main, number: 3771769014948187, _originNumber: 3771769014948187, startTime: 1583265002509, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/406319771320603, name: main, number: 406319771320603, _originNumber: 406319771320603, startTime: 1583265002661, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/2276405234473803, name: main, number: 2276405234473803, _originNumber: 2276405234473803, startTime: 1583265002722, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/755751280981871, name: main, number: 755751280981871, _originNumber: 755751280981871, startTime: 1583265002571, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/1288445942521515, name: main, number: 1288445942521515, _originNumber: 1288445942521515, startTime: 1583265002782, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/603760028354147, name: main, number: 603760028354147, _originNumber: 603760028354147, startTime: 1583265002810, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/2835869997480763, name: main, number: 2835869997480763, _originNumber: 2835869997480763, startTime: 1583265003359, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1569856065356283, name: main, number: 1569856065356283, _originNumber: 1569856065356283, startTime: 1583265003632, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1894202443600695, name: main, number: 1894202443600695, _originNumber: 1894202443600695, startTime: 1583265002846, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +59 ms] Result: {type: Isolate, id: isolates/3594653700923199, name: main, number: 3594653700923199, _originNumber: 3594653700923199, startTime: 1583265002920, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1169109452367599, name: main, number: 1169109452367599, _originNumber: 1169109452367599, startTime: 1583265002960, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2351591999810403, name: main, number: 2351591999810403, _originNumber: 2351591999810403, startTime: 1583265002993, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4284508453623951, name: main, number: 4284508453623951, _originNumber: 4284508453623951, startTime: 1583265003083, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +3 ms] Result: {type: Isolate, id: isolates/1759530187865375, name: main, number: 1759530187865375, _originNumber: 1759530187865375, startTime: 1583265003024, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +8 ms] Result: {type: Isolate, id: isolates/3455671689399103, name: main, number: 3455671689399103, _originNumber: 3455671689399103, startTime: 1583265003053, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/1629594970737255, name: main, number: 1629594970737255, _originNumber: 1629594970737255, startTime: 1583265003114, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/736742942651943, name: main, number: 736742942651943, _originNumber: 736742942651943, startTime: 1583265003146, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +18 ms] Result: {type: Isolate, id: isolates/92109099215167, name: main, number: 92109099215167, _originNumber: 92109099215167, startTime: 1583265003180, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +26 ms] Result: {type: Isolate, id: isolates/3372522749391127, name: main, number: 3372522749391127, _originNumber: 3372522749391127, startTime: 1583265004624, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/146089509200231, name: main, number: 146089509200231, _originNumber: 146089509200231, startTime: 1583265003240, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1123672922509239, name: main, number: 1123672922509239, _originNumber: 1123672922509239, startTime: 1583265003208, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/447061760601383, name: main, number: 447061760601383, _originNumber: 447061760601383, startTime: 1583265003420, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2574800153844459, name: main, number: 2574800153844459, _originNumber: 2574800153844459, startTime: 1583265003691, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3541948932121867, name: main, number: 3541948932121867, _originNumber: 3541948932121867, startTime: 1583265003542, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +131 ms] Result: {type: Isolate, id: isolates/1682910370337187, name: main, number: 1682910370337187, _originNumber: 1682910370337187, startTime: 1583265003450, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3771768605122307, name: main, number: 3771768605122307, _originNumber: 3771768605122307, startTime: 1583265005057, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3517333671485507, name: main, number: 3517333671485507, _originNumber: 3517333671485507, startTime: 1583265003574, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3588058909147131, name: main, number: 3588058909147131, _originNumber: 3588058909147131, startTime: 1583265004496, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2308408499218907, name: main, number: 2308408499218907, _originNumber: 2308408499218907, startTime: 1583265003862, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2515953915088595, name: main, number: 2515953915088595, _originNumber: 2515953915088595, startTime: 1583265003888, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1296989895176743, name: main, number: 1296989895176743, _originNumber: 1296989895176743, startTime: 1583265004185, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3355226690910455, name: main, number: 3355226690910455, _originNumber: 3355226690910455, startTime: 1583265003951, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/702133042638039, name: main, number: 702133042638039, _originNumber: 702133042638039, startTime: 1583265004007, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3046714647808383, name: main, number: 3046714647808383, _originNumber: 3046714647808383, startTime: 1583265004037, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1015282891757495, name: main, number: 1015282891757495, _originNumber: 1015282891757495, startTime: 1583265004937, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +20 ms] Result: {type: Isolate, id: isolates/2633758487386671, name: main, number: 2633758487386671, _originNumber: 2633758487386671, startTime: 1583265004243, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +17 ms] Result: {type: Isolate, id: isolates/858421617539347, name: main, number: 858421617539347, _originNumber: 858421617539347, startTime: 1583265004154, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +4 ms] Result: {type: Isolate, id: isolates/328508102955387, name: main, number: 328508102955387, _originNumber: 328508102955387, startTime: 1583265004274, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3265068109549035, name: main, number: 3265068109549035, _originNumber: 3265068109549035, startTime: 1583265004686, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1619098793311851, name: main, number: 1619098793311851, _originNumber: 1619098793311851, startTime: 1583265004366, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3113516570887363, name: main, number: 3113516570887363, _originNumber: 3113516570887363, startTime: 1583265004335, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/47164477306859, name: main, number: 47164477306859, _originNumber: 47164477306859, startTime: 1583265004305, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0,... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2457826488304643, name: main, number: 2457826488304643, _originNumber: 2457826488304643, startTime: 1583265004741, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1217561987007939, name: main, number: 1217561987007939, _originNumber: 1217561987007939, startTime: 1583265004528, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +20 ms] Result: {type: Isolate, id: isolates/3974790526795727, name: main, number: 3974790526795727, _originNumber: 3974790526795727, startTime: 1583265004555, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3079413287325295, name: main, number: 3079413287325295, _originNumber: 3079413287325295, startTime: 1583265004767, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1798827073624883, name: main, number: 1798827073624883, _originNumber: 1798827073624883, startTime: 1583265004657, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2073048010697083, name: main, number: 2073048010697083, _originNumber: 2073048010697083, startTime: 1583265004795, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3647121585868367, name: main, number: 3647121585868367, _originNumber: 3647121585868367, startTime: 1583265004861, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1988441995679607, name: main, number: 1988441995679607, _originNumber: 1988441995679607, startTime: 1583265004898, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4159686620921935, name: main, number: 4159686620921935, _originNumber: 4159686620921935, startTime: 1583265005278, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3662586500766199, name: main, number: 3662586500766199, _originNumber: 3662586500766199, startTime: 1583265005140, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2904858546217323, name: main, number: 2904858546217323, _originNumber: 2904858546217323, startTime: 1583265005171, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +22 ms] Result: {type: Isolate, id: isolates/1795621224048499, name: main, number: 1795621224048499, _originNumber: 1795621224048499, startTime: 1583265005197, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +19 ms] Result: {type: Isolate, id: isolates/1741035805287603, name: main, number: 1741035805287603, _originNumber: 1741035805287603, startTime: 1583265005304, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2392852090116107, name: main, number: 2392852090116107, _originNumber: 2392852090116107, startTime: 1583265005335, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3698408200306167, name: main, number: 3698408200306167, _originNumber: 3698408200306167, startTime: 1583265005362, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3718173390915063, name: main, number: 3718173390915063, _originNumber: 3718173390915063, startTime: 1583265005389, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/399159258442359, name: main, number: 399159258442359, _originNumber: 399159258442359, startTime: 1583265005826, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/3586786117975211, name: main, number: 3586786117975211, _originNumber: 3586786117975211, startTime: 1583265002883, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1342830056488071, name: main, number: 1342830056488071, _originNumber: 1342830056488071, startTime: 1583265003273, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +18 ms] Result: {type: Isolate, id: isolates/715499325420903, name: main, number: 715499325420903, _originNumber: 715499325420903, startTime: 1583265003299, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/641687922469167, name: main, number: 641687922469167, _originNumber: 641687922469167, startTime: 1583265003331, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2752983451284831, name: main, number: 2752983451284831, _originNumber: 2752983451284831, startTime: 1583265003389, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1789048767256311, name: main, number: 1789048767256311, _originNumber: 1789048767256311, startTime: 1583265004065, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4151982304471399, name: main, number: 4151982304471399, _originNumber: 4151982304471399, startTime: 1583265003487, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3919381849393251, name: main, number: 3919381849393251, _originNumber: 3919381849393251, startTime: 1583265003722, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2403941774090903, name: main, number: 2403941774090903, _originNumber: 2403941774090903, startTime: 1583265003513, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2700689360289871, name: main, number: 2700689360289871, _originNumber: 2700689360289871, startTime: 1583265003752, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2858806716548699, name: main, number: 2858806716548699, _originNumber: 2858806716548699, startTime: 1583265003599, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +60 ms] Result: {type: Isolate, id: isolates/822133741422227, name: main, number: 822133741422227, _originNumber: 822133741422227, startTime: 1583265003663, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1785804054114879, name: main, number: 1785804054114879, _originNumber: 1785804054114879, startTime: 1583265003783, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3559436507044551, name: main, number: 3559436507044551, _originNumber: 3559436507044551, startTime: 1583265003809, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4469278481888503, name: main, number: 4469278481888503, _originNumber: 4469278481888503, startTime: 1583265003836, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1253232586298755, name: main, number: 1253232586298755, _originNumber: 1253232586298755, startTime: 1583265003924, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/650383989917223, name: main, number: 650383989917223, _originNumber: 650383989917223, startTime: 1583265003982, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3323605990543031, name: main, number: 3323605990543031, _originNumber: 3323605990543031, startTime: 1583265004126, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/567788581406383, name: main, number: 567788581406383, _originNumber: 567788581406383, startTime: 1583265005000, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/115175888108947, name: main, number: 115175888108947, _originNumber: 115175888108947, startTime: 1583265004213, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/4480906802161063, name: main, number: 4480906802161063, _originNumber: 4480906802161063, startTime: 1583265004394, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1831263575213519, name: main, number: 1831263575213519, _originNumber: 1831263575213519, startTime: 1583265004426, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +6 ms] Result: {type: Isolate, id: isolates/8762013790299, name: main, number: 8762013790299, _originNumber: 8762013790299, startTime: 1583265004462, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0.0, us... | |
[ +7 ms] Result: {type: Isolate, id: isolates/3867987648722967, name: main, number: 3867987648722967, _originNumber: 3867987648722967, startTime: 1583265004587, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +15 ms] Result: {type: Isolate, id: isolates/4014109225042467, name: main, number: 4014109225042467, _originNumber: 4014109225042467, startTime: 1583265004713, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +5 ms] Result: {type: Isolate, id: isolates/694001423464963, name: main, number: 694001423464963, _originNumber: 694001423464963, startTime: 1583265005033, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1072846068994207, name: main, number: 1072846068994207, _originNumber: 1072846068994207, startTime: 1583265004973, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/727237725999467, name: main, number: 727237725999467, _originNumber: 727237725999467, startTime: 1583265005251, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/3471633028081055, name: main, number: 3471633028081055, _originNumber: 3471633028081055, startTime: 1583265005673, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2332908323252847, name: main, number: 2332908323252847, _originNumber: 2332908323252847, startTime: 1583265005226, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/158154496059839, name: main, number: 158154496059839, _originNumber: 158154496059839, startTime: 1583265005085, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +19 ms] Result: {type: Isolate, id: isolates/3581012744215555, name: main, number: 3581012744215555, _originNumber: 3581012744215555, startTime: 1583265005112, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/340948065500199, name: main, number: 340948065500199, _originNumber: 340948065500199, startTime: 1583265005587, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/1073150568084515, name: main, number: 1073150568084515, _originNumber: 1073150568084515, startTime: 1583265005558, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/746793553710639, name: main, number: 746793553710639, _originNumber: 746793553710639, startTime: 1583265005414, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/613996385052555, name: main, number: 613996385052555, _originNumber: 613996385052555, startTime: 1583265005443, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/3995540252017159, name: main, number: 3995540252017159, _originNumber: 3995540252017159, startTime: 1583265005500, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3080705480126979, name: main, number: 3080705480126979, _originNumber: 3080705480126979, startTime: 1583265005849, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3356710910955903, name: main, number: 3356710910955903, _originNumber: 3356710910955903, startTime: 1583265005901, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4443566574941967, name: main, number: 4443566574941967, _originNumber: 4443566574941967, startTime: 1583265005931, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1741426258604579, name: main, number: 1741426258604579, _originNumber: 1741426258604579, startTime: 1583265005875, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/4216770778560443, name: main, number: 4216770778560443, _originNumber: 4216770778560443, startTime: 1583265005617, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +22 ms] Result: {type: Isolate, id: isolates/1917776587739299, name: main, number: 1917776587739299, _originNumber: 1917776587739299, startTime: 1583265006358, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +8 ms] Result: {type: Isolate, id: isolates/3860722029552363, name: main, number: 3860722029552363, _originNumber: 3860722029552363, startTime: 1583265006137, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/3051552064512171, name: main, number: 3051552064512171, _originNumber: 3051552064512171, startTime: 1583265006016, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1275796976264627, name: main, number: 1275796976264627, _originNumber: 1275796976264627, startTime: 1583265006080, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/2521671311577271, name: main, number: 2521671311577271, _originNumber: 2521671311577271, startTime: 1583265006188, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/160582527209963, name: main, number: 160582527209963, _originNumber: 160582527209963, startTime: 1583265006211, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/4320322300415587, name: main, number: 4320322300415587, _originNumber: 4320322300415587, startTime: 1583265006309, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2865068145927015, name: main, number: 2865068145927015, _originNumber: 2865068145927015, startTime: 1583265006331, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +22 ms] Result: {type: Isolate, id: isolates/707031066834303, name: main, number: 707031066834303, _originNumber: 707031066834303, startTime: 1583265006385, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3274799073041131, name: main, number: 3274799073041131, _originNumber: 3274799073041131, startTime: 1583265007979, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +40 ms] Result: {type: Isolate, id: isolates/1488928639999951, name: main, number: 1488928639999951, _originNumber: 1488928639999951, startTime: 1583265006457, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4381839997605319, name: main, number: 4381839997605319, _originNumber: 4381839997605319, startTime: 1583265006480, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1376636560757703, name: main, number: 1376636560757703, _originNumber: 1376636560757703, startTime: 1583265006433, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4202634130842523, name: main, number: 4202634130842523, _originNumber: 4202634130842523, startTime: 1583265006561, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1704739849083015, name: main, number: 1704739849083015, _originNumber: 1704739849083015, startTime: 1583265006531, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2130271057788459, name: main, number: 2130271057788459, _originNumber: 2130271057788459, startTime: 1583265006638, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1627344513926927, name: main, number: 1627344513926927, _originNumber: 1627344513926927, startTime: 1583265006814, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/277180131177883, name: main, number: 277180131177883, _originNumber: 277180131177883, startTime: 1583265008496, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +20 ms] Result: {type: Isolate, id: isolates/2882044522174211, name: main, number: 2882044522174211, _originNumber: 2882044522174211, startTime: 1583265005797, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2655657313250663, name: main, number: 2655657313250663, _originNumber: 2655657313250663, startTime: 1583265005771, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/356832432335003, name: main, number: 356832432335003, _originNumber: 356832432335003, startTime: 1583265005740, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/394054610190371, name: main, number: 394054610190371, _originNumber: 394054610190371, startTime: 1583265005644, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/1716674822540547, name: main, number: 1716674822540547, _originNumber: 1716674822540547, startTime: 1583265005986, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1343343951880811, name: main, number: 1343343951880811, _originNumber: 1343343951880811, startTime: 1583265005956, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4341141278839011, name: main, number: 4341141278839011, _originNumber: 4341141278839011, startTime: 1583265006049, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2459228977239171, name: main, number: 2459228977239171, _originNumber: 2459228977239171, startTime: 1583265006586, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4074367997224987, name: main, number: 4074367997224987, _originNumber: 4074367997224987, startTime: 1583265006731, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1609831562151639, name: main, number: 1609831562151639, _originNumber: 1609831562151639, startTime: 1583265006107, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/868063818788319, name: main, number: 868063818788319, _originNumber: 868063818788319, startTime: 1583265006408, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/2772243332350983, name: main, number: 2772243332350983, _originNumber: 2772243332350983, startTime: 1583265006161, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4315059566778547, name: main, number: 4315059566778547, _originNumber: 4315059566778547, startTime: 1583265006261, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1192163313875871, name: main, number: 1192163313875871, _originNumber: 1192163313875871, startTime: 1583265006236, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/2232880086979483, name: main, number: 2232880086979483, _originNumber: 2232880086979483, startTime: 1583265006284, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/385542734558999, name: main, number: 385542734558999, _originNumber: 385542734558999, startTime: 1583265006506, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/264831293099855, name: main, number: 264831293099855, _originNumber: 264831293099855, startTime: 1583265006611, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +8 ms] Result: {type: Isolate, id: isolates/582221074924483, name: main, number: 582221074924483, _originNumber: 582221074924483, startTime: 1583265006698, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +10 ms] Result: {type: Isolate, id: isolates/601618779176499, name: main, number: 601618779176499, _originNumber: 601618779176499, startTime: 1583265006774, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +11 ms] Result: {type: Isolate, id: isolates/843551004168379, name: main, number: 843551004168379, _originNumber: 843551004168379, startTime: 1583265007023, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +3 ms] Result: {type: Isolate, id: isolates/474361614395063, name: main, number: 474361614395063, _originNumber: 474361614395063, startTime: 1583265007099, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +3 ms] Result: {type: Isolate, id: isolates/4111878306431991, name: main, number: 4111878306431991, _originNumber: 4111878306431991, startTime: 1583265007133, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/2911538113071707, name: main, number: 2911538113071707, _originNumber: 2911538113071707, startTime: 1583265007165, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/414700401128247, name: main, number: 414700401128247, _originNumber: 414700401128247, startTime: 1583265008110, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/1254255978698651, name: main, number: 1254255978698651, _originNumber: 1254255978698651, startTime: 1583265007329, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2710934778948759, name: main, number: 2710934778948759, _originNumber: 2710934778948759, startTime: 1583265007401, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +23 ms] Result: {type: Isolate, id: isolates/654771472460159, name: main, number: 654771472460159, _originNumber: 654771472460159, startTime: 1583265007866, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3012254387971643, name: main, number: 3012254387971643, _originNumber: 3012254387971643, startTime: 1583265007564, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4256565099677943, name: main, number: 4256565099677943, _originNumber: 4256565099677943, startTime: 1583265007498, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/3581044016281647, name: main, number: 3581044016281647, _originNumber: 3581044016281647, startTime: 1583265008021, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/281075090944459, name: main, number: 281075090944459, _originNumber: 281075090944459, startTime: 1583265007596, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/4334104424925895, name: main, number: 4334104424925895, _originNumber: 4334104424925895, startTime: 1583265007719, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +56 ms] Result: {type: Isolate, id: isolates/1468046019610543, name: main, number: 1468046019610543, _originNumber: 1468046019610543, startTime: 1583265007692, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +59 ms] Result: {type: Isolate, id: isolates/1276058716598103, name: main, number: 1276058716598103, _originNumber: 1276058716598103, startTime: 1583265007789, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2112880038092619, name: main, number: 2112880038092619, _originNumber: 2112880038092619, startTime: 1583265007896, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3564425157133719, name: main, number: 3564425157133719, _originNumber: 3564425157133719, startTime: 1583265007751, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/518336905631683, name: main, number: 518336905631683, _originNumber: 518336905631683, startTime: 1583265008364, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1350667754846843, name: main, number: 1350667754846843, _originNumber: 1350667754846843, startTime: 1583265008290, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/298600816340975, name: main, number: 298600816340975, _originNumber: 298600816340975, startTime: 1583265008181, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/3688879193543159, name: main, number: 3688879193543159, _originNumber: 3688879193543159, startTime: 1583265008254, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/1466332871401063, name: main, number: 1466332871401063, _originNumber: 1466332871401063, startTime: 1583265008598, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4380753830760895, name: main, number: 4380753830760895, _originNumber: 4380753830760895, startTime: 1583265008559, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +14 ms] Result: {type: Isolate, id: isolates/2622935727201907, name: main, number: 2622935727201907, _originNumber: 2622935727201907, startTime: 1583265008329, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/594973585332759, name: main, number: 594973585332759, _originNumber: 594973585332759, startTime: 1583265008442, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/1744877826789019, name: main, number: 1744877826789019, _originNumber: 1744877826789019, startTime: 1583265008701, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/455498500097107, name: main, number: 455498500097107, _originNumber: 455498500097107, startTime: 1583265006664, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/2940481882940911, name: main, number: 2940481882940911, _originNumber: 2940481882940911, startTime: 1583265006854, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/287824646014099, name: main, number: 287824646014099, _originNumber: 287824646014099, startTime: 1583265006938, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/2653046607760695, name: main, number: 2653046607760695, _originNumber: 2653046607760695, startTime: 1583265006898, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/733860893669543, name: main, number: 733860893669543, _originNumber: 733860893669543, startTime: 1583265007226, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +16 ms] Result: {type: Isolate, id: isolates/497772537853635, name: main, number: 497772537853635, _originNumber: 497772537853635, startTime: 1583265007061, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +17 ms] Result: {type: Isolate, id: isolates/3060026508117083, name: main, number: 3060026508117083, _originNumber: 3060026508117083, startTime: 1583265007631, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +1 ms] Result: {type: Isolate, id: isolates/2204896582937419, name: main, number: 2204896582937419, _originNumber: 2204896582937419, startTime: 1583265007195, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3448972376687743, name: main, number: 3448972376687743, _originNumber: 3448972376687743, startTime: 1583265007663, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4073572569712907, name: main, number: 4073572569712907, _originNumber: 4073572569712907, startTime: 1583265007433, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1883256947882439, name: main, number: 1883256947882439, _originNumber: 1883256947882439, startTime: 1583265007465, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1650487574654639, name: main, number: 1650487574654639, _originNumber: 1650487574654639, startTime: 1583265007365, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1559400840246611, name: main, number: 1559400840246611, _originNumber: 1559400840246611, startTime: 1583265007298, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +36 ms] Result: {type: Isolate, id: isolates/218369293937651, name: main, number: 218369293937651, _originNumber: 218369293937651, startTime: 1583265007262, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/242989779684811, name: main, number: 242989779684811, _originNumber: 242989779684811, startTime: 1583265007530, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ ] Result: {type: Isolate, id: isolates/3216541588529691, name: main, number: 3216541588529691, _originNumber: 3216541588529691, startTime: 1583265007824, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1968754124694535, name: main, number: 1968754124694535, _originNumber: 1968754124694535, startTime: 1583265008058, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3248329730258339, name: main, number: 3248329730258339, _originNumber: 3248329730258339, startTime: 1583265008144, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/3368064617176795, name: main, number: 3368064617176795, _originNumber: 3368064617176795, startTime: 1583265008081, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/1204801102595231, name: main, number: 1204801102595231, _originNumber: 1204801102595231, startTime: 1583265008218, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ ] Result: {type: Isolate, id: isolates/4070652027871635, name: main, number: 4070652027871635, _originNumber: 4070652027871635, startTime: 1583265008401, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/4231410956425331, name: main, number: 4231410956425331, _originNumber: 4231410956425331, startTime: 1583265008636, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +4 ms] Result: {type: Isolate, id: isolates/4050190193718547, name: main, number: 4050190193718547, _originNumber: 4050190193718547, startTime: 1583265008748, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +9 ms] Result: {type: Isolate, id: isolates/924753135130819, name: main, number: 924753135130819, _originNumber: 924753135130819, startTime: 1583265008783, _heaps: {new: {type: | |
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... | |
[ +7 ms] Result: {type: Isolate, id: isolates/1425351093611383, name: main, number: 1425351093611383, _originNumber: 1425351093611383, startTime: 1583265008926, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +7 ms] Result: {type: Isolate, id: isolates/1568034482569071, name: main, number: 1568034482569071, _originNumber: 1568034482569071, startTime: 1583265008888, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/1504401885150759, name: main, number: 1504401885150759, _originNumber: 1504401885150759, startTime: 1583265008817, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[ +2 ms] Result: {type: Isolate, id: isolates/3241930838742095, name: main, number: 3241930838742095, _originNumber: 3241930838742095, startTime: 1583265008855, _heaps: {new: | |
{type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... | |
[+25482 ms] Service protocol connection closed. | |
[ +4 ms] Lost connection to device. | |
[ +14 ms] DevFS: Deleting filesystem on the device | |
(file:///Users/caziel/Library/Developer/CoreSimulator/Devices/163D900A-C4F6-4E42-B06C-F3E4C3BB0623/data/Containers/Data/Application/24C4680B-D731-454E-B3AB-DE985E4C83F4/tmp/monitory | |
Sf27o/monitor/) | |
[ +3 ms] Sending to VM service: _deleteDevFS({fsName: monitor}) | |
[ +257 ms] Ignored error while cleaning up DevFS: TimeoutException after 0:00:00.250000: Future not completed | |
[ +2 ms] "flutter run" took 83,311ms. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment