Skip to content

[Google Sign-In plugin] Exception with GoogleUserCircleAvatar #55639

@paulus85

Description

@paulus85

Internal: b/168898989

I'm trying to use the example provided in the Google Sign In Flutter plugin (GitHub link).

I can log in with my Google account, but just after the dismiss of the Google auth modal, the app displays the user's avatar, and I see the following exception:

flutter: ══╡ EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE ╞════════════════════════════════════════════════════
flutter: The following _Exception was thrown while resolving an image:
flutter: Exception: Could not instantiate image codec.

After looking in more details, this should be linked to the GoogleUserCircleAvatar widget (when the widget is removed, all works fine).

Please note that:

  • The avatar displays correctly.
  • The URL of the avatar (in the _currentUserobject in the main.dart file) is correct : I can view my avatar in a web browser (even if not logged to my Google account).
  • This was tested on iOS (real iPhone 6s device and iPhone 11 Pro Max simulator) only.

Steps to Reproduce

  1. Run flutter create bug.
  2. Replace the content of lib/main.dart by the content of the example available in the Google Sign In plugin repo
  3. Do the steps listed in the plugin documentation for the iOS platform: add the google_sign_in: ^4.4.4 and http: ^0.12.0 dependencies, create the project in Google Cloud, update the Xcode project.
  4. Run the app on an iPhone 11 Pro Max iOS 13.3 simulator.
  5. On the app, click on "Sign In", and do the sign in process on the modal.
  6. When the modal closes, the exception is displayed in the console.

Expected results: The user's avatar is displayed without any exception logged.

Actual results: The user's avatar is displayed, but with an exception "Exception: Could not instantiate image codec.".

Logs

I only copied the logs after the installation of the app on the simulator. If you need the previous lines, I kept them on a file, only ask!

➜ flutter run -v

[   +1 ms] executing: /usr/bin/xcrun simctl launch C89531D0-6767-41E2-A50E-644640DC8376 com.priviere.googleSignIn --enable-dart-profiling --enable-checked-mode --verify-entry-points
--observatory-port=0
[ +165 ms] com.priviere.googleSignIn: 54287
[        ] Waiting for observatory port to be available...
[ +120 ms] [DEVICE LOG] Timestamp                       (process)[PID]    
[        ] [DEVICE LOG] 2020-04-25 17:40:43.791346+0200  localhost Runner[54287]: (RunningBoardServices) [com.apple.runningboard:connection] Initializing connection
[        ] [DEVICE LOG] 2020-04-25 17:40:43.791568+0200  localhost Runner[54287]: (RunningBoardServices) [com.apple.runningboard:process] Removing all cached process handles
[        ] [DEVICE LOG] 2020-04-25 17:40:43.791670+0200  localhost Runner[54287]: (RunningBoardServices) [com.apple.runningboard:connection] Sending handshake request attempt #1 to
server
[        ] [DEVICE LOG] 2020-04-25 17:40:43.791809+0200  localhost Runner[54287]: (RunningBoardServices) [com.apple.runningboard:connection] Creating connection to
com.apple.runningboard
[        ] [DEVICE LOG] 2020-04-25 17:40:43.792978+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connecting to endpoint :
<BSServiceConnectionEndpoint: 0x600003fc0000; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.workspace-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:43.793548+0200  localhost Runner[54287]: (RunningBoardServices) [com.apple.runningboard:connection] Handshake succeeded
[        ] [DEVICE LOG] 2020-04-25 17:40:43.793613+0200  localhost Runner[54287]: (RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as
application<com.priviere.googleSignIn>
[        ] [DEVICE LOG] 2020-04-25 17:40:43.795208+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace registering source:
<FBSWorkspaceScenesClient: 0x600000ee0360>
[        ] [DEVICE LOG] 2020-04-25 17:40:43.796697+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connected to endpoint :
<BSServiceConnectionEndpoint: 0x600003fc0000; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.workspace-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:43.796981+0200  localhost Runner[54287]: (RunningBoardServices) [com.apple.runningboard:general] Added observer for process assertions
expiration warning: <_RBSExpirationWarningAssertion: 0x600003feb540; identifier: com.apple.runningboardservices.processExpirationWarningForHandle; reason: observation; valid: YES>
[   +2 ms] [DEVICE LOG] 2020-04-25 17:40:43.800824+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221c0, Description: didChangeInheritances
[        ] [DEVICE LOG] 2020-04-25 17:40:43.801252+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace already connected to endpoint :
<BSServiceConnectionEndpoint: 0x600003ff0280; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.workspace-service>
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:43.803005+0200  localhost Runner[54287]: (CoreFoundation) Created Activity ID: 0x1221c1, Description: Loading Preferences From System CFPrefsD
[        ] [DEVICE LOG] 2020-04-25 17:40:43.803449+0200  localhost Runner[54287]: (CoreFoundation) Created Activity ID: 0x1221c2, Description: Loading Preferences From System CFPrefsD
[   +4 ms] [DEVICE LOG] 2020-04-25 17:40:43.807439+0200  localhost Runner[54287]: (CoreServicesInternal) kExcludedFromBackupXattrName set on path:
/Users/priviere/Library/Developer/CoreSimulator/Devices/C89531D0-6767-41E2-A50E-644640DC8376/data/Containers/Data/Application/EB295E30-5179-4219-85B0-2129DA517BFF/Library/Caches//flutte
r_callback_cache.json
[        ] [DEVICE LOG] 2020-04-25 17:40:43.807767+0200  localhost Runner[54287]: (libAccessibility.dylib) [com.apple.Accessibility:AXSupportCommon] Retrieving resting unlock: 0
[        ] [DEVICE LOG] 2020-04-25 17:40:43.808075+0200  localhost Runner[54287]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] Registering for test daemon availability notify
post.
[        ] [DEVICE LOG] 2020-04-25 17:40:43.808211+0200  localhost Runner[54287]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] notify_get_state check indicated test daemon not
ready.
[ +120 ms] [DEVICE LOG] 2020-04-25 17:40:43.929026+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x1221c3, Description: SecItemDelete_ios
[        ] [DEVICE LOG] 2020-04-25 17:40:43.929257+0200  localhost Runner[54287]: (Security) [com.apple.securityd:xpc] Adding securityd connection to pool, total now 1
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:43.930718+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x1221c4, Description: SecItemCopyMatching_ios
[  +11 ms] [DEVICE LOG] 2020-04-25 17:40:43.939345+0200  localhost Runner[54287]: (CoreFoundation) Created Activity ID: 0x1221c5, Description: Loading Preferences From System CFPrefsD
[  +75 ms] [DEVICE LOG] 2020-04-25 17:40:44.017461+0200  localhost Runner[54287]: (Flutter) flutter: Observatory listening on http://127.0.0.1:53537/608my3ROrWs=/
[ +213 ms] Observatory URL on device: http://127.0.0.1:53537/608my3ROrWs=/
[  +10 ms] Connecting to service protocol: http://127.0.0.1:53537/608my3ROrWs=/
[ +198 ms] [DEVICE LOG] 2020-04-25 17:40:44.433421+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221c6, Description: didChangeInheritances
[        ] [DEVICE LOG] 2020-04-25 17:40:44.435745+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221c7, Description: didChangeInheritances
[  +16 ms] [DEVICE LOG] 2020-04-25 17:40:44.454731+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221c8, Description: didChangeInheritances
[  +50 ms] Successfully connected to service protocol: http://127.0.0.1:53537/608my3ROrWs=/
[   +6 ms] Sending to VM service: getVM({})
[   +3 ms] Result: {type: VM, name: vm, architectureBits: 64, hostCPU: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz, operatingSystem: ios, targetCPU: x64, version: 2.7.2 (Mon Mar 23
22:11:27 2020 +0100) on "ios_x64", _profilerMode: VM, _nativeZoneMemoryUsage: 0, pid: 54...
[   +4 ms] Sending to VM service: getIsolate({isolateId: isolates/603237509597967})
[   +3 ms] Sending to VM service: _flutter.listViews({})
[   +5 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7fd5f980e620, isolate: {type: @Isolate, fixedId: true, id: isolates/603237509597967, name:
main.dart$main-603237509597967, number: 603237509597967}}]}
[  +12 ms] DevFS: Creating new filesystem on the device (null)
[        ] Sending to VM service: _createDevFS({fsName: google_sign_in})
[  +28 ms] Result: {type: Isolate, id: isolates/603237509597967, name: main, number: 603237509597967, _originNumber: 603237509597967, startTime: 1587829243835, _heaps: {new: {type:
HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0...
[  +31 ms] Result: {type: FileSystem, name: google_sign_in, uri:
file:///Users/priviere/Library/Developer/CoreSimulator/Devices/C89531D0-6767-41E2-A50E-644640DC8376/data/Containers/Data/Application/EB295E30-5179-4219-85B0-2129DA517BFF/tmp/google_sign
_inJIrPpN/google...
[   +1 ms] DevFS: Created new filesystem on the device
(file:///Users/priviere/Library/Developer/CoreSimulator/Devices/C89531D0-6767-41E2-A50E-644640DC8376/data/Containers/Data/Application/EB295E30-5179-4219-85B0-2129DA517BFF/tmp/google_sig
n_inJIrPpN/google_sign_in/)
[   +2 ms] Updating assets
[ +106 ms] Syncing files to device iPhone 11 Pro Max...
[   +1 ms] Scanning asset files
[   +2 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[  +14 ms] /Users/priviere/Projects/flutter/bin/cache/dart-sdk/bin/dart /Users/priviere/Projects/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/priviere/Projects/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter -Ddart.developer.causal_async_stacks=true --output-dill
/var/folders/3b/jqvsfstx1ld8200_yg8_39680000gn/T/flutter_tool.7tJweU/app.dill --packages /Users/priviere/Projects/google_sign_in/.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] <- compile package:google_sign_in_test/main.dart
[ +256 ms] [DEVICE LOG] 2020-04-25 17:40:44.994129+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221c9, Description: didChangeInheritances
[ +142 ms] [DEVICE LOG] 2020-04-25 17:40:45.136316+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x1221ca, Description: SecItemCopyMatching_ios
[+3951 ms] [DEVICE LOG] 2020-04-25 17:40:49.087555+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003ff0680; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:49.088878+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSSystemService][0xf516] Sending request to open
"com.apple.SafariViewService"
[        ] [DEVICE LOG] 2020-04-25 17:40:49.089315+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSSystemAppProxy:0x6000001fc1c0] Service facility
connection invalidated
[   +3 ms] [DEVICE LOG] 2020-04-25 17:40:49.092755+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSSystemService][0xf516] Request successful:
<BSProcessHandle: 0x600003fa5d00; SafariViewServi:40112; valid: YES>
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:49.094010+0200  localhost Runner[54287]: (CoreFoundation) Created Activity ID: 0x1221cb, Description: Updating Key-Value Observers Of
Preferences
[  +25 ms] [DEVICE LOG] 2020-04-25 17:40:49.120210+0200  localhost Runner[54287]: (ManagedConfiguration) [com.apple.ManagedConfiguration:MC] Got system group container path from MCM for
systemgroup.com.apple.configurationprofiles:
/Users/priviere/Library/Developer/CoreSimulator/Devices/C89531D0-6767-41E2-A50E-644640DC8376/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[+1223 ms] Updating files
[  +91 ms] DevFS: Sync finished
[        ] Syncing files to device iPhone 11 Pro Max... (completed in 5 721ms, longer than expected)
[   +2 ms] Synced 0.9MB.
[   +6 ms] Sending to VM service: _flutter.listViews({})
[   +5 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7fd5f980e620, isolate: {type: @Isolate, fixedId: true, id: isolates/603237509597967, name:
main.dart$main-603237509597967, number: 603237509597967}}]}
[   +1 ms] <- accept
[        ] Connected to _flutterView/0x7fd5f980e620.
[   +4 ms] 🔥  To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".
[        ] An Observatory debugger and profiler on iPhone 11 Pro Max is available at: http://127.0.0.1:53537/608my3ROrWs=/
[        ] For a more detailed help message, press "h". To detach, press "d"; to quit, press "q".
[   +7 ms] [DEVICE LOG] 2020-04-25 17:40:50.461616+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003fa7340; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:50.461920+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eef3c0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:50.462598+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eef3c0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:50.462724+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024bfc90: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:50.462803+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eef3c0]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:50.464342+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003fbf300; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:50.464534+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efdb00]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:50.464965+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efdb00]
Service facility connection activation received.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:50.464991+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002488150: Invalidating
client.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:50.465072+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efdb00]
Service facility connection invalidated
[ +100 ms] [DEVICE LOG] 2020-04-25 17:40:50.566314+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9e980; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:50.566548+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efc600]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:50.567133+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efc600]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:50.567239+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002488270: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:50.567326+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efc600]
Service facility connection invalidated
[+1630 ms] [DEVICE LOG] 2020-04-25 17:40:52.201326+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003fa7600; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.201590+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ef4180]
Activating service facility
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.203274+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ef4180]
Service facility connection activation received.
[   +2 ms] [DEVICE LOG] 2020-04-25 17:40:52.205411+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024ccba0: Invalidating
client.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.205524+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ef4180]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:52.206163+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f90ec0; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:52.206422+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eef6c0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:52.207980+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eef6c0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.208676+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x60000248c690: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.208765+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eef6c0]
Service facility connection invalidated
[   +6 ms] [DEVICE LOG] 2020-04-25 17:40:52.217043+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003fa7140; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:52.217291+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efe340]
Activating service facility
[   +8 ms] [DEVICE LOG] 2020-04-25 17:40:52.226582+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efe340]
Service facility connection activation received.
[   +2 ms] [DEVICE LOG] 2020-04-25 17:40:52.228515+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002488900: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.228612+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efe340]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:52.229805+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f68200; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:52.230009+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efb060]
Activating service facility
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.232968+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efb060]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.233605+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024992f0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.233705+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efb060]
Service facility connection invalidated
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.235937+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003fc5540; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:52.236153+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec66a0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:52.236553+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221cc, Description: didChangeInheritances
[        ] [DEVICE LOG] 2020-04-25 17:40:52.238167+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec66a0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.238846+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024805a0: Invalidating
client.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.238933+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec66a0]
Service facility connection invalidated
[   +6 ms] [DEVICE LOG] 2020-04-25 17:40:52.248183+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221cd, Description: didChangeInheritances
[   +2 ms] [DEVICE LOG] 2020-04-25 17:40:52.250588+0200  localhost Runner[54287]: (CallKit) [com.apple.calls.callkit:Default] Call host has no calls
[  +15 ms] [DEVICE LOG] 2020-04-25 17:40:52.255995+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f991c0; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.256534+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee3cc0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:52.258731+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee3cc0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.259089+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x60000248d6e0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.259184+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee3cc0]
Service facility connection invalidated
[   +8 ms] [DEVICE LOG] 2020-04-25 17:40:52.270395+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f94040; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:52.270623+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec5b00]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:52.271085+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec5b00]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:52.271171+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024687e0: Invalidating
client.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:52.271244+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec5b00]
Service facility connection invalidated
[  +31 ms] [DEVICE LOG] 2020-04-25 17:40:52.312214+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221ce, Description: didChangeInheritances
[+2554 ms] [DEVICE LOG] 2020-04-25 17:40:54.868243+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9ea80; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:54.868531+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec0ea0]
Activating service facility
[   +5 ms] [DEVICE LOG] 2020-04-25 17:40:54.871862+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec0ea0]
Service facility connection activation received.
[   +2 ms] [DEVICE LOG] 2020-04-25 17:40:54.873415+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024fef70: Invalidating
client.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:54.873603+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec0ea0]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:54.874738+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9f440; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:54.875174+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeb600]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:54.876672+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeb600]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:54.877103+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024b6f10: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:54.877193+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeb600]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:54.881834+0200  localhost Runner[54287]: (AggregateDictionary) AggregateDictionary is not supported on this platform
[        ] [DEVICE LOG] 2020-04-25 17:40:54.883314+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f85240; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:54.883552+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efde60]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:54.884125+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efde60]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:54.884226+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002488b40: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:54.884299+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efde60]
Service facility connection invalidated
[  +93 ms] [DEVICE LOG] 2020-04-25 17:40:54.977413+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x1221cf, Description: didChangeInheritances
[ +408 ms] [DEVICE LOG] 2020-04-25 17:40:55.389045+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9a9c0; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:55.389217+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeff60]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:55.389669+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeff60]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.389747+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x60000248d590: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.389816+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeff60]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:55.390525+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f94f80; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:55.390754+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6be0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:55.391378+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002495bf0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.391436+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6be0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.391493+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6be0]
Service facility connection invalidated
[ +221 ms] [DEVICE LOG] 2020-04-25 17:40:55.614443+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003fd9000; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:55.614681+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ef91a0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:55.615710+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ef91a0]
Service facility connection activation received.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:55.616723+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002498db0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.616817+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ef91a0]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:55.617519+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9ee00; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:55.617776+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeb600]
Activating service facility
[   +7 ms] [DEVICE LOG] 2020-04-25 17:40:55.625097+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeb600]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.625591+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024b7150: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.625696+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eeb600]
Service facility connection invalidated
[   +2 ms] [DEVICE LOG] 2020-04-25 17:40:55.629028+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x122460, Description: didChangeInheritances
[  +15 ms] [DEVICE LOG] 2020-04-25 17:40:55.638387+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x122461, Description: didChangeInheritances
[        ] [DEVICE LOG] 2020-04-25 17:40:55.640449+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9f440; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:55.640798+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efb660]
Activating service facility
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:55.643457+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efb660]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.643794+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002498c30: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.643994+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efb660]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:55.645435+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9f7c0; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:55.645725+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec5aa0]
Activating service facility
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:55.649119+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec5aa0]
Service facility connection activation received.
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:55.649681+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002468780: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.649802+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec5aa0]
Service facility connection invalidated
[   +2 ms] [DEVICE LOG] 2020-04-25 17:40:55.657314+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9b740; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:55.657600+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6fa0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:55.658192+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6fa0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.658278+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002495bf0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:55.658356+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6fa0]
Service facility connection invalidated
[  +57 ms] [DEVICE LOG] 2020-04-25 17:40:55.718484+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x122462, Description: didChangeInheritances
[+2143 ms] [DEVICE LOG] 2020-04-25 17:40:57.860322+0200  localhost Runner[54287]: (RunningBoardServices) Created Activity ID: 0x122463, Description: didChangeInheritances
[ +400 ms] [DEVICE LOG] 2020-04-25 17:40:58.261861+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f928c0; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:58.262051+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec66a0]
Activating service facility
[   +1 ms] [DEVICE LOG] 2020-04-25 17:40:58.262531+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec66a0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.262598+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024688a0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.262671+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ec66a0]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:58.263350+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003ff3700; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:58.263558+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee68e0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:58.264036+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee68e0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.264146+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024944e0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.264244+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee68e0]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:58.265086+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f925c0; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:58.265273+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6ac0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:58.265731+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6ac0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.265809+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002496d30: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.265866+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ee6ac0]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:40:58.266514+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003fd9140; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:40:58.266841+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eefcc0]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:40:58.267339+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eefcc0]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.267404+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x60000248cba0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:40:58.267459+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000eefcc0]
Service facility connection invalidated
[+8926 ms] [DEVICE LOG] 2020-04-25 17:41:07.195364+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> resuming, QOS(0x21) Voucher <OS_voucher:
0x6000009a4370>
[   +3 ms] [DEVICE LOG] 2020-04-25 17:41:07.196690+0200  localhost Runner[54287]: (CoreFoundation) Created Activity ID: 0x122464, Description: Loading Preferences From System CFPrefsD
[   +2 ms] [DEVICE LOG] 2020-04-25 17:41:07.200764+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003ff0ac0; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:41:07.200996+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ed8360]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:41:07.201470+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ed8360]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:41:07.201571+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x6000024c14a0: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:41:07.201643+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000ed8360]
Service facility connection invalidated
[        ] [DEVICE LOG] 2020-04-25 17:41:07.201825+0200  localhost Runner[54287]: (CFNetwork) Faulting in NSHTTPCookieStorage singleton
[        ] [DEVICE LOG] 2020-04-25 17:41:07.201871+0200  localhost Runner[54287]: (CFNetwork) Faulting in CFHTTPCookieStorage singleton
[        ] [DEVICE LOG] 2020-04-25 17:41:07.201913+0200  localhost Runner[54287]: (CFNetwork) Creating default cookie storage with process/bundle identifier
[        ] [DEVICE LOG] 2020-04-25 17:41:07.202511+0200  localhost Runner[54287]: (CFNetwork) [com.apple.CFNetwork:ATS] Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> {strength 1, tls
8, ct 0, sub 0, sig 0, ciphers 1, bundle 0, builtin 0}
[        ] [DEVICE LOG] 2020-04-25 17:41:07.203786+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] Creating service facility connection with
<BSServiceConnectionEndpoint: 0x600003f9aa00; target: com.apple.frontboard.systemappservices; service: com.apple.frontboard.system-service>
[        ] [DEVICE LOG] 2020-04-25 17:41:07.203977+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efc600]
Activating service facility
[        ] [DEVICE LOG] 2020-04-25 17:41:07.204581+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efc600]
Service facility connection activation received.
[        ] [DEVICE LOG] 2020-04-25 17:41:07.204670+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:InterfaceOrientationObserver] 0x600002489230: Invalidating
client.
[        ] [DEVICE LOG] 2020-04-25 17:41:07.204741+0200  localhost Runner[54287]: (FrontBoardServices) [com.apple.FrontBoard:Common] [FBSOrientationObserverClient:0x600000efc600]
Service facility connection invalidated
[   +3 ms] [DEVICE LOG] 2020-04-25 17:41:07.209963+0200  localhost Runner[54287]: (CFNetwork) Connection 1: enabling TLS
[        ] [DEVICE LOG] 2020-04-25 17:41:07.210006+0200  localhost Runner[54287]: (CFNetwork) Connection 1: starting, TC(0x0)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.210095+0200  localhost Runner[54287]: (libnetwork.dylib) [com.apple.network:] [C1 DEAF7406-E7C9-41EB-9000-2DABE7FAD331
oauth2.googleapis.com:443 tcp, url hash: 3b2022a0, tls] start
[   +2 ms] [DEVICE LOG] 2020-04-25 17:41:07.213569+0200  localhost Runner[54287]: (libnetwork.dylib) [com.apple.network:] nw_connection_report_state_with_handler_on_nw_queue [C1]
reporting state preparing
[        ] [DEVICE LOG] 2020-04-25 17:41:07.214416+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> setting up Connection 1
[  +38 ms] [DEVICE LOG] 2020-04-25 17:41:07.253808+0200  localhost Runner[54287]: (libnetwork.dylib) [com.apple.network:] nw_socket_handle_socket_event [C1.1:3] Socket received
CONNECTED event
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254002+0200  localhost Runner[54287]: (libnetwork.dylib) [com.apple.network:] nw_flow_connected [C1.1 2a00:1450:4007:809::200a.443
in_progress socket-flow (satisfied (Path is satisfied), interface: en0)] Transport protocol connected
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254207+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_set_handshake_config(1470) [0x7fd5f7c2cd40] set tls_handshake_config_standard
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254235+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_min_version(324)
[0x7fd5f7c2cd40] set 0x0301
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254258+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_max_version(308)
[0x7fd5f7c2cd40] set 0x0304
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254302+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_cipher_suites(842)
[0x7fd5f7c2cd40] Ciphersuite string:
TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA25
6:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECD
HE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECD
SA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:AES256-SHA:AES128-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:DES-CBC3-SHA
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.254352+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_remote_address(2550)
[0x7fd5f7c2cd40] Saving remote IPv6 address
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254392+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_session_install_association_state(1297) [0x7fd5f7c2cd40] Client session cache miss
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254424+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_session_set_peer_hostname(1189)
[0x7fd5f7c2cd40] SNI oauth2.googleapis.com
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254576+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_min_version(324)
[C1.1:2][0x7fd5f7c2cd40] set 0x0303
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254693+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_set_session_ticket_enabled(439) [C1.1:2][0x7fd5f7c2cd40] set false
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254800+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_false_start(409)
[C1.1:2][0x7fd5f7c2cd40] set false
[        ] [DEVICE LOG] 2020-04-25 17:41:07.254921+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_enforce_ev(399)
[C1.1:2][0x7fd5f7c2cd40] set false
[        ] [DEVICE LOG] 2020-04-25 17:41:07.255071+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_ats_enforced(1320)
[C1.1:2][0x7fd5f7c2cd40] set false
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.255206+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_set_ats_minimum_rsa_key_size(1329) [C1.1:2][0x7fd5f7c2cd40] set 0
[        ] [DEVICE LOG] 2020-04-25 17:41:07.255310+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_set_ats_minimum_ecdsa_key_size(1338) [C1.1:2][0x7fd5f7c2cd40] set 0
[        ] [DEVICE LOG] 2020-04-25 17:41:07.255440+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_set_ats_minimum_signature_algorithm(1348) [C1.1:2][0x7fd5f7c2cd40] set 0
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.255564+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_session_set_peer_hostname(1189)
[C1.1:2][0x7fd5f7c2cd40] SNI oauth2.googleapis.com
[        ] [DEVICE LOG] 2020-04-25 17:41:07.255700+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_set_cipher_suites(842)
[C1.1:2][0x7fd5f7c2cd40] Ciphersuite string:
TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA25
6:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECD
HE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-CHACHA20-POLY1305
[        ] [DEVICE LOG] 2020-04-25 17:41:07.255833+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
nw_protocol_boringssl_begin_connection(497) [C1.1:2][0x7fd5f7c2cd40] early data disabled
[        ] [DEVICE LOG] 2020-04-25 17:41:07.255933+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1969)
[C1.1:2][0x7fd5f7c2cd40] Client handshake started
[        ] [DEVICE LOG] 2020-04-25 17:41:07.256230+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Writing SSL3_RT_HANDSHAKE 512 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.256283+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS client enter_early_data
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.256326+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_add_handshake_message_pending(577) [C1.1:2][0x7fd5f7c2cd40] Adding message(1)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.256544+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS client read_server_hello
[        ] [DEVICE LOG] 2020-04-25 17:41:07.256594+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_add_handshake_message_pending(577) [C1.1:2][0x7fd5f7c2cd40] Adding message(2)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.256769+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_session_handshake_incomplete(191) [C1.1:2][0x7fd5f7c2cd40] Early handshake return caused by SSL_ERROR_WANT_READ [2]
[        ] [DEVICE LOG] 2020-04-25 17:41:07.256922+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_session_handshake_incomplete(191) [C1.1:2][0x7fd5f7c2cd40] Early handshake return caused by SSL_ERROR_WANT_READ [2]
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269262+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Reading SSL3_RT_HANDSHAKE 122 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269323+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client read_hello_retry_request
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.269362+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_add_handshake_message_pending(577) [C1.1:2][0x7fd5f7c2cd40] Adding message(2)
[   +2 ms] [DEVICE LOG] 2020-04-25 17:41:07.269410+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Writing SSL3_RT_CHANGE_CIPHER_SPEC 1 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269446+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client read_server_hello
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269698+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client read_encrypted_extensions
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269776+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Reading SSL3_RT_HANDSHAKE 15 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269816+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client read_certificate_request
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269843+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Reading SSL3_RT_HANDSHAKE 2624 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269873+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client read_server_certificate
[        ] [DEVICE LOG] 2020-04-25 17:41:07.269993+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client read_server_certificate_verify
[        ] [DEVICE LOG] 2020-04-25 17:41:07.270029+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Reading SSL3_RT_HANDSHAKE 78 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.270287+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_copy_peer_sct_list(1002)
[C1.1:2][0x7fd5f7c2cd40] SSL_get0_signed_cert_timestamp_list returned no SCT extension data
[        ] [DEVICE LOG] 2020-04-25 17:41:07.270466+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_helper_create_sec_trust_with_certificates(607) [C1.1:2][0x7fd5f7c2cd40] SecTrustCreateWithCertificates result: 0
[        ] [DEVICE LOG] 2020-04-25 17:41:07.270512+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_helper_create_sec_trust_with_certificates(614) [C1.1:2][0x7fd5f7c2cd40] No TLS-provided OCSP response
[        ] [DEVICE LOG] 2020-04-25 17:41:07.271178+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_helper_create_sec_trust_with_certificates(621) [C1.1:2][0x7fd5f7c2cd40] No TLS-provided SCTs
[        ] [DEVICE LOG] 2020-04-25 17:41:07.271750+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_certificate_verify_callback(2070) [C1.1:2][0x7fd5f7c2cd40] Asyncing for verify block
[        ] [DEVICE LOG] 2020-04-25 17:41:07.272068+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_session_handshake_incomplete(191) [C1.1:2][0x7fd5f7c2cd40] Early handshake return caused by SSL_ERROR_WANT_CERTIFICATE_VERIFY [16]
[        ] [DEVICE LOG] 2020-04-25 17:41:07.272312+0200  localhost Runner[54287]: (CFNetwork) Connection 1: asked to evaluate TLS Trust
[        ] [DEVICE LOG] 2020-04-25 17:41:07.274953+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> auth completion disp=1 cred=0x0
[        ] [DEVICE LOG] 2020-04-25 17:41:07.275530+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x122465, Description: SecTrustEvaluateIfNecessaryFastAsync
[        ] [DEVICE LOG] 2020-04-25 17:41:07.280369+0200  localhost Runner[54287]: (CFNetwork) System Trust Evaluation yielded status(0)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.280414+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x122466, Description: SecTrustEvaluateIfNecessaryFastAsync
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.283285+0200  localhost Runner[54287]: (CFNetwork) Connection 1: TLS Trust result 0
[        ] [DEVICE LOG] 2020-04-25 17:41:07.283381+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_certificate_verify_callback_block_invoke_3(2079) [C1.1:2][0x7fd5f7c2cd40] Returning from verify block
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.283427+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_certificate_verify_callback(2046) [C1.1:2][0x7fd5f7c2cd40] Setting trust result to ssl_verify_ok
[        ] [DEVICE LOG] 2020-04-25 17:41:07.284017+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client read_server_finished
[        ] [DEVICE LOG] 2020-04-25 17:41:07.284142+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Reading SSL3_RT_HANDSHAKE 36 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.284274+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client send_end_of_early_data
[        ] [DEVICE LOG] 2020-04-25 17:41:07.284349+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client send_client_certificate
[        ] [DEVICE LOG] 2020-04-25 17:41:07.284402+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client complete_second_flight
[        ] [DEVICE LOG] 2020-04-25 17:41:07.284498+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Writing SSL3_RT_HANDSHAKE 36 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.284655+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS 1.3 client done
[        ] [DEVICE LOG] 2020-04-25 17:41:07.286268+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS client finish_client_handshake
[        ] [DEVICE LOG] 2020-04-25 17:41:07.286423+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1982)
[C1.1:2][0x7fd5f7c2cd40] Client handshake state: TLS client done
[        ] [DEVICE LOG] 2020-04-25 17:41:07.286558+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_copy_peer_sct_list(1002)
[C1.1:2][0x7fd5f7c2cd40] SSL_get0_signed_cert_timestamp_list returned no SCT extension data
[        ] [DEVICE LOG] 2020-04-25 17:41:07.286657+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_helper_create_sec_trust_with_certificates(607) [C1.1:2][0x7fd5f7c2cd40] SecTrustCreateWithCertificates result: 0
[        ] [DEVICE LOG] 2020-04-25 17:41:07.286775+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_helper_create_sec_trust_with_certificates(614) [C1.1:2][0x7fd5f7c2cd40] No TLS-provided OCSP response
[        ] [DEVICE LOG] 2020-04-25 17:41:07.286886+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_helper_create_sec_trust_with_certificates(621) [C1.1:2][0x7fd5f7c2cd40] No TLS-provided SCTs
[        ] [DEVICE LOG] 2020-04-25 17:41:07.287127+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x122467, Description: SecTrustReportTLSAnalytics
[        ] [DEVICE LOG] 2020-04-25 17:41:07.287129+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_add_handshake_message_pending(577) [C1.1:2][0x7fd5f7c2cd40] Adding message(20)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.287262+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_info_handler(1973)
[C1.1:2][0x7fd5f7c2cd40] Client handshake done
[        ] [DEVICE LOG] 2020-04-25 17:41:07.287412+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
nw_protocol_boringssl_signal_connected(701) [C1.1:2][0x7fd5f7c2cd40] TLS connected [version(0x0304) ciphersuite(0x1301) group(0x001d) peer_key(0x0403) alpn(h2) resumed(0)
offered_ticket(0) false_started(0) ocsp(0) sct(0)]
[        ] [DEVICE LOG] 2020-04-25 17:41:07.287562+0200  localhost Runner[54287]: (libnetwork.dylib) [com.apple.network:] nw_flow_connected [C1.1 2a00:1450:4007:809::200a.443
in_progress socket-flow (satisfied (Path is satisfied), interface: en0)] Output protocol connected
[        ] [DEVICE LOG] 2020-04-25 17:41:07.288024+0200  localhost Runner[54287]: (libnetwork.dylib) [com.apple.network:] nw_connection_report_state_with_handler_on_nw_queue [C1]
reporting state ready
[        ] [DEVICE LOG] 2020-04-25 17:41:07.288500+0200  localhost Runner[54287]: (CFNetwork) Connection 1: connected successfully
[        ] [DEVICE LOG] 2020-04-25 17:41:07.288659+0200  localhost Runner[54287]: (CFNetwork) Connection 1: TLS handshake complete
[        ] [DEVICE LOG] 2020-04-25 17:41:07.288925+0200  localhost Runner[54287]: (CFNetwork) Connection 1: ready C(N) E(N)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.289136+0200  localhost Runner[54287]: (CFNetwork) [com.apple.CFNetwork:Coalescing] new connection to oauth2.googleapis.com config
0x600002a6ec20
[        ] [DEVICE LOG] 2020-04-25 17:41:07.292284+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> now using Connection 1
[        ] [DEVICE LOG] 2020-04-25 17:41:07.292382+0200  localhost Runner[54287]: (CFNetwork) Connection 1: received viability advisory(Y)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.292912+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> sent request, body S 418
[   +9 ms] [DEVICE LOG] 2020-04-25 17:41:07.298339+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Reading SSL3_RT_HANDSHAKE 248 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.298858+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_new_session_handler(1116) [C1.1:2][0x7fd5f7c2cd40] New session available
[        ] [DEVICE LOG] 2020-04-25 17:41:07.299094+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL] boringssl_context_message_handler(2257)
[C1.1:2][0x7fd5f7c2cd40] Reading SSL3_RT_HANDSHAKE 248 bytes
[        ] [DEVICE LOG] 2020-04-25 17:41:07.299215+0200  localhost Runner[54287]: (libboringssl.dylib) [com.apple.network.boringssl:BoringSSL]
boringssl_context_new_session_handler(1116) [C1.1:2][0x7fd5f7c2cd40] New session available
[  +88 ms] [DEVICE LOG] 2020-04-25 17:41:07.393049+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> received response, status 200 content K
[        ] [DEVICE LOG] 2020-04-25 17:41:07.393488+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> done using Connection 1
[        ] [DEVICE LOG] 2020-04-25 17:41:07.393835+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> response ended
[        ] [DEVICE LOG] 2020-04-25 17:41:07.394060+0200  localhost Runner[54287]: (CFNetwork) [com.apple.CFNetwork:Summary] Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> summary for
task success {transaction_duration_ms=192, response_status=200, connection=1, protocol="h2", domain_lookup_duration_ms=26, connect_duration_ms=43, secure_connection_duration_ms=31,
request_start_ms=91, request_duration_ms=0, response_start_ms=191, response_duration_ms=1, request_bytes=569, response_bytes=1850, cache_hit=0}
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.394525+0200  localhost Runner[54287]: (CFNetwork) Task <2B4ECC00-9894-4B78-A006-0163439FD760>.<1> finished successfully
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.397355+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x122468, Description: SecItemDelete_ios
[        ] [DEVICE LOG] 2020-04-25 17:41:07.398058+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x122469, Description: SecItemAdd_ios
[        ] [DEVICE LOG] 2020-04-25 17:41:07.398112+0200  localhost Runner[54287]: (Security) [com.apple.securityd:SecWarning] keychain item data exceeds reasonable size (4847 bytes)
[ +225 ms] [DEVICE LOG] 2020-04-25 17:41:07.623810+0200  localhost Runner[54287]: (Flutter) flutter: ══╡ EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE
╞════════════════════════════════════════════════════
[  +17 ms] [DEVICE LOG] 2020-04-25 17:41:07.623951+0200  localhost Runner[54287]: (Flutter) flutter: The following _Exception was thrown while resolving an image:
[        ] flutter: ══╡ EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE ╞════════════════════════════════════════════════════
[        ] flutter: The following _Exception was thrown while resolving an image:
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624047+0200  localhost Runner[54287]: (Flutter) flutter: Exception: Could not instantiate image codec.
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624115+0200  localhost Runner[54287]: (Flutter) flutter:
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624196+0200  localhost Runner[54287]: (Flutter) flutter: When the exception was thrown, this was the stack:
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624301+0200  localhost Runner[54287]: (Flutter) flutter: #0      _futurize (dart:ui/painting.dart:4304:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624411+0200  localhost Runner[54287]: (Flutter) flutter: #1      instantiateImageCodec (dart:ui/painting.dart:1682:10)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624513+0200  localhost Runner[54287]: (Flutter) flutter: #2      PaintingBinding.instantiateImageCodec
(package:flutter/src/painting/binding.dart:88:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624620+0200  localhost Runner[54287]: (Flutter) flutter: #3      MemoryImage._loadAsync
(package:flutter/src/painting/image_provider.dart:714:18)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624746+0200  localhost Runner[54287]: (Flutter) flutter: #4      MemoryImage.load (package:flutter/src/painting/image_provider.dart:706:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624850+0200  localhost Runner[54287]: (Flutter) flutter: #5      ImageProvider.resolve.<anonymous closure>.<anonymous closure>.<anonymous
closure> (package:flutter/src/painting/image_provider.dart:327:17)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.624940+0200  localhost Runner[54287]: (Flutter) flutter: #6      ImageCache.putIfAbsent
(package:flutter/src/painting/image_cache.dart:160:22)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625041+0200  localhost Runner[54287]: (Flutter) flutter: #7      ImageProvider.resolve.<anonymous closure>.<anonymous closure>
(package:flutter/src/painting/image_provider.dart:325:84)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625144+0200  localhost Runner[54287]: (Flutter) flutter: #8      SynchronousFuture.then
(package:flutter/src/foundation/synchronous_future.dart:38:29)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625269+0200  localhost Runner[54287]: (Flutter) flutter: #9      ImageProvider.resolve.<anonymous closure>
(package:flutter/src/painting/image_provider.dart:323:11)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625357+0200  localhost Runner[54287]: (Flutter) flutter: #13     ImageProvider.resolve
(package:flutter/src/painting/image_provider.dart:315:16)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625439+0200  localhost Runner[54287]: (Flutter) flutter: #14     _ImageState._resolveImage (package:flutter/src/widgets/image.dart:1010:20)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625520+0200  localhost Runner[54287]: (Flutter) flutter: #15     _ImageState.didChangeDependencies
(package:flutter/src/widgets/image.dart:967:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625620+0200  localhost Runner[54287]: (Flutter) flutter: #16     StatefulElement._firstBuild
(package:flutter/src/widgets/framework.dart:4376:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625718+0200  localhost Runner[54287]: (Flutter) flutter: #17     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625815+0200  localhost Runner[54287]: (Flutter) flutter: #18     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.625929+0200  localhost Runner[54287]: (Flutter) flutter: #19     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626044+0200  localhost Runner[54287]: (Flutter) flutter: #20     SingleChildRenderObjectElement.mount
(package:flutter/src/widgets/framework.dart:5445:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626123+0200  localhost Runner[54287]: (Flutter) flutter: #21     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626200+0200  localhost Runner[54287]: (Flutter) flutter: #22     MultiChildRenderObjectElement.mount
(package:flutter/src/widgets/framework.dart:5551:32)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626308+0200  localhost Runner[54287]: (Flutter) flutter: #23     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626421+0200  localhost Runner[54287]: (Flutter) flutter: #24     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626513+0200  localhost Runner[54287]: (Flutter) flutter: #25     ComponentElement.performRebuild
(package:flutter/src/widgets/framework.dart:4243:16)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626615+0200  localhost Runner[54287]: (Flutter) flutter: #26     Element.rebuild (package:flutter/src/widgets/framework.dart:3947:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626718+0200  localhost Runner[54287]: (Flutter) flutter: #27     ComponentElement._firstBuild
(package:flutter/src/widgets/framework.dart:4206:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626817+0200  localhost Runner[54287]: (Flutter) flutter: #28     StatefulElement._firstBuild
(package:flutter/src/widgets/framework.dart:4381:11)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.626905+0200  localhost Runner[54287]: (Flutter) flutter: #29     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627006+0200  localhost Runner[54287]: (Flutter) flutter: #30     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627098+0200  localhost Runner[54287]: (Flutter) flutter: #31     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627201+0200  localhost Runner[54287]: (Flutter) flutter: #32     ComponentElement.performRebuild
(package:flutter/src/widgets/framework.dart:4243:16)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627349+0200  localhost Runner[54287]: (Flutter) flutter: #33     Element.rebuild (package:flutter/src/widgets/framework.dart:3947:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627511+0200  localhost Runner[54287]: (Flutter) flutter: #34     ComponentElement._firstBuild
(package:flutter/src/widgets/framework.dart:4206:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627666+0200  localhost Runner[54287]: (Flutter) flutter: #35     StatefulElement._firstBuild
(package:flutter/src/widgets/framework.dart:4381:11)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627809+0200  localhost Runner[54287]: (Flutter) flutter: #36     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.627915+0200  localhost Runner[54287]: (Flutter) flutter: #37     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.628034+0200  localhost Runner[54287]: (Flutter) flutter: #38     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.628168+0200  localhost Runner[54287]: (Flutter) flutter: #39     SingleChildRenderObjectElement.mount
(package:flutter/src/widgets/framework.dart:5445:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.628402+0200  localhost Runner[54287]: (Flutter) flutter: #40     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.628640+0200  localhost Runner[54287]: (Flutter) flutter: #41     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.628856+0200  localhost Runner[54287]: (Flutter) flutter: #42     ComponentElement.performRebuild
(package:flutter/src/widgets/framework.dart:4243:16)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.629060+0200  localhost Runner[54287]: (Flutter) flutter: #43     Element.rebuild (package:flutter/src/widgets/framework.dart:3947:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.629286+0200  localhost Runner[54287]: (Flutter) flutter: #44     ComponentElement._firstBuild
(package:flutter/src/widgets/framework.dart:4206:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.629675+0200  localhost Runner[54287]: (Flutter) flutter: #45     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.631377+0200  localhost Runner[54287]: (Flutter) flutter: #46     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.633279+0200  localhost Runner[54287]: (Flutter) flutter: #47     MultiChildRenderObjectElement.mount
(package:flutter/src/widgets/framework.dart:5551:32)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.634201+0200  localhost Runner[54287]: (Flutter) flutter: #48     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.634442+0200  localhost Runner[54287]: (Flutter) flutter: #49     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.634657+0200  localhost Runner[54287]: (Flutter) flutter: #50     SingleChildRenderObjectElement.mount
(package:flutter/src/widgets/framework.dart:5445:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.637553+0200  localhost Runner[54287]: (Flutter) flutter: #51     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.638888+0200  localhost Runner[54287]: (Flutter) flutter: #52     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.639226+0200  localhost Runner[54287]: (Flutter) flutter: #53     SingleChildRenderObjectElement.mount
(package:flutter/src/widgets/framework.dart:5445:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.639363+0200  localhost Runner[54287]: (Flutter) flutter: #54     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.639493+0200  localhost Runner[54287]: (Flutter) flutter: #55     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.639618+0200  localhost Runner[54287]: (Flutter) flutter: #56     _LayoutBuilderElement._layout.<anonymous closure>
(package:flutter/src/widgets/layout_builder.dart:115:18)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.639726+0200  localhost Runner[54287]: (Flutter) flutter: #57     BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2412:19)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.639853+0200  localhost Runner[54287]: (Flutter) flutter: #58     _LayoutBuilderElement._layout
(package:flutter/src/widgets/layout_builder.dart:95:11)
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.639949+0200  localhost Runner[54287]: (Flutter) flutter: #59     RenderObject.invokeLayoutCallback.<anonymous closure>
(package:flutter/src/rendering/object.dart:1823:58)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.640045+0200  localhost Runner[54287]: (Flutter) flutter: #60     PipelineOwner._enableMutationsToDirtySubtrees
(package:flutter/src/rendering/object.dart:875:15)
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.640176+0200  localhost Runner[54287]: (Flutter) flutter: #61     RenderObject.invokeLayoutCallback
(package:flutter/src/rendering/object.dart:1823:13)
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.640282+0200  localhost Runner[54287]: (Flutter) flutter: #62     RenderConstrainedLayoutBuilder.layoutAndBuildChild
(package:flutter/src/widgets/layout_builder.dart:173:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.640381+0200  localhost Runner[54287]: (Flutter) flutter: #63     _RenderLayoutBuilder.performLayout
(package:flutter/src/widgets/layout_builder.dart:240:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.640475+0200  localhost Runner[54287]: (Flutter) flutter: #64     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.640572+0200  localhost Runner[54287]: (Flutter) flutter: #65     RenderPositionedBox.performLayout
(package:flutter/src/rendering/shifted_box.dart:392:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.640663+0200  localhost Runner[54287]: (Flutter) flutter: #66     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.640763+0200  localhost Runner[54287]: (Flutter) flutter: #67     RenderProxyBoxMixin.performLayout
(package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.640894+0200  localhost Runner[54287]: (Flutter) flutter: #68     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641046+0200  localhost Runner[54287]: (Flutter) flutter: #69     RenderConstrainedBox.performLayout
(package:flutter/src/rendering/proxy_box.dart:259:13)
[   +1 ms] [DEVICE LOG] 2020-04-25 17:41:07.641222+0200  localhost Runner[54287]: (Flutter) flutter: #70     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641337+0200  localhost Runner[54287]: (Flutter) flutter: #71     _RenderListTile._layoutBox
(package:flutter/src/material/list_tile.dart:1317:9)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641440+0200  localhost Runner[54287]: (Flutter) flutter: #72     _RenderListTile.performLayout
(package:flutter/src/material/list_tile.dart:1348:30)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641538+0200  localhost Runner[54287]: (Flutter) flutter: #73     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: Exception: Could not instantiate image codec.
[        ] flutter:
[        ] flutter: When the exception was thrown, this was the stack:
[        ] flutter: #0      _futurize (dart:ui/painting.dart:4304:5)
[        ] flutter: #1      instantiateImageCodec (dart:ui/painting.dart:1682:10)
[        ] flutter: #2      PaintingBinding.instantiateImageCodec (package:flutter/src/painting/binding.dart:88:12)
[        ] flutter: #3      MemoryImage._loadAsync (package:flutter/src/painting/image_provider.dart:714:18)
[        ] flutter: #4      MemoryImage.load (package:flutter/src/painting/image_provider.dart:706:14)
[        ] flutter: #5      ImageProvider.resolve.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:flutter/src/painting/image_provider.dart:327:17)
[        ] flutter: #6      ImageCache.putIfAbsent (package:flutter/src/painting/image_cache.dart:160:22)
[        ] flutter: #7      ImageProvider.resolve.<anonymous closure>.<anonymous closure> (package:flutter/src/painting/image_provider.dart:325:84)
[        ] flutter: #8      SynchronousFuture.then (package:flutter/src/foundation/synchronous_future.dart:38:29)
[        ] flutter: #9      ImageProvider.resolve.<anonymous closure> (package:flutter/src/painting/image_provider.dart:323:11)
[        ] flutter: #13     ImageProvider.resolve (package:flutter/src/painting/image_provider.dart:315:16)
[        ] flutter: #14     _ImageState._resolveImage (package:flutter/src/widgets/image.dart:1010:20)
[        ] flutter: #15     _ImageState.didChangeDependencies (package:flutter/src/widgets/image.dart:967:5)
[        ] flutter: #16     StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4376:12)
[        ] flutter: #17     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] flutter: #18     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #19     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #20     SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:5445:14)
[        ] flutter: #21     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #22     MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:5551:32)
[        ] flutter: #23     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #24     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #25     ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4243:16)
[        ] flutter: #26     Element.rebuild (package:flutter/src/widgets/framework.dart:3947:5)
[        ] flutter: #27     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4206:5)
[        ] flutter: #28     StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4381:11)
[        ] flutter: #29     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] flutter: #30     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #31     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #32     ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4243:16)
[        ] flutter: #33     Element.rebuild (package:flutter/src/widgets/framework.dart:3947:5)
[        ] flutter: #34     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4206:5)
[        ] flutter: #35     StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4381:11)
[        ] flutter: #36     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] flutter: #37     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #38     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #39     SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:5445:14)
[        ] flutter: #40     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #41     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #42     ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4243:16)
[        ] flutter: #43     Element.rebuild (package:flutter/src/widgets/framework.dart:3947:5)
[        ] flutter: #44     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4206:5)
[        ] flutter: #45     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4201:5)
[        ] flutter: #46     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #47     MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:5551:32)
[        ] flutter: #48     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #49     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #50     SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:5445:14)
[        ] flutter: #51     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #52     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #53     SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:5445:14)
[        ] flutter: #54     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3194:14)
[        ] flutter: #55     Element.updateChild (package:flutter/src/widgets/framework.dart:2988:12)
[        ] flutter: #56     _LayoutBuilderElement._layout.<anonymous closure> (package:flutter/src/widgets/layout_builder.dart:115:18)
[        ] flutter: #57     BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2412:19)
[        ] flutter: #58     _LayoutBuilderElement._layout (package:flutter/src/widgets/layout_builder.dart:95:11)
[        ] flutter: #59     RenderObject.invokeLayoutCallback.<anonymous closure> (package:flutter/src/rendering/object.dart:1823:58)
[        ] flutter: #60     PipelineOwner._enableMutationsToDirtySubtrees (package:flutter/src/rendering/object.dart:875:15)
[        ] flutter: #61     RenderObject.invokeLayoutCallback (package:flutter/src/rendering/object.dart:1823:13)
[        ] flutter: #62     RenderConstrainedLayoutBuilder.layoutAndBuildChild (package:flutter/src/widgets/layout_builder.dart:173:5)
[        ] flutter: #63     _RenderLayoutBuilder.performLayout (package:flutter/src/widgets/layout_builder.dart:240:5)
[        ] flutter: #64     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #65     RenderPositionedBox.performLayout (package:flutter/src/rendering/shifted_box.dart:392:13)
[        ] flutter: #66     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #67     RenderProxyBoxMixin.performLayout (package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] flutter: #68     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #69     RenderConstrainedBox.performLayout (package:flutter/src/rendering/proxy_box.dart:259:13)
[        ] flutter: #70     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #71     _RenderListTile._layoutBox (package:flutter/src/material/list_tile.dart:1317:9)
[        ] flutter: #72     _RenderListTile.performLayout (package:flutter/src/material/list_tile.dart:1348:30)
[        ] flutter: #73     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641638+0200  localhost Runner[54287]: (Flutter) flutter: #74     RenderPadding.performLayout
(package:flutter/src/rendering/shifted_box.dart:206:11)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641742+0200  localhost Runner[54287]: (Flutter) flutter: #75     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641838+0200  localhost Runner[54287]: (Flutter) flutter: #76     RenderProxyBoxMixin.performLayout
(package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.641978+0200  localhost Runner[54287]: (Flutter) flutter: #77     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642077+0200  localhost Runner[54287]: (Flutter) flutter: #78     RenderProxyBoxMixin.performLayout
(package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642210+0200  localhost Runner[54287]: (Flutter) flutter: #79     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642330+0200  localhost Runner[54287]: (Flutter) flutter: #80     RenderProxyBoxMixin.performLayout
(package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642454+0200  localhost Runner[54287]: (Flutter) flutter: #81     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642574+0200  localhost Runner[54287]: (Flutter) flutter: #82     RenderProxyBoxMixin.performLayout
(package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642689+0200  localhost Runner[54287]: (Flutter) flutter: #83     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642837+0200  localhost Runner[54287]: (Flutter) flutter: #84     RenderProxyBoxMixin.performLayout
(package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.642968+0200  localhost Runner[54287]: (Flutter) flutter: #85     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.643131+0200  localhost Runner[54287]: (Flutter) flutter: #86     RenderFlex.performLayout (package:flutter/src/rendering/flex.dart:744:15)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.643241+0200  localhost Runner[54287]: (Flutter) flutter: #87     RenderObject._layoutWithoutResize
(package:flutter/src/rendering/object.dart:1584:7)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.643457+0200  localhost Runner[54287]: (Flutter) flutter: #88     PipelineOwner.flushLayout (package:flutter/src/rendering/object.dart:844:18)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.643586+0200  localhost Runner[54287]: (Flutter) flutter: #89     RendererBinding.drawFrame
(package:flutter/src/rendering/binding.dart:344:19)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.643686+0200  localhost Runner[54287]: (Flutter) flutter: #90     WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:774:13)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.643837+0200  localhost Runner[54287]: (Flutter) flutter: #91     RendererBinding._handlePersistentFrameCallback
(package:flutter/src/rendering/binding.dart:283:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644071+0200  localhost Runner[54287]: (Flutter) flutter: #92     SchedulerBinding._invokeFrameCallback
(package:flutter/src/scheduler/binding.dart:1102:15)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644213+0200  localhost Runner[54287]: (Flutter) flutter: #93     SchedulerBinding.handleDrawFrame
(package:flutter/src/scheduler/binding.dart:1041:9)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644319+0200  localhost Runner[54287]: (Flutter) flutter: #94     SchedulerBinding._handleDrawFrame
(package:flutter/src/scheduler/binding.dart:957:5)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644425+0200  localhost Runner[54287]: (Flutter) flutter: #98     _invoke (dart:ui/hooks.dart:259:10)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644536+0200  localhost Runner[54287]: (Flutter) flutter: #99     _drawFrame (dart:ui/hooks.dart:217:3)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644688+0200  localhost Runner[54287]: (Flutter) flutter: (elided 6 frames from package dart:async)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644809+0200  localhost Runner[54287]: (Flutter) flutter:
[        ] [DEVICE LOG] 2020-04-25 17:41:07.644898+0200  localhost Runner[54287]: (Flutter) flutter: Image provider: MemoryImage(Uint8List#12ce9, scale: 1.0)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.645036+0200  localhost Runner[54287]: (Flutter) flutter: Image configuration: ImageConfiguration(bundle: PlatformAssetBundle#3da33(),
devicePixelRatio: 3.0,
[        ] [DEVICE LOG] 2020-04-25 17:41:07.645182+0200  localhost Runner[54287]: (Flutter) flutter:   locale: en_US, textDirection: TextDirection.ltr, platform: iOS)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.645315+0200  localhost Runner[54287]: (Flutter) flutter: Image key: MemoryImage(Uint8List#12ce9, scale: 1.0)
[        ] [DEVICE LOG] 2020-04-25 17:41:07.645431+0200  localhost Runner[54287]: (Flutter) flutter:
════════════════════════════════════════════════════════════════════════════════════════════════════
[        ] flutter: #74     RenderPadding.performLayout (package:flutter/src/rendering/shifted_box.dart:206:11)
[        ] flutter: #75     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #76     RenderProxyBoxMixin.performLayout (package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] flutter: #77     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #78     RenderProxyBoxMixin.performLayout (package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] flutter: #79     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #80     RenderProxyBoxMixin.performLayout (package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] flutter: #81     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #82     RenderProxyBoxMixin.performLayout (package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] flutter: #83     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #84     RenderProxyBoxMixin.performLayout (package:flutter/src/rendering/proxy_box.dart:105:13)
[        ] flutter: #85     RenderObject.layout (package:flutter/src/rendering/object.dart:1724:7)
[        ] flutter: #86     RenderFlex.performLayout (package:flutter/src/rendering/flex.dart:744:15)
[        ] flutter: #87     RenderObject._layoutWithoutResize (package:flutter/src/rendering/object.dart:1584:7)
[        ] flutter: #88     PipelineOwner.flushLayout (package:flutter/src/rendering/object.dart:844:18)
[        ] flutter: #89     RendererBinding.drawFrame (package:flutter/src/rendering/binding.dart:344:19)
[        ] flutter: #90     WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:774:13)
[        ] flutter: #91     RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:283:5)
[        ] flutter: #92     SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1102:15)
[        ] flutter: #93     SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1041:9)
[        ] flutter: #94     SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:957:5)
[        ] flutter: #98     _invoke (dart:ui/hooks.dart:259:10)
[        ] flutter: #99     _drawFrame (dart:ui/hooks.dart:217:3)
[        ] flutter: (elided 6 frames from package dart:async)
[        ] flutter:
[        ] flutter: Image provider: MemoryImage(Uint8List#12ce9, scale: 1.0)
[        ] flutter: Image configuration: ImageConfiguration(bundle: PlatformAssetBundle#3da33(), devicePixelRatio: 3.0,
[        ] flutter:   locale: en_US, textDirection: TextDirection.ltr, platform: iOS)
[        ] flutter: Image key: MemoryImage(Uint8List#12ce9, scale: 1.0)
[        ] flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════
[ +120 ms] [DEVICE LOG] 2020-04-25 17:41:07.798322+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x12246a, Description: SecTrustEvaluateIfNecessary
[   +5 ms] [DEVICE LOG] 2020-04-25 17:41:07.803553+0200  localhost Runner[54287]: (Security) Created Activity ID: 0x12246b, Description: SecTrustEvaluateIfNecessary
[ +170 ms] [DEVICE LOG] 2020-04-25 17:41:07.973525+0200  localhost Runner[54287]: (Flutter) flutter: Another exception was thrown: Exception: Could not instantiate image codec.
[        ] flutter: Another exception was thrown: Exception: Could not instantiate image codec.



➜ flutter analyze
Analyzing google_sign_in...                                             
No issues found! (ran in 2.0s)
➜ flutter doctor -v
[✓] Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.14.6 18G4032, locale fr-FR)
    • Flutter version 1.12.13+hotfix.9 at /Users/priviere/Projects/flutter
    • Framework revision f139b11009 (4 weeks ago), 2020-03-30 13:57:30 -0700
    • Engine revision af51afceb8
    • Dart version 2.7.2

[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/setup/#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, set ANDROID_HOME to that location.
      You may also want to add it to your PATH environment variable.


[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.3.1, Build version 11C504
    • CocoaPods version 1.9.1

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/setup/#android-setup for detailed instructions).

[!] IntelliJ IDEA Ultimate Edition (version 2020.1)
    • IntelliJ at /Applications/IntelliJ IDEA.app
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
    • For information about installing plugins, see
      https://flutter.dev/intellij-setup/#installing-the-plugins

[✓] Connected device (1 available)
    • iPhone 11 Pro Max • C89531D0-6767-41E2-A50E-644640DC8376 • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listfound in release: 2.2Found to occur in 2.2found in release: 2.5Found to occur in 2.5good first issueRelatively approachable for first-time contributorshas reproducible stepsThe issue has been confirmed reproducible and is ready to work onp: google_sign_inThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions