The document contains log messages from a Skype application. It records the startup process where the app constructor is called, the React Native host is started, and the app initializes various modules like calling and notifications. When the app is suspended, it pauses the React Native host and waits for background tasks to complete before suspension is finished.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
144 views
Skype App 0
The document contains log messages from a Skype application. It records the startup process where the app constructor is called, the React Native host is started, and the app initializes various modules like calling and notifications. When the app is suspended, it pauses the React Native host and waits for background tasks to complete before suspension is finished.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-07-20 21:51:31.579+08:00 [7428:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-07-20 21:51:31.579+08:00 [7428:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-07-20 21:51:31.635+08:00 [7428:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-07-20 21:51:31.738+08:00 [7428:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-07-20 21:51:31.738+08:00 [7428:009] [Info] [RNWindowManagerModule] Initialize 2020-07-20 21:51:31.833+08:00 [7428:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-07-20 21:51:31.865+08:00 [7428:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-07-20 21:51:31.865+08:00 [7428:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-07-20 21:51:31.913+08:00 [7428:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-07-20 21:51:31.913+08:00 [7428:009] [Info] [CallKitManagerModule] OnResume (causeId: 33b6d5d0-ccd0-4ced-8c74-b412a949ead5) 2020-07-20 21:51:31.913+08:00 [7428:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-07-20 21:51:31.913+08:00 [7428:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 9d280322-f942-41d8-b57c-1552490eaecc: BackgroundTaskStarted : HeadlessJSTask.SignInOnDefaultMSAConnected 2020-07-20 21:51:32.180+08:00 [7428:008] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1595253092, for: 5000 milliseconds 2020-07-20 21:51:32.180+08:00 [7428:008] [Info] [RNKeyChainModule] Delete Password 2020-07-20 21:51:32.385+08:00 [7428:008] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-07-20 21:51:32.976+08:00 [7428:008] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-07-20 21:51:32.976+08:00 [7428:008] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-07-20 21:51:32.976+08:00 [7428:008] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-07-20 21:51:33.007+08:00 [7428:008] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-07-20 21:51:33.054+08:00 [7428:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-07-20 21:51:34.160+08:00 [7428:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-07-20 21:51:34.160+08:00 [7428:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-07-20 21:51:34.160+08:00 [7428:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-07-20 21:51:34.160+08:00 [7428:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-07-20 21:51:34.349+08:00 [7428:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-07-20 21:51:35.246+08:00 [7428:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-07-20 22:15:13.064+08:00 [7588:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-07-20 22:15:13.064+08:00 [7588:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-07-20 22:15:13.140+08:00 [7588:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-07-20 22:15:13.245+08:00 [7588:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-07-20 22:15:13.245+08:00 [7588:004] [Info] [RNWindowManagerModule] Initialize 2020-07-20 22:15:13.326+08:00 [7588:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-07-20 22:15:13.326+08:00 [7588:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-07-20 22:15:13.342+08:00 [7588:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-07-20 22:15:13.370+08:00 [7588:009] [Info] [CallKitManagerModule] OnResume (causeId: 0414a4b1-1145-4219-a675-65a3e089dec6) 2020-07-20 22:15:13.370+08:00 [7588:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-07-20 22:15:13.370+08:00 [7588:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-07-20 22:15:13.370+08:00 [7588:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 8b8f8cdd-c84b-4d2d-8668-48cfb37d31dc: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-07-20 22:15:13.703+08:00 [7588:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1595254513, for: 5000 milliseconds 2020-07-20 22:15:13.735+08:00 [7588:012] [Info] [RNKeyChainModule] Delete Password 2020-07-20 22:15:13.898+08:00 [7588:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-07-20 22:15:14.365+08:00 [7588:012] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-07-20 22:15:14.365+08:00 [7588:012] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-07-20 22:15:14.365+08:00 [7588:012] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-07-20 22:15:14.390+08:00 [7588:012] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-07-20 22:15:14.674+08:00 [7588:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-07-20 22:15:15.421+08:00 [7588:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-07-20 22:15:15.421+08:00 [7588:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-07-20 22:15:15.421+08:00 [7588:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-07-20 22:15:15.421+08:00 [7588:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-07-20 22:15:15.578+08:00 [7588:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-07-20 22:15:16.324+08:00 [7588:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-07-20 22:38:41.267+08:00 [7632:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-07-20 22:38:41.267+08:00 [7632:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-07-20 22:38:41.313+08:00 [7632:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-07-20 22:38:41.360+08:00 [7632:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-07-20 22:38:41.360+08:00 [7632:004] [Info] [RNWindowManagerModule] Initialize 2020-07-20 22:38:41.376+08:00 [7632:007] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-07-20 22:38:41.376+08:00 [7632:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-07-20 22:38:41.407+08:00 [7632:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-07-20 22:38:41.407+08:00 [7632:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-07-20 22:38:41.407+08:00 [7632:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 583bbf28-982e-4b6a-96b7-f669657b01e1: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-07-20 22:38:41.470+08:00 [7632:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-07-20 22:38:41.470+08:00 [7632:004] [Info] [CallKitManagerModule] OnResume (causeId: c5deb068-ab96-41d6-904b-d5d0c54a0a26) 2020-07-20 22:38:41.642+08:00 [7632:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1595255921, for: 5000 milliseconds 2020-07-20 22:38:41.642+08:00 [7632:010] [Info] [RNKeyChainModule] Delete Password 2020-07-20 22:38:41.720+08:00 [7632:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-07-20 22:38:41.985+08:00 [7632:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-07-20 22:38:41.985+08:00 [7632:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-07-20 22:38:41.985+08:00 [7632:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-07-20 22:38:42.001+08:00 [7632:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-07-20 22:38:42.016+08:00 [7632:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-07-20 22:38:42.688+08:00 [7632:007] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-07-20 22:38:42.688+08:00 [7632:007] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-07-20 22:38:42.688+08:00 [7632:007] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-07-20 22:38:42.688+08:00 [7632:007] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-07-20 22:38:42.782+08:00 [7632:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-07-20 22:38:43.063+08:00 [7632:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-07-24 08:09:08.621+08:00 [12132:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-07-24 08:09:08.621+08:00 [12132:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-07-24 08:09:08.714+08:00 [12132:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-07-24 08:09:09.105+08:00 [12132:006] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-07-24 08:09:09.105+08:00 [12132:006] [Info] [RNWindowManagerModule] Initialize 2020-07-24 08:09:09.417+08:00 [12132:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-07-24 08:09:09.417+08:00 [12132:006] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-07-24 08:09:09.417+08:00 [12132:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-07-24 08:09:09.480+08:00 [12132:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-07-24 08:09:09.480+08:00 [12132:006] [Info] [CallKitManagerModule] OnResume (causeId: 0b40c2eb-e4db-4162-b683-f688e685d0e7) 2020-07-24 08:09:09.480+08:00 [12132:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-07-24 08:09:09.480+08:00 [12132:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 7d582e17-ac74-48f1-8364-8164edaccc3f: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-07-24 08:09:09.917+08:00 [12132:012] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1595549349, for: 5000 milliseconds 2020-07-24 08:09:09.933+08:00 [12132:012] [Info] [RNKeyChainModule] Delete Password 2020-07-24 08:09:10.323+08:00 [12132:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-07-24 08:09:10.760+08:00 [12132:012] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-07-24 08:09:10.760+08:00 [12132:012] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-07-24 08:09:10.760+08:00 [12132:012] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-07-24 08:09:10.776+08:00 [12132:012] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-07-24 08:09:10.807+08:00 [12132:011] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-07-24 08:09:13.572+08:00 [12132:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-07-24 08:09:13.572+08:00 [12132:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-07-24 08:09:13.572+08:00 [12132:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-07-24 08:09:13.572+08:00 [12132:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-07-24 08:09:14.041+08:00 [12132:006] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-07-24 08:09:14.557+08:00 [12132:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-07-25 05:24:41.179+08:00 [9236:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-07-25 05:24:41.211+08:00 [9236:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-07-25 05:24:41.311+08:00 [9236:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-07-25 05:24:41.365+08:00 [9236:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-07-25 05:24:41.365+08:00 [9236:004] [Info] [RNWindowManagerModule] Initialize 2020-07-25 05:24:41.650+08:00 [9236:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-07-25 05:24:41.665+08:00 [9236:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-07-25 05:24:41.697+08:00 [9236:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-07-25 05:24:41.734+08:00 [9236:012] [Info] [RNKeyChainModule] Delete Password 2020-07-25 05:24:41.850+08:00 [9236:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-07-25 05:24:41.850+08:00 [9236:004] [Info] [CallKitManagerModule] OnResume (causeId: 2ea97faa-61ab-4f02-b9da-d5b33af5790e) 2020-07-25 05:24:41.850+08:00 [9236:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-07-25 05:24:41.850+08:00 [9236:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 352a8dfa-48f0-4431-8e17-12391f6f2cb6: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-07-25 05:24:42.051+08:00 [9236:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-07-25 05:24:42.398+08:00 [9236:006] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1595625882, for: 5000 milliseconds 2020-07-25 05:24:42.468+08:00 [9236:006] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-07-25 05:24:42.483+08:00 [9236:006] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-07-25 05:24:42.483+08:00 [9236:006] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-07-25 05:24:42.483+08:00 [9236:006] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-07-25 05:24:42.514+08:00 [9236:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-07-25 05:24:43.432+08:00 [9236:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-07-25 05:24:43.432+08:00 [9236:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-07-25 05:24:43.432+08:00 [9236:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-07-25 05:24:43.439+08:00 [9236:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-07-25 05:24:43.555+08:00 [9236:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-07-25 05:24:43.840+08:00 [9236:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-08-08 08:13:36.144+08:00 [8204:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-08-08 08:13:36.144+08:00 [8204:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-08-08 08:13:36.199+08:00 [8204:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-08-08 08:13:36.502+08:00 [8204:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-08-08 08:13:36.502+08:00 [8204:009] [Info] [RNWindowManagerModule] Initialize 2020-08-08 08:13:36.968+08:00 [8204:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-08-08 08:13:36.979+08:00 [8204:011] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-08-08 08:13:36.979+08:00 [8204:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-08-08 08:13:37.751+08:00 [8204:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-08-08 08:13:37.751+08:00 [8204:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-08-08 08:13:37.751+08:00 [8204:002] [Info] [BackgroundTaskManager] OnBackgroundActivated d7357b29-f11f-4b6d-af08-2b39c88697e8: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnectedRetry 2020-08-08 08:13:37.751+08:00 [8204:009] [Info] [CallKitManagerModule] OnResume (causeId: 875f7193-b45f-4d8d-bbb0-b4b842108c11) 2020-08-08 08:13:38.970+08:00 [8204:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1596845618, for: 5000 milliseconds 2020-08-08 08:13:38.980+08:00 [8204:010] [Info] [RNKeyChainModule] Delete Password 2020-08-08 08:13:39.338+08:00 [8204:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-08-08 08:13:40.521+08:00 [8204:011] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-08-08 08:13:40.521+08:00 [8204:011] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-08-08 08:13:40.521+08:00 [8204:011] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-08-08 08:13:40.657+08:00 [8204:011] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-08-08 08:13:40.840+08:00 [8204:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-08-08 08:13:41.090+08:00 [8204:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-08-08 08:13:41.090+08:00 [8204:011] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-08-08 08:13:41.090+08:00 [8204:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-08-08 08:13:41.090+08:00 [8204:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-08-08 08:13:41.322+08:00 [8204:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-08-08 08:13:42.532+08:00 [8204:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-08-08 13:08:06.585+08:00 [11196:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-08-08 13:08:06.585+08:00 [11196:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-08-08 13:08:06.823+08:00 [11196:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-08-08 13:08:06.886+08:00 [11196:010] [Info] [RNWindowManagerModule] Initialize 2020-08-08 13:08:06.886+08:00 [11196:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-08-08 13:08:06.986+08:00 [11196:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-08-08 13:08:06.986+08:00 [11196:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-08-08 13:08:06.986+08:00 [11196:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-08-08 13:08:07.001+08:00 [11196:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-08-08 13:08:07.001+08:00 [11196:011] [Info] [CallKitManagerModule] OnResume (causeId: be505cfe-d5de-4328-b180-dce7436b88df) 2020-08-08 13:08:07.001+08:00 [11196:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-08-08 13:08:07.001+08:00 [11196:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 82414202-8e1b-47da-b1a1-ee5254b0a608: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-08-08 13:08:07.071+08:00 [11196:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1596863287, for: 5000 milliseconds 2020-08-08 13:08:07.071+08:00 [11196:010] [Info] [RNKeyChainModule] Delete Password 2020-08-08 13:08:07.155+08:00 [11196:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-08-08 13:08:07.286+08:00 [11196:013] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-08-08 13:08:07.286+08:00 [11196:013] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-08-08 13:08:07.286+08:00 [11196:013] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-08-08 13:08:07.286+08:00 [11196:013] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-08-08 13:08:07.309+08:00 [11196:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-08-08 13:08:08.104+08:00 [11196:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-08-08 13:08:08.104+08:00 [11196:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-08-08 13:08:08.104+08:00 [11196:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-08-08 13:08:08.104+08:00 [11196:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-08-08 13:08:08.211+08:00 [11196:012] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-08-08 13:08:08.427+08:00 [11196:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-08-11 15:57:34.123+08:00 [7204:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-08-11 15:57:34.123+08:00 [7204:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-08-11 15:57:34.199+08:00 [7204:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-08-11 15:57:34.333+08:00 [7204:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-08-11 15:57:34.333+08:00 [7204:009] [Info] [RNWindowManagerModule] Initialize 2020-08-11 15:57:34.430+08:00 [7204:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-08-11 15:57:34.430+08:00 [7204:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-08-11 15:57:34.446+08:00 [7204:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-08-11 15:57:34.463+08:00 [7204:009] [Info] [CallKitManagerModule] OnResume (causeId: 49f0967c-a007-4dfa-8573-212750c9685b) 2020-08-11 15:57:34.468+08:00 [7204:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-08-11 15:57:34.468+08:00 [7204:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-08-11 15:57:34.468+08:00 [7204:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 0fb61177-aeda-497f-89f8-cffe1db67463: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-08-11 15:57:34.731+08:00 [7204:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1597132654, for: 5000 milliseconds 2020-08-11 15:57:34.731+08:00 [7204:009] [Info] [RNKeyChainModule] Delete Password 2020-08-11 15:57:34.909+08:00 [7204:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-08-11 15:57:35.408+08:00 [7204:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-08-11 15:57:35.423+08:00 [7204:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-08-11 15:57:35.423+08:00 [7204:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-08-11 15:57:35.439+08:00 [7204:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-08-11 15:57:35.488+08:00 [7204:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-08-11 15:57:37.197+08:00 [7204:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-08-11 15:57:37.197+08:00 [7204:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-08-11 15:57:37.197+08:00 [7204:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-08-11 15:57:37.197+08:00 [7204:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-08-11 15:57:37.454+08:00 [7204:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-08-11 15:57:37.813+08:00 [7204:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_13[TThis](__ComObject, Int32) + 0x36 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_TriggerDetails() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0xe2 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
CallTrackerTwoProcess constructed 2020-08-13 16:09:00.505+08:00 [11036:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-08-13 16:09:00.505+08:00 [11036:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-08-13 16:09:00.552+08:00 [11036:021] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-08-13 16:09:00.552+08:00 [11036:021] [Info] [RNWindowManagerModule] Initialize 2020-08-13 16:09:00.652+08:00 [11036:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-08-13 16:09:00.689+08:00 [11036:008] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-08-13 16:09:00.689+08:00 [11036:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-08-13 16:09:00.736+08:00 [11036:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-08-13 16:09:00.736+08:00 [11036:004] [Info] [CallKitManagerModule] OnResume (causeId: 925ee56b-0ec0-45df-b793-80fb6e1ee294) 2020-08-13 16:09:00.736+08:00 [11036:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-08-13 16:09:00.736+08:00 [11036:004] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-08-13 16:09:00.736+08:00 [11036:021] [Info] [RNKeyChainModule] Delete Password 2020-08-13 16:09:00.736+08:00 [11036:004] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-08-13 16:09:00.921+08:00 [11036:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-08-13 16:09:00.921+08:00 [11036:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-08-13 16:09:00.921+08:00 [11036:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 83a202b0-bc20-41f8-b69d-4167998b3250: BackgroundTaskStarted : HeadlessJSTask.OnMaintenanceWindowStart 2020-08-13 16:09:01.006+08:00 [11036:021] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-08-13 16:09:01.306+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnUserSessionConnected' 2020-08-13 16:09:01.306+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnUserSessionConnected'. Skipping registration 2020-08-13 16:09:01.306+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnDefaultMSAConnected' 2020-08-13 16:09:01.306+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnDefaultMSAConnected'. Skipping registration 2020-08-13 16:09:01.723+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'BackgroundHeartbeatTelemetry' 2020-08-13 16:09:01.723+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.BackgroundHeartbeatTelemetry'. Skipping registration 2020-08-13 16:09:01.754+08:00 [11036:021] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1597306141, for: 5000 milliseconds 2020-08-13 16:09:01.754+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'OnMaintenanceWindowStart' 2020-08-13 16:09:01.754+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.OnMaintenanceWindowStart'. Skipping registration 2020-08-13 16:09:01.770+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'ToastActivation' 2020-08-13 16:09:01.770+08:00 [11036:021] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.ToastActivation'. Skipping registration 2020-08-13 16:09:01.785+08:00 [11036:021] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-08-13 16:09:01.792+08:00 [11036:021] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-08-13 16:09:01.792+08:00 [11036:021] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-08-13 16:09:01.792+08:00 [11036:021] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-08-13 16:09:01.854+08:00 [11036:008] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-08-13 16:09:05.779+08:00 [11036:008] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-08-13 16:09:05.779+08:00 [11036:008] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-08-13 16:09:05.779+08:00 [11036:008] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-08-13 16:09:05.779+08:00 [11036:008] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-08-13 16:09:06.967+08:00 [11036:008] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-08-13 16:09:13.923+08:00 [11036:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-08-15 09:18:49.836+08:00 [6500:007] [Info] [DeviceUtilities] App is suspending
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-08-17 14:55:17.036+08:00 [13780:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-08-17 14:55:17.036+08:00 [13780:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-08-17 14:55:17.132+08:00 [13780:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-08-17 14:55:17.154+08:00 [13780:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-08-17 14:55:17.154+08:00 [13780:009] [Info] [RNWindowManagerModule] Initialize 2020-08-17 14:55:17.218+08:00 [13780:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-08-17 14:55:17.219+08:00 [13780:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-08-17 14:55:17.219+08:00 [13780:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-08-17 14:55:17.219+08:00 [13780:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-08-17 14:55:17.219+08:00 [13780:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 7c48fb01-4229-47c4-9142-f91d8c8c5e2f: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnectedRetry 2020-08-17 14:55:17.286+08:00 [13780:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-08-17 14:55:17.286+08:00 [13780:009] [Info] [CallKitManagerModule] OnResume (causeId: e13705a3-cec4-4d35-91ed-d03c962faa51) 2020-08-17 14:55:17.349+08:00 [13780:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1597647317, for: 5000 milliseconds 2020-08-17 14:55:17.349+08:00 [13780:004] [Info] [RNKeyChainModule] Delete Password 2020-08-17 14:55:17.417+08:00 [13780:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-08-17 14:55:17.634+08:00 [13780:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-08-17 14:55:17.634+08:00 [13780:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-08-17 14:55:17.634+08:00 [13780:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-08-17 14:55:17.650+08:00 [13780:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-08-17 14:55:17.681+08:00 [13780:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-08-17 14:55:17.841+08:00 [13780:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-08-17 14:55:17.841+08:00 [13780:009] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-08-17 14:55:17.841+08:00 [13780:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-08-17 14:55:17.841+08:00 [13780:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-08-17 14:55:17.944+08:00 [13780:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-08-17 14:55:18.215+08:00 [13780:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c 2020-08-21 09:25:57.689+08:00 [9360:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-08-22 14:08:33.839+08:00 [6152:018] [Info] [DeviceUtilities] App is suspending
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-08-27 09:35:05.116+08:00 [3948:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-08-27 09:35:05.156+08:00 [3948:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-08-27 09:35:05.185+08:00 [3948:005] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-08-27 09:35:05.185+08:00 [3948:005] [Info] [RNWindowManagerModule] Initialize 2020-08-27 09:35:05.280+08:00 [3948:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-08-27 09:35:05.470+08:00 [3948:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-08-27 09:35:05.501+08:00 [3948:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-08-27 09:35:05.501+08:00 [3948:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-08-27 09:35:05.703+08:00 [3948:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-08-27 09:35:05.703+08:00 [3948:004] [Info] [CallKitManagerModule] OnResume (causeId: da3dae09-1e0d-4c7f-b687-a7c766ee4e73) 2020-08-27 09:35:05.703+08:00 [3948:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-08-27 09:35:05.703+08:00 [3948:002] [Info] [BackgroundTaskManager] OnBackgroundActivated c4a9db88-2c15-484e-a25e-8c0d264ab6c3: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-08-27 09:35:05.849+08:00 [3948:005] [Info] [RNKeyChainModule] Delete Password 2020-08-27 09:35:06.225+08:00 [3948:005] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-08-27 09:35:06.756+08:00 [3948:005] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1598492106, for: 5000 milliseconds 2020-08-27 09:35:06.927+08:00 [3948:005] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-08-27 09:35:06.927+08:00 [3948:005] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-08-27 09:35:06.959+08:00 [3948:005] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-08-27 09:35:06.959+08:00 [3948:005] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-08-27 09:35:07.014+08:00 [3948:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-08-27 09:35:07.261+08:00 [3948:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-08-27 09:35:07.261+08:00 [3948:009] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-08-27 09:35:07.261+08:00 [3948:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-08-27 09:35:07.261+08:00 [3948:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-08-27 09:35:07.582+08:00 [3948:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-08-27 09:35:07.844+08:00 [3948:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-04 08:57:23.945+08:00 [8932:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-04 08:57:23.945+08:00 [8932:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-04 08:57:24.004+08:00 [8932:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-04 08:57:24.107+08:00 [8932:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-04 08:57:24.108+08:00 [8932:010] [Info] [RNWindowManagerModule] Initialize 2020-09-04 08:57:24.172+08:00 [8932:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-04 08:57:24.214+08:00 [8932:011] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-04 08:57:24.215+08:00 [8932:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-04 08:57:24.261+08:00 [8932:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-04 08:57:24.262+08:00 [8932:011] [Info] [CallKitManagerModule] OnResume (causeId: d74407c4-9897-42d6-a979-efb924799ca0) 2020-09-04 08:57:24.262+08:00 [8932:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-04 08:57:24.262+08:00 [8932:002] [Info] [BackgroundTaskManager] OnBackgroundActivated d2746dec-fb4b-4753-98c2-02558a5bec85: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-04 08:57:24.483+08:00 [8932:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1599181044, for: 5000 milliseconds 2020-09-04 08:57:24.518+08:00 [8932:010] [Info] [RNKeyChainModule] Delete Password 2020-09-04 08:57:24.783+08:00 [8932:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-04 08:57:25.321+08:00 [8932:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-04 08:57:25.338+08:00 [8932:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-04 08:57:25.338+08:00 [8932:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-04 08:57:25.358+08:00 [8932:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-04 08:57:25.420+08:00 [8932:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-04 08:57:28.439+08:00 [8932:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-09-04 08:57:28.439+08:00 [8932:010] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-09-04 08:57:28.439+08:00 [8932:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-09-04 08:57:28.439+08:00 [8932:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-04 08:57:28.600+08:00 [8932:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-04 08:57:28.806+08:00 [8932:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-04 11:35:28.275+08:00 [10540:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-04 11:35:28.275+08:00 [10540:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-04 11:35:28.377+08:00 [10540:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-04 11:35:28.414+08:00 [10540:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-04 11:35:28.414+08:00 [10540:007] [Info] [RNWindowManagerModule] Initialize 2020-09-04 11:35:28.453+08:00 [10540:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-04 11:35:28.453+08:00 [10540:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-04 11:35:28.470+08:00 [10540:010] [Info] [CallKitManagerModule] OnResume (causeId: f3906709-46b7-48dd-8682-0ddc61dc4aed) 2020-09-04 11:35:28.470+08:00 [10540:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-04 11:35:28.470+08:00 [10540:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-04 11:35:28.470+08:00 [10540:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 94b0f784-94e1-4178-b117-d44f6160ee05: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-04 11:35:28.547+08:00 [10540:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-04 11:35:28.620+08:00 [10540:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1599190528, for: 5000 milliseconds 2020-09-04 11:35:28.637+08:00 [10540:009] [Info] [RNKeyChainModule] Delete Password 2020-09-04 11:35:29.151+08:00 [10540:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-04 11:35:29.508+08:00 [10540:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-04 11:35:29.508+08:00 [10540:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-04 11:35:29.508+08:00 [10540:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-04 11:35:29.526+08:00 [10540:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-04 11:35:29.614+08:00 [10540:007] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-04 11:35:29.920+08:00 [10540:007] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-09-04 11:35:29.920+08:00 [10540:007] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-09-04 11:35:29.920+08:00 [10540:007] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-09-04 11:35:29.987+08:00 [10540:007] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-04 11:35:30.037+08:00 [10540:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-04 11:35:30.152+08:00 [10540:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-05 12:36:36.149+08:00 [2328:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-05 12:36:36.165+08:00 [2328:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-05 12:36:36.234+08:00 [2328:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-05 12:36:36.281+08:00 [2328:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-05 12:36:36.281+08:00 [2328:004] [Info] [RNWindowManagerModule] Initialize 2020-09-05 12:36:36.434+08:00 [2328:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-05 12:36:36.466+08:00 [2328:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-05 12:36:36.697+08:00 [2328:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-05 12:36:36.697+08:00 [2328:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-05 12:36:36.697+08:00 [2328:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 01c3cc64-4264-401c-8e27-149fd4f4d352: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-05 12:36:36.697+08:00 [2328:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-05 12:36:36.697+08:00 [2328:009] [Info] [CallKitManagerModule] OnResume (causeId: 836d43f7-7ea5-46f9-9b0b-a60f99177d39) 2020-09-05 12:36:36.998+08:00 [2328:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1599280596, for: 5000 milliseconds 2020-09-05 12:36:37.051+08:00 [2328:009] [Info] [RNKeyChainModule] Delete Password 2020-09-05 12:36:37.252+08:00 [2328:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-05 12:36:37.515+08:00 [2328:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-05 12:36:37.515+08:00 [2328:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-05 12:36:37.515+08:00 [2328:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-05 12:36:37.515+08:00 [2328:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-05 12:36:37.537+08:00 [2328:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-05 12:36:39.041+08:00 [2328:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-09-05 12:36:39.041+08:00 [2328:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-09-05 12:36:39.041+08:00 [2328:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-09-05 12:36:39.057+08:00 [2328:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-05 12:36:39.257+08:00 [2328:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-05 12:36:39.421+08:00 [2328:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-05 17:55:26.809+08:00 [12972:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-05 17:55:26.809+08:00 [12972:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-05 17:55:26.908+08:00 [12972:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-05 17:55:26.931+08:00 [12972:008] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-05 17:55:26.931+08:00 [12972:008] [Info] [RNWindowManagerModule] Initialize 2020-09-05 17:55:26.977+08:00 [12972:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-05 17:55:26.977+08:00 [12972:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-05 17:55:26.983+08:00 [12972:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-05 17:55:26.983+08:00 [12972:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-05 17:55:26.983+08:00 [12972:002] [Info] [BackgroundTaskManager] OnBackgroundActivated f9c1f26e-a01d-4bc6-bb1c-9be4969fa087: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-05 17:55:27.064+08:00 [12972:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-05 17:55:27.064+08:00 [12972:010] [Info] [CallKitManagerModule] OnResume (causeId: beac18ff-aadf-4d53-8a4a-ae420e5249e9) 2020-09-05 17:55:27.199+08:00 [12972:008] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1599299727, for: 5000 milliseconds 2020-09-05 17:55:27.199+08:00 [12972:008] [Info] [RNKeyChainModule] Delete Password 2020-09-05 17:55:27.272+08:00 [12972:008] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-05 17:55:27.684+08:00 [12972:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-05 17:55:27.684+08:00 [12972:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-05 17:55:27.684+08:00 [12972:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-05 17:55:27.700+08:00 [12972:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-05 17:55:27.747+08:00 [12972:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-05 17:55:27.908+08:00 [12972:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-09-05 17:55:27.908+08:00 [12972:010] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-09-05 17:55:27.908+08:00 [12972:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-09-05 17:55:27.908+08:00 [12972:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-05 17:55:28.004+08:00 [12972:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-05 17:55:28.106+08:00 [12972:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-10 09:24:44.844+08:00 [15352:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-10 09:24:44.844+08:00 [15352:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-10 09:24:44.926+08:00 [15352:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-10 09:24:44.942+08:00 [15352:010] [Info] [RNWindowManagerModule] Initialize 2020-09-10 09:24:45.013+08:00 [15352:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-10 09:24:45.056+08:00 [15352:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-10 09:24:45.056+08:00 [15352:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-10 09:24:45.080+08:00 [15352:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-10 09:24:45.080+08:00 [15352:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-10 09:24:45.080+08:00 [15352:002] [Info] [BackgroundTaskManager] OnBackgroundActivated eb74d312-57f8-4ad1-bc1d-235d61214a57: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-10 09:24:45.162+08:00 [15352:012] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-10 09:24:45.162+08:00 [15352:012] [Info] [CallKitManagerModule] OnResume (causeId: 2101a0c5-d966-4af5-8340-ad39e1a9364d) 2020-09-10 09:24:45.308+08:00 [15352:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1599701085, for: 5000 milliseconds 2020-09-10 09:24:45.308+08:00 [15352:012] [Info] [RNKeyChainModule] Delete Password 2020-09-10 09:24:45.345+08:00 [15352:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-10 09:24:45.644+08:00 [15352:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-10 09:24:45.644+08:00 [15352:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-10 09:24:45.644+08:00 [15352:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-10 09:24:45.644+08:00 [15352:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-10 09:24:45.707+08:00 [15352:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-10 09:24:45.877+08:00 [15352:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-09-10 09:24:45.877+08:00 [15352:012] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-09-10 09:24:45.877+08:00 [15352:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-09-10 09:24:45.877+08:00 [15352:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-10 09:24:45.977+08:00 [15352:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-10 09:24:46.142+08:00 [15352:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-12 09:06:38.355+08:00 [13012:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-12 09:06:38.373+08:00 [13012:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-12 09:06:38.452+08:00 [13012:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-12 09:06:38.473+08:00 [13012:005] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-12 09:06:38.473+08:00 [13012:005] [Info] [RNWindowManagerModule] Initialize 2020-09-12 09:06:38.838+08:00 [13012:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-12 09:06:38.891+08:00 [13012:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-12 09:06:38.891+08:00 [13012:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-12 09:06:38.955+08:00 [13012:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-12 09:06:38.955+08:00 [13012:009] [Info] [CallKitManagerModule] OnResume (causeId: a2ffbebd-c86b-44d9-b96d-549975df9853) 2020-09-12 09:06:38.955+08:00 [13012:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-12 09:06:38.955+08:00 [13012:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 433d0f49-6bd3-4992-bd7a-8c19c9482d4d: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-12 09:06:39.075+08:00 [13012:006] [Info] [RNKeyChainModule] Delete Password 2020-09-12 09:06:39.424+08:00 [13012:006] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-12 09:06:39.926+08:00 [13012:006] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1599872799, for: 5000 milliseconds 2020-09-12 09:06:40.008+08:00 [13012:005] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-12 09:06:40.024+08:00 [13012:005] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-12 09:06:40.024+08:00 [13012:005] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-12 09:06:40.024+08:00 [13012:005] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-12 09:06:40.093+08:00 [13012:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-12 09:06:41.929+08:00 [13012:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-09-12 09:06:41.929+08:00 [13012:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-09-12 09:06:41.929+08:00 [13012:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-09-12 09:06:41.929+08:00 [13012:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-12 09:06:42.199+08:00 [13012:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-12 09:06:43.503+08:00 [13012:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-12 13:25:00.456+08:00 [9876:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-12 13:25:00.456+08:00 [9876:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-12 13:25:00.551+08:00 [9876:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-12 13:25:00.597+08:00 [9876:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-12 13:25:00.597+08:00 [9876:004] [Info] [RNWindowManagerModule] Initialize 2020-09-12 13:25:00.641+08:00 [9876:007] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-12 13:25:00.641+08:00 [9876:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-12 13:25:00.657+08:00 [9876:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-12 13:25:00.657+08:00 [9876:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-12 13:25:00.657+08:00 [9876:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 2bfb9233-9331-4353-b76c-33de4f4c07f2: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-12 13:25:00.758+08:00 [9876:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-12 13:25:00.758+08:00 [9876:011] [Info] [CallKitManagerModule] OnResume (causeId: 070ffcce-525a-4782-8424-69c50bcc0a6a) 2020-09-12 13:25:00.868+08:00 [9876:007] [Info] [RNKeyChainModule] Delete Password 2020-09-12 13:25:00.958+08:00 [9876:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-12 13:25:01.111+08:00 [9876:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1599888301, for: 5000 milliseconds 2020-09-12 13:25:01.144+08:00 [9876:011] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-12 13:25:01.144+08:00 [9876:011] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-12 13:25:01.144+08:00 [9876:011] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-12 13:25:01.159+08:00 [9876:011] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-12 13:25:01.199+08:00 [9876:007] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-12 13:25:04.555+08:00 [9876:007] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-09-12 13:25:04.555+08:00 [9876:007] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-09-12 13:25:04.555+08:00 [9876:007] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-09-12 13:25:04.555+08:00 [9876:007] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-12 13:25:04.686+08:00 [9876:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-12 13:25:05.727+08:00 [9876:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-17 15:05:55.723+08:00 [7132:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-17 15:05:55.723+08:00 [7132:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-17 15:05:55.823+08:00 [7132:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-17 15:05:55.855+08:00 [7132:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-17 15:05:55.855+08:00 [7132:009] [Info] [RNWindowManagerModule] Initialize 2020-09-17 15:05:55.954+08:00 [7132:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-17 15:05:55.954+08:00 [7132:006] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-17 15:05:55.954+08:00 [7132:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-17 15:05:55.977+08:00 [7132:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-17 15:05:55.977+08:00 [7132:011] [Info] [CallKitManagerModule] OnResume (causeId: ab9dac6a-bb01-4616-b92a-446c20b9a33f) 2020-09-17 15:05:55.977+08:00 [7132:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-17 15:05:55.977+08:00 [7132:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 7fe0084a-5c7c-4db7-971a-47514fece770: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-17 15:05:56.039+08:00 [7132:011] [Info] [RNKeyChainModule] Delete Password 2020-09-17 15:05:56.155+08:00 [7132:011] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-17 15:05:56.309+08:00 [7132:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1600326356, for: 5000 milliseconds 2020-09-17 15:05:56.371+08:00 [7132:006] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-17 15:05:56.371+08:00 [7132:006] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-17 15:05:56.371+08:00 [7132:006] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-17 15:05:56.378+08:00 [7132:006] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-17 15:05:56.394+08:00 [7132:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-17 15:06:03.962+08:00 [7132:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-09-17 15:06:03.962+08:00 [7132:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-09-17 15:06:03.962+08:00 [7132:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-09-17 15:06:03.962+08:00 [7132:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-17 15:06:04.015+08:00 [7132:012] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-17 15:06:04.300+08:00 [7132:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-09-18 09:12:44.806+08:00 [17668:014] [Info] [DeviceUtilities] App is
CallTrackerTwoProcess constructed 2020-09-18 11:17:41.176+08:00 [13088:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-18 11:17:41.176+08:00 [13088:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-18 11:17:41.270+08:00 [13088:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-18 11:17:41.332+08:00 [13088:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-18 11:17:41.332+08:00 [13088:007] [Info] [RNWindowManagerModule] Initialize 2020-09-18 11:17:41.410+08:00 [13088:007] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-18 11:17:41.410+08:00 [13088:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-18 11:17:41.441+08:00 [13088:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-18 11:17:41.441+08:00 [13088:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-18 11:17:41.441+08:00 [13088:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 0ff48fe1-3038-4faf-b150-70301f43569a: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-18 11:17:41.441+08:00 [13088:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-18 11:17:41.441+08:00 [13088:010] [Info] [CallKitManagerModule] OnResume (causeId: 74f0ce20-6b61-4c5a-9ef6-b47234387504) 2020-09-18 11:17:41.613+08:00 [13088:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1600399061, for: 5000 milliseconds 2020-09-18 11:17:41.613+08:00 [13088:007] [Info] [RNKeyChainModule] Delete Password 2020-09-18 11:17:41.707+08:00 [13088:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-18 11:17:42.004+08:00 [13088:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-18 11:17:42.004+08:00 [13088:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-18 11:17:42.004+08:00 [13088:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-18 11:17:42.019+08:00 [13088:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-18 11:17:42.066+08:00 [13088:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-18 11:17:42.191+08:00 [13088:004] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-09-18 11:17:42.191+08:00 [13088:004] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-09-18 11:17:42.191+08:00 [13088:004] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-09-18 11:17:42.191+08:00 [13088:004] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-18 11:17:42.332+08:00 [13088:007] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-18 11:17:42.535+08:00 [13088:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-19 08:51:09.425+08:00 [11900:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-19 08:51:09.425+08:00 [11900:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-19 08:51:09.512+08:00 [11900:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-19 08:51:09.571+08:00 [11900:008] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-19 08:51:09.571+08:00 [11900:008] [Info] [RNWindowManagerModule] Initialize 2020-09-19 08:51:09.619+08:00 [11900:012] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-19 08:51:09.619+08:00 [11900:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-19 08:51:09.652+08:00 [11900:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-19 08:51:09.652+08:00 [11900:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-19 08:51:09.652+08:00 [11900:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 67c3c179-f403-4d5b-b6a4-1dd46ec14279: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-19 08:51:09.671+08:00 [11900:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-19 08:51:09.671+08:00 [11900:010] [Info] [CallKitManagerModule] OnResume (causeId: 4b28c24e-f761-4a5e-b2c3-72719a4b963b) 2020-09-19 08:51:09.837+08:00 [11900:012] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1600476669, for: 5000 milliseconds 2020-09-19 08:51:09.844+08:00 [11900:010] [Info] [RNKeyChainModule] Delete Password 2020-09-19 08:51:09.910+08:00 [11900:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-19 08:51:10.228+08:00 [11900:008] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-19 08:51:10.228+08:00 [11900:008] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-19 08:51:10.228+08:00 [11900:008] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-19 08:51:10.237+08:00 [11900:008] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-19 08:51:10.266+08:00 [11900:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-19 08:51:19.556+08:00 [11900:008] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-09-19 08:51:19.556+08:00 [11900:008] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-09-19 08:51:19.556+08:00 [11900:008] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-09-19 08:51:19.556+08:00 [11900:008] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-19 08:51:19.668+08:00 [11900:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-19 08:51:19.901+08:00 [11900:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-19 13:14:48.057+08:00 [15928:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-19 13:14:48.057+08:00 [15928:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-19 13:14:48.204+08:00 [15928:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-19 13:14:48.219+08:00 [15928:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-19 13:14:48.219+08:00 [15928:004] [Info] [RNWindowManagerModule] Initialize 2020-09-19 13:14:48.358+08:00 [15928:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-19 13:14:48.358+08:00 [15928:012] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-19 13:14:48.358+08:00 [15928:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-19 13:14:48.373+08:00 [15928:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-19 13:14:48.373+08:00 [15928:012] [Info] [CallKitManagerModule] OnResume (causeId: 99293d8b-b557-48dc-adc9-7c5a6c7b63d3) 2020-09-19 13:14:48.373+08:00 [15928:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-19 13:14:48.373+08:00 [15928:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 3e5336ab-b2da-4021-bca0-f7fcc318acd8: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-09-19 13:14:48.436+08:00 [15928:012] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1600492488, for: 5000 milliseconds 2020-09-19 13:14:48.458+08:00 [15928:004] [Info] [RNKeyChainModule] Delete Password 2020-09-19 13:14:48.552+08:00 [15928:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-19 13:14:48.759+08:00 [15928:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-19 13:14:48.759+08:00 [15928:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-19 13:14:48.759+08:00 [15928:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-19 13:14:48.774+08:00 [15928:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-19 13:14:48.790+08:00 [15928:008] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-19 13:14:48.921+08:00 [15928:008] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-09-19 13:14:48.921+08:00 [15928:008] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-09-19 13:14:48.921+08:00 [15928:008] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-09-19 13:14:48.937+08:00 [15928:008] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-19 13:14:48.990+08:00 [15928:012] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-19 13:14:49.175+08:00 [15928:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-23 19:14:47.088+08:00 [9128:012] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-23 19:14:47.127+08:00 [9128:012] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-23 19:14:47.219+08:00 [9128:012] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-23 19:14:47.464+08:00 [9128:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-23 19:14:47.464+08:00 [9128:010] [Info] [RNWindowManagerModule] Initialize 2020-09-23 19:14:47.564+08:00 [9128:012] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-23 19:14:47.564+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-23 19:14:47.585+08:00 [9128:013] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-23 19:14:47.667+08:00 [9128:010] [Info] [CallKitManagerModule] OnResume (causeId: 94ce7d65-6aa7-4d18-b0db-1f6ff1968063) 2020-09-23 19:14:47.704+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-23 19:14:47.704+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-23 19:14:47.877+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-09-23 19:14:47.877+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-09-23 19:14:47.878+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: TryGetReactContextAsync - execute/returning existing valid context 2020-09-23 19:14:47.877+08:00 [9128:010] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-09-23 19:14:47.878+08:00 [9128:011] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-09-23 19:14:48.202+08:00 [9128:016] [Info] [RNBackgroundExecutionModule] Beginning WaitForAllExtendedExecutionSessionsRelease. ids: [] 2020-09-23 19:14:48.331+08:00 [9128:016] [Info] [RNBackgroundExecutionModule] Ended WaitForAllExtendedExecutionSessionsRelease due to cancellation 2020-09-23 19:14:48.514+08:00 [9128:016] [Info] [BackgroundTaskManager] RNBackgroundExecution.waitForAllExtendedExecutionSessionsRelease result False 2020-09-23 19:14:48.514+08:00 [9128:012] [Info] [RNKeyChainModule] Delete Password 2020-09-23 19:14:48.514+08:00 [9128:016] [Info] [RegularSkypeApplication] WaitForAllBackgroundTasksCompletionReturned. Remaining time: 0ms 2020-09-23 19:14:48.534+08:00 [9128:016] [Info] [RegularSkypeApplication] OnSuspendingImplAsync: Complete 2020-09-23 19:14:48.534+08:00 [9128:015] [Info] [RegularSkypeApplication] [OnSuspendingImplAsync] Task completed with status 'RanToCompletion' but caller no longer waiting 2020-09-23 19:14:48.654+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: TryGetReactContextAsync - execute/returning existing valid context 2020-09-23 19:14:48.654+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-09-23 19:14:48.654+08:00 [9128:013] [Info] [RNBackgroundExecutionModule] Beginning WaitForAllExtendedExecutionSessionsRelease. ids: [] 2020-09-23 19:14:48.654+08:00 [9128:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-09-23 19:14:48.654+08:00 [9128:013] [Info] [RNBackgroundExecutionModule] Ended WaitForAllExtendedExecutionSessionsRelease due to cancellation 2020-09-23 19:14:48.654+08:00 [9128:013] [Info] [BackgroundTaskManager] RNBackgroundExecution.waitForAllExtendedExecutionSessionsRelease result False 2020-09-23 19:14:48.654+08:00 [9128:002] [Info] [BackgroundTaskManager] OnBackgroundActivated c87eca4c-036c-4d6d-8a2b-e659b489d5de: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnectedRetry 2020-09-23 19:14:48.654+08:00 [9128:013] [Info] [RegularSkypeApplication] WaitForAllBackgroundTasksCompletionReturned. Remaining time: 0ms 2020-09-23 19:14:48.654+08:00 [9128:013] [Info] [RegularSkypeApplication] OnSuspendingImplAsync: Complete 2020-09-23 19:14:48.654+08:00 [9128:013] [Info] [RegularSkypeApplication] [OnSuspendingImplAsync] Task completed with status 'RanToCompletion' but caller no longer waiting 2020-09-23 19:14:49.307+08:00 [9128:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-23 19:14:49.976+08:00 [9128:015] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1600859689, for: 5000 milliseconds 2020-09-23 19:14:50.190+08:00 [9128:013] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-23 19:14:50.191+08:00 [9128:013] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-23 19:14:50.208+08:00 [9128:013] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-23 19:14:50.208+08:00 [9128:013] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-23 19:14:50.259+08:00 [9128:016] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-09-23 19:14:47.967+08:00 [9128:010] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
[OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd --- End of inner exception stack trace --- ---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-09-23 19:14:53.045+08:00 [9128:010] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-09-23 19:14:53.045+08:00 [9128:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-09-23 19:14:53.045+08:00 [9128:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-09-23 19:14:53.371+08:00 [9128:015] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-09-23 19:14:54.331+08:00 [9128:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-09-26 08:24:27.024+08:00 [11728:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-09-26 08:24:27.025+08:00 [11728:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-09-26 08:24:27.034+08:00 [11728:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-09-26 08:24:27.060+08:00 [11728:004] [Info] [RNWindowManagerModule] Initialize 2020-09-26 08:24:27.277+08:00 [11728:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-09-26 08:24:27.333+08:00 [11728:011] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-09-26 08:24:27.343+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-09-26 08:24:27.459+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-09-26 08:24:27.459+08:00 [11728:011] [Info] [CallKitManagerModule] OnResume (causeId: 6219df0e-338a-44ca-8938-40629c518c06) 2020-09-26 08:24:27.459+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-09-26 08:24:27.488+08:00 [11728:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 033a5351-4113-48f9-958c-7b070582b67d: BackgroundTaskStarted : HeadlessJSTask.OnMaintenanceWindowStart 2020-09-26 08:24:27.666+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-09-26 08:24:27.666+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-09-26 08:24:27.741+08:00 [11728:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-09-26 08:24:27.787+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-09-26 08:24:27.787+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-09-26 08:24:27.791+08:00 [11728:011] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-09-26 08:24:27.787+08:00 [11728:012] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-09-26 08:24:28.643+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnUserSessionConnected' 2020-09-26 08:24:28.646+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnUserSessionConnected'. Skipping registration 2020-09-26 08:24:28.646+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnDefaultMSAConnected' 2020-09-26 08:24:28.647+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnDefaultMSAConnected'. Skipping registration 2020-09-26 08:24:28.648+08:00 [11728:010] [Info] [RNKeyChainModule] Delete Password 2020-09-26 08:24:43.123+08:00 [11728:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-09-26 08:24:52.147+08:00 [11728:002] [Warn] [HeadlessJSTaskService] Task failed to complete. Either timeout happened or caller cancelled. Cancelling task. Name: OnMaintenanceWindowStart, Id:1 Timeout:20000ms 2020-09-26 08:26:24.519+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'BackgroundHeartbeatTelemetry' 2020-09-26 08:26:24.526+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.BackgroundHeartbeatTelemetry'. Skipping registration 2020-09-26 08:26:26.985+08:00 [11728:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1601079986, for: 5000 milliseconds 2020-09-26 08:26:28.105+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'OnMaintenanceWindowStart' 2020-09-26 08:26:28.127+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.OnMaintenanceWindowStart'. Skipping registration 2020-09-26 08:26:28.475+08:00 [11728:004] [Info] [RNBackgroundExecutionModule] release(BackgroundSignIn), wakelock id: 1, at: 1601079988, is known: True 2020-09-26 08:26:28.475+08:00 [11728:004] [Info] [RNBackgroundExecutionModule] releaseAll(BackgroundSignIn), forcing release: 0, ids: [], at: 1601079988, because last ID or Wakeful Service is being released 2020-09-26 08:26:54.461+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'ToastActivation' 2020-09-26 08:26:54.505+08:00 [11728:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.ToastActivation'. Skipping registration 2020-09-26 08:26:59.142+08:00 [11728:002] [Info] [BackgroundTaskManager] OnBackgroundActivated: ExecuteHeadlessJsTaskAsync returned type: '' 2020-09-26 08:26:59.142+08:00 [11728:002] [Info] [RegularSkypeApplication] EnsureReactNativeHostStarted: host already started 2020-09-26 08:26:59.694+08:00 [11728:002] [Info] [RegularSkypeApplication] GetReactContext: Creating ReactNative context (if not yet) 2020-09-26 08:26:59.694+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - entry 2020-09-26 08:26:59.695+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-09-26 08:26:59.695+08:00 [11728:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-09-26 08:27:00.973+08:00 [11728:008] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-09-26 08:27:01.316+08:00 [11728:008] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-09-26 08:27:01.706+08:00 [11728:008] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-09-26 08:27:01.706+08:00 [11728:008] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-09-26 08:24:27.820+08:00 [11728:011] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
[OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c 2020-09-29 11:35:54.707+08:00 [11416:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-01 15:11:30.123+08:00 [6628:005] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-01 15:11:30.123+08:00 [6628:005] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-01 15:11:30.170+08:00 [6628:005] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-01 15:11:30.216+08:00 [6628:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-01 15:11:30.216+08:00 [6628:009] [Info] [RNWindowManagerModule] Initialize 2020-10-01 15:11:30.239+08:00 [6628:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-01 15:11:30.239+08:00 [6628:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-01 15:11:30.254+08:00 [6628:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-01 15:11:30.254+08:00 [6628:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-01 15:11:30.254+08:00 [6628:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 15975bc3-b017-4a5a-8955-5e0bc6e1b1fc: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-01 15:11:30.301+08:00 [6628:005] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-01 15:11:30.301+08:00 [6628:005] [Info] [CallKitManagerModule] OnResume (causeId: 97919ffc-0e6e-4a08-80a2-4d529d634991) 2020-10-01 15:11:30.401+08:00 [6628:005] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1601536290, for: 5000 milliseconds 2020-10-01 15:11:30.439+08:00 [6628:008] [Info] [RNKeyChainModule] Delete Password 2020-10-01 15:11:30.502+08:00 [6628:008] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-01 15:11:30.657+08:00 [6628:008] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-01 15:11:30.665+08:00 [6628:008] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-01 15:11:30.665+08:00 [6628:008] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-01 15:11:30.675+08:00 [6628:008] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-01 15:11:30.697+08:00 [6628:008] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-01 15:11:32.001+08:00 [6628:008] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-01 15:11:32.001+08:00 [6628:008] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-01 15:11:32.001+08:00 [6628:008] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-01 15:11:32.001+08:00 [6628:008] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-01 15:11:32.070+08:00 [6628:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-01 15:11:32.572+08:00 [6628:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-03 09:12:05.296+08:00 [9200:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-03 09:12:05.318+08:00 [9200:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-03 09:12:05.419+08:00 [9200:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-03 09:12:05.419+08:00 [9200:010] [Info] [RNWindowManagerModule] Initialize 2020-10-03 09:12:05.465+08:00 [9200:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-03 09:12:05.920+08:00 [9200:008] [Info] [RegularSkypeApplication] BackgroundTaskCancelled reason : ExecutionTimeExceeded 2020-10-03 09:12:05.920+08:00 [9200:010] [Info] [RegularSkypeApplication] OnBackgroundActivated completing deferral 2020-10-03 09:12:05.982+08:00 [9200:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-03 09:12:05.982+08:00 [9200:013] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-03 09:12:06.004+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-03 09:12:06.136+08:00 [9200:013] [Info] [RegularSkypeApplication] BackgroundTaskCancelled reason : ExecutionTimeExceeded 2020-10-03 09:12:06.183+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-03 09:12:06.183+08:00 [9200:013] [Info] [CallKitManagerModule] OnResume (causeId: d3d6242d-2b07-433c-9e28-37b50b8a9b84) 2020-10-03 09:12:06.183+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-03 09:12:06.183+08:00 [9200:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 67c1ced0-730f-45e6-8730-164596d1aeca: BackgroundTaskStarted : HeadlessJSTask.OnMaintenanceWindowStart 2020-10-03 09:12:06.220+08:00 [9200:013] [Info] [RNKeyChainModule] Delete Password 2020-10-03 09:12:06.352+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-10-03 09:12:06.352+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-10-03 09:12:06.352+08:00 [9200:004] [Info] [RegularSkypeApplication] OnBackgroundActivated completing deferral 2020-10-03 09:12:06.652+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-10-03 09:12:06.652+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-10-03 09:12:06.652+08:00 [9200:002] [Info] [BackgroundTaskManager] OnBackgroundActivated af9856a5-2fa7-421b-ada8-74a2dd24f6a2: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnectedRetry 2020-10-03 09:12:06.652+08:00 [9200:015] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-10-03 09:12:06.737+08:00 [9200:002] [Warn] [HeadlessJSTaskService] Task failed to complete. Either timeout happened or caller cancelled. Cancelling task. Name: SignInOnUserSessionConnectedRetry, Id:2 Timeout:20000ms 2020-10-03 09:12:07.408+08:00 [9200:013] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-03 09:12:07.940+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnUserSessionConnected' 2020-10-03 09:12:08.009+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnUserSessionConnected'. Skipping registration 2020-10-03 09:12:08.009+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnDefaultMSAConnected' 2020-10-03 09:12:08.009+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnDefaultMSAConnected'. Skipping registration 2020-10-03 09:12:08.735+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'BackgroundHeartbeatTelemetry' 2020-10-03 09:12:08.735+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.BackgroundHeartbeatTelemetry'. Skipping registration 2020-10-03 09:12:08.886+08:00 [9200:013] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1601687528, for: 5000 milliseconds 2020-10-03 09:12:09.002+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] reregisterTriggers called. taskName'SignInOnUserSessionConnectedRetry' 2020-10-03 09:12:09.002+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] unregisterTriggers called. taskName'SignInOnUserSessionConnectedRetry' 2020-10-03 09:12:09.002+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] Unregistring taskId:'4f1aa08f-295b-47c2-beb4-7ef1ff554b76' 2020-10-03 09:12:09.040+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnUserSessionConnectedRetry' 2020-10-03 09:12:09.356+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] Adding trigger for triggerType:'OnTimerElapsed' 2020-10-03 09:12:09.573+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] registerTriggers succeeded. taskName:'HeadlessJSTask.SignInOnUserSessionConnectedRetry', Id:'0e982c9e-6b5b- 40e4-a8b4-3a0079aae555' 2020-10-03 09:12:09.657+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'OnMaintenanceWindowStart' 2020-10-03 09:12:09.657+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.OnMaintenanceWindowStart'. Skipping registration 2020-10-03 09:12:09.688+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'ToastActivation' 2020-10-03 09:12:09.688+08:00 [9200:013] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.ToastActivation'. Skipping registration 2020-10-03 09:12:09.688+08:00 [9200:002] [Info] [BackgroundTaskManager] OnBackgroundActivated: ExecuteHeadlessJsTaskAsync returned type: '' 2020-10-03 09:12:09.688+08:00 [9200:002] [Info] [RegularSkypeApplication] EnsureReactNativeHostStarted: host already started 2020-10-03 09:12:09.688+08:00 [9200:002] [Info] [RegularSkypeApplication] GetReactContext: Creating ReactNative context (if not yet) 2020-10-03 09:12:09.688+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - entry 2020-10-03 09:12:09.688+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-10-03 09:12:09.688+08:00 [9200:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-10-03 09:12:09.742+08:00 [9200:010] [Info] [RNBackgroundExecutionModule] Beginning WaitForAllExtendedExecutionSessionsRelease. ids: ["[1, [BackgroundSignIn, acquireTime:03/10/2020 1:12:08 AM +00:00]]"] 2020-10-03 09:12:09.726+08:00 [9200:013] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-03 09:12:09.757+08:00 [9200:013] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-03 09:12:09.842+08:00 [9200:013] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-03 09:12:09.842+08:00 [9200:013] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-03 09:12:09.904+08:00 [9200:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-03 09:12:10.005+08:00 [9200:010] [Info] [RNBackgroundExecutionModule] Ended WaitForAllExtendedExecutionSessionsRelease due to cancellation 2020-10-03 09:12:10.005+08:00 [9200:002] [Info] [BackgroundTaskManager] RNBackgroundExecution.waitForAllExtendedExecutionSessionsRelease result False 2020-10-03 09:12:10.005+08:00 [9200:010] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'RanToCompletion' but caller no longer waiting 2020-10-03 09:12:06.753+08:00 [9200:015] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-10-07 17:21:12.426+08:00 [10028:017] [Info] [DeviceUtilities] App is
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-10-08 15:16:27.151+08:00 [7916:012] [Info] [DeviceUtilities] App is suspending
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-09 17:46:43.784+08:00 [1156:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-09 17:46:43.784+08:00 [1156:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-09 17:46:43.862+08:00 [1156:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-09 17:46:43.924+08:00 [1156:005] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-09 17:46:43.924+08:00 [1156:005] [Info] [RNWindowManagerModule] Initialize 2020-10-09 17:46:43.994+08:00 [1156:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-09 17:46:43.994+08:00 [1156:011] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-09 17:46:43.994+08:00 [1156:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-09 17:46:44.008+08:00 [1156:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-09 17:46:44.008+08:00 [1156:011] [Info] [CallKitManagerModule] OnResume (causeId: 12e21b94-16be-448c-a6de-103b3c7775c3) 2020-10-09 17:46:44.008+08:00 [1156:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-09 17:46:44.008+08:00 [1156:002] [Info] [BackgroundTaskManager] OnBackgroundActivated c3a92523-6590-43aa-9eae-6ea7a4813e74: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-09 17:46:44.144+08:00 [1156:012] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1602236804, for: 5000 milliseconds 2020-10-09 17:46:44.154+08:00 [1156:005] [Info] [RNKeyChainModule] Delete Password 2020-10-09 17:46:44.244+08:00 [1156:005] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-09 17:46:44.424+08:00 [1156:005] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-09 17:46:44.424+08:00 [1156:005] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-09 17:46:44.424+08:00 [1156:005] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-09 17:46:44.424+08:00 [1156:005] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-09 17:46:44.454+08:00 [1156:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-09 17:46:47.864+08:00 [1156:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-09 17:46:47.864+08:00 [1156:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-09 17:46:47.864+08:00 [1156:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-09 17:46:47.864+08:00 [1156:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-09 17:46:48.328+08:00 [1156:005] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-09 17:46:49.854+08:00 [1156:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-10 12:00:03.686+08:00 [2588:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-10 12:00:03.686+08:00 [2588:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-10 12:00:03.780+08:00 [2588:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-10 12:00:03.811+08:00 [2588:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-10 12:00:03.811+08:00 [2588:004] [Info] [RNWindowManagerModule] Initialize 2020-10-10 12:00:03.858+08:00 [2588:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-10 12:00:03.858+08:00 [2588:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-10 12:00:03.889+08:00 [2588:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-10 12:00:03.889+08:00 [2588:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-10 12:00:03.889+08:00 [2588:002] [Info] [BackgroundTaskManager] OnBackgroundActivated b0ca30d2-e882-4b61-b17b-ac65ad2c58f9: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-10 12:00:03.889+08:00 [2588:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-10 12:00:03.889+08:00 [2588:004] [Info] [CallKitManagerModule] OnResume (causeId: bd0bb83c-303e-4ca4-9a82-af3b3841a1a0) 2020-10-10 12:00:04.123+08:00 [2588:007] [Info] [RNKeyChainModule] Delete Password 2020-10-10 12:00:04.186+08:00 [2588:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-10 12:00:04.420+08:00 [2588:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1602302404, for: 5000 milliseconds 2020-10-10 12:00:04.467+08:00 [2588:007] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-10 12:00:04.467+08:00 [2588:007] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-10 12:00:04.467+08:00 [2588:007] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-10 12:00:04.467+08:00 [2588:007] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-10 12:00:04.483+08:00 [2588:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-10 12:00:06.498+08:00 [2588:004] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-10 12:00:06.498+08:00 [2588:004] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-10 12:00:06.498+08:00 [2588:004] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-10 12:00:06.498+08:00 [2588:004] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-10 12:00:06.560+08:00 [2588:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-10 12:00:06.810+08:00 [2588:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-10-11 08:56:00.115+08:00 [2516:004] [Info] [DeviceUtilities] App is suspending
CallTrackerTwoProcess constructed 2020-10-11 21:31:22.881+08:00 [13420:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-11 21:31:22.881+08:00 [13420:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-11 21:31:22.962+08:00 [13420:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-11 21:31:23.024+08:00 [13420:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-11 21:31:23.024+08:00 [13420:004] [Info] [RNWindowManagerModule] Initialize 2020-10-11 21:31:23.050+08:00 [13420:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-11 21:31:23.050+08:00 [13420:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-11 21:31:23.067+08:00 [13420:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-11 21:31:23.067+08:00 [13420:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-11 21:31:23.067+08:00 [13420:002] [Info] [BackgroundTaskManager] OnBackgroundActivated b06ed5aa-90cf-42b9-9270-c7f99b748031: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-11 21:31:23.137+08:00 [13420:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-11 21:31:23.137+08:00 [13420:010] [Info] [CallKitManagerModule] OnResume (causeId: 313e0c92-a854-456c-bec8-daf70108ded5) 2020-10-11 21:31:23.180+08:00 [13420:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1602423083, for: 5000 milliseconds 2020-10-11 21:31:23.214+08:00 [13420:004] [Info] [RNKeyChainModule] Delete Password 2020-10-11 21:31:23.297+08:00 [13420:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-11 21:31:23.603+08:00 [13420:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-11 21:31:23.604+08:00 [13420:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-11 21:31:23.604+08:00 [13420:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-11 21:31:23.604+08:00 [13420:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-11 21:31:23.660+08:00 [13420:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-11 21:31:26.136+08:00 [13420:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-11 21:31:26.136+08:00 [13420:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-11 21:31:26.136+08:00 [13420:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-11 21:31:26.136+08:00 [13420:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-11 21:31:26.222+08:00 [13420:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-11 21:31:26.479+08:00 [13420:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-14 13:54:43.416+08:00 [12832:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-14 13:54:43.438+08:00 [12832:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-14 13:54:43.566+08:00 [12832:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-14 13:54:43.602+08:00 [12832:008] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-14 13:54:43.602+08:00 [12832:008] [Info] [RNWindowManagerModule] Initialize 2020-10-14 13:54:45.824+08:00 [12832:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-14 13:54:45.824+08:00 [12832:011] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-14 13:54:45.833+08:00 [12832:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-14 13:54:45.874+08:00 [12832:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-14 13:54:45.874+08:00 [12832:004] [Info] [CallKitManagerModule] OnResume (causeId: b17834b8-2b5a-4418-90cf-2da529b008cd) 2020-10-14 13:54:45.874+08:00 [12832:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-14 13:54:45.874+08:00 [12832:002] [Info] [BackgroundTaskManager] OnBackgroundActivated aec67277-be47-4be6-9072-f3b2a58740ea: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-14 13:54:45.987+08:00 [12832:004] [Info] [RNKeyChainModule] Delete Password 2020-10-14 13:54:46.354+08:00 [12832:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-14 13:54:46.769+08:00 [12832:004] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1602654886, for: 5000 milliseconds 2020-10-14 13:54:47.345+08:00 [12832:011] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-14 13:54:47.349+08:00 [12832:011] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-14 13:54:47.349+08:00 [12832:011] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-14 13:54:47.349+08:00 [12832:011] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-14 13:54:47.448+08:00 [12832:008] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-14 13:54:49.415+08:00 [12832:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-14 13:54:49.415+08:00 [12832:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-14 13:54:49.415+08:00 [12832:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-14 13:54:49.424+08:00 [12832:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-14 13:54:50.055+08:00 [12832:008] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-14 13:54:50.639+08:00 [12832:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-10-17 09:13:23.135+08:00 [7692:015] [Info] [DeviceUtilities] App is suspending
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-18 21:16:05.014+08:00 [14808:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-18 21:16:05.014+08:00 [14808:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-18 21:16:05.124+08:00 [14808:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-18 21:16:05.159+08:00 [14808:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-18 21:16:05.159+08:00 [14808:009] [Info] [RNWindowManagerModule] Initialize 2020-10-18 21:16:05.177+08:00 [14808:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-18 21:16:05.177+08:00 [14808:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-18 21:16:05.209+08:00 [14808:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-18 21:16:05.209+08:00 [14808:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-18 21:16:05.209+08:00 [14808:002] [Info] [BackgroundTaskManager] OnBackgroundActivated c0b33758-af88-492e-9a49-c0358fbee698: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-18 21:16:05.276+08:00 [14808:012] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-18 21:16:05.276+08:00 [14808:012] [Info] [CallKitManagerModule] OnResume (causeId: 43e91292-7077-4a77-9565-5effbfb4c33e) 2020-10-18 21:16:05.396+08:00 [14808:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603026965, for: 5000 milliseconds 2020-10-18 21:16:05.396+08:00 [14808:009] [Info] [RNKeyChainModule] Delete Password 2020-10-18 21:16:05.516+08:00 [14808:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-18 21:16:05.778+08:00 [14808:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-18 21:16:05.779+08:00 [14808:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-18 21:16:05.779+08:00 [14808:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-18 21:16:05.779+08:00 [14808:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-18 21:16:05.837+08:00 [14808:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-18 21:16:06.451+08:00 [14808:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-10-18 21:16:06.451+08:00 [14808:010] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-10-18 21:16:06.451+08:00 [14808:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-10-18 21:16:06.451+08:00 [14808:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-18 21:16:06.551+08:00 [14808:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-18 21:16:06.849+08:00 [14808:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-21 14:30:43.000+08:00 [2992:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-21 14:30:43.000+08:00 [2992:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-21 14:30:43.029+08:00 [2992:014] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-21 14:30:43.029+08:00 [2992:014] [Info] [RNWindowManagerModule] Initialize 2020-10-21 14:30:43.204+08:00 [2992:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-21 14:30:43.428+08:00 [2992:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-21 14:30:43.431+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-21 14:30:43.504+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-21 14:30:43.504+08:00 [2992:004] [Info] [CallKitManagerModule] OnResume (causeId: 157b3183-0966-4fe7-be12-8e366799b480) 2020-10-21 14:30:43.504+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-21 14:30:43.899+08:00 [2992:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-21 14:30:43.962+08:00 [2992:015] [Info] [RNKeyChainModule] Delete Password 2020-10-21 14:30:44.096+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-10-21 14:30:44.096+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-10-21 14:30:44.096+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: TryGetReactContextAsync - execute/returning existing valid context 2020-10-21 14:30:44.100+08:00 [2992:002] [Info] [Lifecycle] OnSuspendingImplAsync: Start 2020-10-21 14:30:44.100+08:00 [2992:002] [Info] [RegularSkypeApplication] PauseReactNativeHost: pausing host 2020-10-21 14:30:44.080+08:00 [2992:014] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-10-21 14:30:44.096+08:00 [2992:004] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-10-21 14:30:44.162+08:00 [2992:002] [Info] [RegularSkypeApplication] PauseReactNativeHost: host paused 2020-10-21 14:30:44.162+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: TryGetReactContextAsync - entry 2020-10-21 14:30:44.162+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: TryGetReactContextAsync - execute/returning existing valid context 2020-10-21 14:30:44.162+08:00 [2992:013] [Info] [CallKitManagerModule] OnSuspend (causeId: e7e8600c-7e4c-405a-b473-a69358eb3e51) 2020-10-21 14:30:44.246+08:00 [2992:012] [Info] [RNBackgroundExecutionModule] Beginning WaitForAllExtendedExecutionSessionsRelease. ids: [] 2020-10-21 14:30:44.246+08:00 [2992:013] [Info] [RNBackgroundExecutionModule] Beginning WaitForAllExtendedExecutionSessionsRelease. ids: [] 2020-10-21 14:30:44.380+08:00 [2992:002] [Info] [BackgroundTaskManager] RNBackgroundExecution.waitForAllExtendedExecutionSessionsRelease result True 2020-10-21 14:30:44.380+08:00 [2992:013] [Info] [RegularSkypeApplication] WaitForAllBackgroundTasksCompletionReturned. Remaining time: 3674.4258ms 2020-10-21 14:30:44.380+08:00 [2992:013] [Info] [RegularSkypeApplication] OnSuspendingImplAsync: Complete 2020-10-21 14:30:44.380+08:00 [2992:012] [Info] [RNBackgroundExecutionModule] Ended WaitForAllExtendedExecutionSessionsRelease due to cancellation 2020-10-21 14:30:44.380+08:00 [2992:012] [Info] [BackgroundTaskManager] RNBackgroundExecution.waitForAllExtendedExecutionSessionsRelease result False 2020-10-21 14:30:44.380+08:00 [2992:012] [Info] [RegularSkypeApplication] WaitForAllBackgroundTasksCompletionReturned. Remaining time: 0ms 2020-10-21 14:30:44.380+08:00 [2992:012] [Info] [RegularSkypeApplication] OnSuspendingImplAsync: Complete 2020-10-21 14:30:44.380+08:00 [2992:013] [Info] [RegularSkypeApplication] [OnSuspendingImplAsync] Task completed with status 'RanToCompletion' but caller no longer waiting 2020-10-21 15:43:04.738+08:00 [2992:002] [Info] [Lifecycle] OnResuming: Start 2020-10-21 15:43:04.738+08:00 [2992:002] [Info] [RegularSkypeApplication] EnsureReactNativeHostStarted: starting host 2020-10-21 15:43:04.738+08:00 [2992:002] [Info] [RegularSkypeApplication] EnsureReactNativeHostStarted: host started 2020-10-21 15:43:04.738+08:00 [2992:002] [Info] [Lifecycle] OnResuming: Complete 2020-10-21 15:43:04.738+08:00 [2992:018] [Info] [CallKitManagerModule] OnResume (causeId: efcac8f2-2a10-46a5-94f2-c028cb6c1fab) 2020-10-21 15:43:09.258+08:00 [2992:015] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-21 15:43:10.608+08:00 [2992:002] [Info] [RegularSkypeApplication] OnBackgroundActivated 04fde55d-00d8-4224-8f1e-eca23f54e088 2020-10-21 15:43:11.358+08:00 [2992:002] [Info] [ExternalApi] Notifications enabled 2020-10-21 15:43:12.071+08:00 [2992:002] [Info] [RegularSkypeApplication] EnsureReactNativeHostStarted: host already started 2020-10-21 15:43:12.071+08:00 [2992:002] [Info] [RegularSkypeApplication] GetReactContext: Creating ReactNative context (if not yet) 2020-10-21 15:43:12.071+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - entry 2020-10-21 15:43:12.128+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-10-21 15:43:12.128+08:00 [2992:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-10-21 15:43:12.128+08:00 [2992:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 04fde55d-00d8-4224-8f1e-eca23f54e088: BackgroundTaskStarted : HeadlessJSTask.OnMaintenanceWindowStart 2020-10-21 15:43:12.768+08:00 [2992:015] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-21 15:43:12.878+08:00 [2992:015] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-21 15:43:13.068+08:00 [2992:015] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-21 15:43:13.068+08:00 [2992:015] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-21 15:43:13.208+08:00 [2992:015] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-21 15:43:14.339+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnUserSessionConnected' 2020-10-21 15:43:14.482+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnUserSessionConnected'. Skipping registration 2020-10-21 15:43:14.482+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnDefaultMSAConnected' 2020-10-21 15:43:14.482+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnDefaultMSAConnected'. Skipping registration 2020-10-21 15:43:16.328+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'BackgroundHeartbeatTelemetry' 2020-10-21 15:43:16.338+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.BackgroundHeartbeatTelemetry'. Skipping registration 2020-10-21 15:43:16.378+08:00 [2992:015] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603266196, for: 5000 milliseconds 2020-10-21 15:43:16.402+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'OnMaintenanceWindowStart' 2020-10-21 15:43:16.402+08:00 [2992:015] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.OnMaintenanceWindowStart'. Skipping registration 2020-10-21 15:43:16.408+08:00 [2992:011] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'ToastActivation' 2020-10-21 15:43:16.408+08:00 [2992:011] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.ToastActivation'. Skipping registration 2020-10-21 14:30:44.180+08:00 [2992:014] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <--- 2020-10-21 14:30:44.180+08:00 [2992:004] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-21 15:43:18.898+08:00 [2992:018] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-21 15:43:18.898+08:00 [2992:018] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-21 15:43:18.898+08:00 [2992:018] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-21 15:43:19.109+08:00 [2992:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-21 15:43:19.477+08:00 [2992:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-21 17:30:25.003+08:00 [3176:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-21 17:30:25.019+08:00 [3176:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-21 17:30:25.082+08:00 [3176:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-21 17:30:25.141+08:00 [3176:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-21 17:30:25.141+08:00 [3176:004] [Info] [RNWindowManagerModule] Initialize 2020-10-21 17:30:25.293+08:00 [3176:006] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-21 17:30:25.330+08:00 [3176:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-21 17:30:25.423+08:00 [3176:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-21 17:30:25.423+08:00 [3176:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-21 17:30:25.423+08:00 [3176:006] [Info] [CallKitManagerModule] OnResume (causeId: 8307a4e1-9cd9-4724-874c-b639d3f94124) 2020-10-21 17:30:25.423+08:00 [3176:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-21 17:30:25.423+08:00 [3176:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 0d896c6c-0c49-4836-af09-ecaf0af768f1: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-21 17:30:25.623+08:00 [3176:009] [Info] [RNKeyChainModule] Delete Password 2020-10-21 17:30:25.911+08:00 [3176:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-21 17:30:26.236+08:00 [3176:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603272626, for: 5000 milliseconds 2020-10-21 17:30:26.306+08:00 [3176:006] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-21 17:30:26.306+08:00 [3176:006] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-21 17:30:26.325+08:00 [3176:006] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-21 17:30:26.325+08:00 [3176:006] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-21 17:30:26.379+08:00 [3176:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-21 17:30:44.276+08:00 [3176:006] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-10-21 17:30:44.276+08:00 [3176:006] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-10-21 17:30:44.276+08:00 [3176:006] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-10-21 17:30:48.890+08:00 [3176:002] [Warn] [HeadlessJSTaskService] Task failed to complete. Either timeout happened or caller cancelled. Cancelling task. Name: SignInOnUserSessionConnected, Id:1 Timeout:20000ms 2020-10-21 17:30:51.939+08:00 [3176:006] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-21 17:31:13.524+08:00 [3176:006] [Info] [RNBackgroundExecutionModule] release(BackgroundSignIn), wakelock id: 1, at: 1603272673, is known: True 2020-10-21 17:31:13.524+08:00 [3176:006] [Info] [RNBackgroundExecutionModule] releaseAll(BackgroundSignIn), forcing release: 0, ids: [], at: 1603272673, because last ID or Wakeful Service is being released 2020-10-21 17:31:13.799+08:00 [3176:006] [Info] [HeadlessTaskRegistrar] reregisterTriggers called. taskName'SignInOnUserSessionConnectedRetry' 2020-10-21 17:31:13.823+08:00 [3176:006] [Info] [HeadlessTaskRegistrar] unregisterTriggers called. taskName'SignInOnUserSessionConnectedRetry' 2020-10-21 17:31:13.823+08:00 [3176:006] [Info] [HeadlessTaskRegistrar] Unregistring taskId:'bae3c5af-9283-43f8-ab98-ce63d5cf7b66' 2020-10-21 17:31:13.941+08:00 [3176:006] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnUserSessionConnectedRetry' 2020-10-21 17:31:14.030+08:00 [3176:006] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-21 17:31:15.788+08:00 [3176:006] [Info] [HeadlessTaskRegistrar] Adding trigger for triggerType:'OnTimerElapsed' 2020-10-21 17:31:15.899+08:00 [3176:006] [Info] [HeadlessTaskRegistrar] registerTriggers succeeded. taskName:'HeadlessJSTask.SignInOnUserSessionConnectedRetry', Id:'52d447ff-e93f- 4598-a0e3-618361231195' 2020-10-21 17:31:14.748+08:00 [3176:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-22 15:17:06.014+08:00 [9492:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-22 15:17:06.014+08:00 [9492:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-22 15:17:06.098+08:00 [9492:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-22 15:17:06.176+08:00 [9492:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-22 15:17:06.176+08:00 [9492:009] [Info] [RNWindowManagerModule] Initialize 2020-10-22 15:17:06.277+08:00 [9492:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-22 15:17:06.292+08:00 [9492:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-22 15:17:06.292+08:00 [9492:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-22 15:17:06.314+08:00 [9492:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-22 15:17:06.314+08:00 [9492:010] [Info] [CallKitManagerModule] OnResume (causeId: 17316404-acbd-4d3e-a909-8bc0d763c0d5) 2020-10-22 15:17:06.314+08:00 [9492:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-22 15:17:06.314+08:00 [9492:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 30da5601-df03-4b67-9d6c-09eaae213d7a: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-22 15:17:06.376+08:00 [9492:012] [Info] [RNKeyChainModule] Delete Password 2020-10-22 15:17:06.461+08:00 [9492:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-22 15:17:06.630+08:00 [9492:012] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603351026, for: 5000 milliseconds 2020-10-22 15:17:06.646+08:00 [9492:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-22 15:17:06.646+08:00 [9492:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-22 15:17:06.646+08:00 [9492:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-22 15:17:06.662+08:00 [9492:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-22 15:17:06.677+08:00 [9492:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-22 15:17:07.764+08:00 [9492:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-22 15:17:07.764+08:00 [9492:010] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-22 15:17:07.764+08:00 [9492:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-22 15:17:07.764+08:00 [9492:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-22 15:17:07.864+08:00 [9492:012] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-22 15:17:08.002+08:00 [9492:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-22 19:10:22.774+08:00 [5336:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-22 19:10:22.774+08:00 [5336:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-22 19:10:22.862+08:00 [5336:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-22 19:10:22.896+08:00 [5336:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-22 19:10:22.896+08:00 [5336:007] [Info] [RNWindowManagerModule] Initialize 2020-10-22 19:10:22.930+08:00 [5336:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-22 19:10:22.930+08:00 [5336:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-22 19:10:22.955+08:00 [5336:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-22 19:10:22.955+08:00 [5336:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-22 19:10:22.955+08:00 [5336:002] [Info] [BackgroundTaskManager] OnBackgroundActivated e462caf3-6178-4d4d-ad09-73a3b4bbf3a6: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-22 19:10:23.023+08:00 [5336:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-22 19:10:23.023+08:00 [5336:007] [Info] [CallKitManagerModule] OnResume (causeId: 36fe0b94-0f01-49f7-a6d7-daa2604a0b0c) 2020-10-22 19:10:23.112+08:00 [5336:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603365023, for: 5000 milliseconds 2020-10-22 19:10:23.112+08:00 [5336:010] [Info] [RNKeyChainModule] Delete Password 2020-10-22 19:10:23.205+08:00 [5336:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-22 19:10:23.488+08:00 [5336:007] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-22 19:10:23.488+08:00 [5336:007] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-22 19:10:23.488+08:00 [5336:007] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-22 19:10:23.503+08:00 [5336:007] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-22 19:10:23.555+08:00 [5336:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-22 19:10:24.009+08:00 [5336:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-10-22 19:10:24.009+08:00 [5336:010] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-10-22 19:10:24.009+08:00 [5336:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-10-22 19:10:24.009+08:00 [5336:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-22 19:10:24.074+08:00 [5336:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-22 19:10:24.190+08:00 [5336:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-10-23 08:16:00.712+08:00 [8448:004] [Info] [DeviceUtilities] App is suspending
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-24 16:18:34.211+08:00 [3332:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-24 16:18:34.211+08:00 [3332:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-24 16:18:34.251+08:00 [3332:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-24 16:18:34.290+08:00 [3332:005] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-24 16:18:34.295+08:00 [3332:005] [Info] [RNWindowManagerModule] Initialize 2020-10-24 16:18:34.317+08:00 [3332:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-24 16:18:34.317+08:00 [3332:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-24 16:18:34.345+08:00 [3332:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-24 16:18:34.345+08:00 [3332:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-24 16:18:34.345+08:00 [3332:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 5a8b8bcc-6bef-47fa-9901-aef19651512a: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-24 16:18:34.459+08:00 [3332:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-24 16:18:34.459+08:00 [3332:008] [Info] [CallKitManagerModule] OnResume (causeId: a7c14fd1-68fc-4212-b779-68bed08f1f59) 2020-10-24 16:18:34.746+08:00 [3332:005] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603527514, for: 5000 milliseconds 2020-10-24 16:18:34.784+08:00 [3332:005] [Info] [RNKeyChainModule] Delete Password 2020-10-24 16:18:35.209+08:00 [3332:005] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-24 16:18:35.590+08:00 [3332:005] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-24 16:18:35.590+08:00 [3332:005] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-24 16:18:35.590+08:00 [3332:005] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-24 16:18:35.610+08:00 [3332:005] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-24 16:18:35.654+08:00 [3332:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-24 16:18:37.810+08:00 [3332:005] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-24 16:18:37.810+08:00 [3332:005] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-24 16:18:37.810+08:00 [3332:005] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-24 16:18:37.810+08:00 [3332:005] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-24 16:18:37.945+08:00 [3332:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-24 16:18:38.422+08:00 [3332:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-25 09:01:53.855+08:00 [4432:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-25 09:01:53.855+08:00 [4432:009] [Info] [RNWindowManagerModule] Initialize 2020-10-25 09:01:53.869+08:00 [4432:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-25 09:01:53.900+08:00 [4432:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-25 09:01:54.068+08:00 [4432:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-25 09:01:54.157+08:00 [4432:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-25 09:01:54.159+08:00 [4432:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-25 09:01:54.204+08:00 [4432:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-25 09:01:54.204+08:00 [4432:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-25 09:01:54.212+08:00 [4432:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 9e3aecd1-f2a1-4dd6-a43b-39cb0928df1a: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-25 09:01:54.245+08:00 [4432:010] [Info] [RNKeyChainModule] Delete Password 2020-10-25 09:01:54.263+08:00 [4432:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-25 09:01:54.263+08:00 [4432:004] [Info] [CallKitManagerModule] OnResume (causeId: fa65e4e1-4a3e-49d2-b8af-a804df3543c2) 2020-10-25 09:01:54.392+08:00 [4432:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-25 09:01:54.619+08:00 [4432:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603587714, for: 5000 milliseconds 2020-10-25 09:01:54.661+08:00 [4432:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-25 09:01:54.666+08:00 [4432:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-25 09:01:54.666+08:00 [4432:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-25 09:01:54.666+08:00 [4432:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-25 09:01:54.694+08:00 [4432:007] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-25 09:01:55.939+08:00 [4432:007] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-25 09:01:55.939+08:00 [4432:007] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-25 09:01:55.939+08:00 [4432:007] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-25 09:01:55.939+08:00 [4432:007] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-25 09:01:56.016+08:00 [4432:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-25 09:01:56.389+08:00 [4432:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-25 13:47:21.577+08:00 [5672:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-25 13:47:21.577+08:00 [5672:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-25 13:47:21.661+08:00 [5672:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-25 13:47:21.711+08:00 [5672:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-25 13:47:21.711+08:00 [5672:007] [Info] [RNWindowManagerModule] Initialize 2020-10-25 13:47:21.753+08:00 [5672:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-25 13:47:21.753+08:00 [5672:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-25 13:47:21.753+08:00 [5672:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-25 13:47:21.782+08:00 [5672:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-25 13:47:21.782+08:00 [5672:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-25 13:47:21.782+08:00 [5672:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 72c88dcc-2943-4463-836d-486bf8ceaf00: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-25 13:47:21.782+08:00 [5672:010] [Info] [CallKitManagerModule] OnResume (causeId: 0c41653c-827e-480b-915a-c9d783faa5f7) 2020-10-25 13:47:21.943+08:00 [5672:012] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603604841, for: 5000 milliseconds 2020-10-25 13:47:21.943+08:00 [5672:012] [Info] [RNKeyChainModule] Delete Password 2020-10-25 13:47:22.000+08:00 [5672:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-25 13:47:22.320+08:00 [5672:011] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-25 13:47:22.321+08:00 [5672:011] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-25 13:47:22.321+08:00 [5672:011] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-25 13:47:22.330+08:00 [5672:011] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-25 13:47:22.371+08:00 [5672:007] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-25 13:47:23.414+08:00 [5672:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-25 13:47:23.414+08:00 [5672:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-25 13:47:23.414+08:00 [5672:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-25 13:47:23.414+08:00 [5672:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-25 13:47:23.725+08:00 [5672:007] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-25 13:47:23.921+08:00 [5672:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-25 18:04:43.942+08:00 [5568:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-25 18:04:43.942+08:00 [5568:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-25 18:04:44.060+08:00 [5568:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-25 18:04:44.093+08:00 [5568:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-25 18:04:44.093+08:00 [5568:004] [Info] [RNWindowManagerModule] Initialize 2020-10-25 18:04:44.110+08:00 [5568:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-25 18:04:44.110+08:00 [5568:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-25 18:04:44.145+08:00 [5568:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-25 18:04:44.145+08:00 [5568:004] [Info] [CallKitManagerModule] OnResume (causeId: 4edaeb70-eeca-45b0-a81a-2eb7b66e86b7) 2020-10-25 18:04:44.145+08:00 [5568:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-25 18:04:44.145+08:00 [5568:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 17b2ef3a-ec4c-489a-b0d3-b4fe004bdafb: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-25 18:04:44.200+08:00 [5568:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-25 18:04:44.306+08:00 [5568:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603620284, for: 5000 milliseconds 2020-10-25 18:04:44.306+08:00 [5568:009] [Info] [RNKeyChainModule] Delete Password 2020-10-25 18:04:44.404+08:00 [5568:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-25 18:04:44.656+08:00 [5568:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-25 18:04:44.656+08:00 [5568:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-25 18:04:44.656+08:00 [5568:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-25 18:04:44.673+08:00 [5568:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-25 18:04:44.740+08:00 [5568:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-25 18:04:46.623+08:00 [5568:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-25 18:04:46.623+08:00 [5568:010] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-25 18:04:46.623+08:00 [5568:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-25 18:04:46.623+08:00 [5568:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-25 18:04:46.677+08:00 [5568:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-25 18:04:46.836+08:00 [5568:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-29 09:00:55.466+08:00 [12960:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-29 09:00:55.466+08:00 [12960:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-29 09:00:55.483+08:00 [12960:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-29 09:00:55.483+08:00 [12960:009] [Info] [RNWindowManagerModule] Initialize 2020-10-29 09:00:55.552+08:00 [12960:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-29 09:00:55.626+08:00 [12960:008] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-29 09:00:55.626+08:00 [12960:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-29 09:00:55.643+08:00 [12960:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-29 09:00:55.643+08:00 [12960:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-29 09:00:55.643+08:00 [12960:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 6106259d-a239-4d2c-a09a-3b433c214f19: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-29 09:00:55.680+08:00 [12960:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-29 09:00:55.680+08:00 [12960:008] [Info] [CallKitManagerModule] OnResume (causeId: bb23b859-1466-4e17-b783-82d716113076) 2020-10-29 09:00:55.813+08:00 [12960:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603933255, for: 5000 milliseconds 2020-10-29 09:00:55.829+08:00 [12960:007] [Info] [RNKeyChainModule] Delete Password 2020-10-29 09:00:55.927+08:00 [12960:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-29 09:00:56.180+08:00 [12960:011] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-29 09:00:56.180+08:00 [12960:011] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-29 09:00:56.180+08:00 [12960:011] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-29 09:00:56.180+08:00 [12960:011] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-29 09:00:56.247+08:00 [12960:011] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-29 09:00:58.095+08:00 [12960:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-29 09:00:58.095+08:00 [12960:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-29 09:00:58.095+08:00 [12960:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-29 09:00:58.095+08:00 [12960:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-29 09:00:58.171+08:00 [12960:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-29 09:00:58.323+08:00 [12960:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-29 15:05:53.037+08:00 [10636:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-29 15:05:53.037+08:00 [10636:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-29 15:05:53.099+08:00 [10636:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-29 15:05:53.208+08:00 [10636:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-29 15:05:53.208+08:00 [10636:009] [Info] [RNWindowManagerModule] Initialize 2020-10-29 15:05:53.255+08:00 [10636:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-29 15:05:53.255+08:00 [10636:006] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-29 15:05:53.255+08:00 [10636:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-29 15:05:53.271+08:00 [10636:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-29 15:05:53.271+08:00 [10636:011] [Info] [CallKitManagerModule] OnResume (causeId: f351fb70-d4d3-4051-affd-d3937c77c67c) 2020-10-29 15:05:53.271+08:00 [10636:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-29 15:05:53.271+08:00 [10636:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 4ed7ef53-991a-4f35-89b9-3be0b8453b4f: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-29 15:05:53.427+08:00 [10636:006] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1603955153, for: 5000 milliseconds 2020-10-29 15:05:53.427+08:00 [10636:006] [Info] [RNKeyChainModule] Delete Password 2020-10-29 15:05:53.552+08:00 [10636:006] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-29 15:05:53.865+08:00 [10636:006] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-29 15:05:53.865+08:00 [10636:006] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-29 15:05:53.865+08:00 [10636:006] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-29 15:05:53.880+08:00 [10636:006] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-29 15:05:53.896+08:00 [10636:011] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-29 15:05:54.896+08:00 [10636:006] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-29 15:05:54.896+08:00 [10636:006] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-29 15:05:54.896+08:00 [10636:006] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-29 15:05:54.896+08:00 [10636:006] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-29 15:05:55.427+08:00 [10636:006] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-29 15:05:55.692+08:00 [10636:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-30 09:00:40.416+08:00 [9304:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-30 09:00:40.416+08:00 [9304:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-30 09:00:40.467+08:00 [9304:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-30 09:00:40.545+08:00 [9304:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-30 09:00:40.547+08:00 [9304:004] [Info] [RNWindowManagerModule] Initialize 2020-10-30 09:00:40.547+08:00 [9304:007] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-30 09:00:40.555+08:00 [9304:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-30 09:00:40.596+08:00 [9304:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-30 09:00:40.596+08:00 [9304:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-30 09:00:40.596+08:00 [9304:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 34b94609-ac96-4340-b0e5-a3c1d6d12541: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-30 09:00:40.629+08:00 [9304:012] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-30 09:00:40.629+08:00 [9304:012] [Info] [CallKitManagerModule] OnResume (causeId: 7ee43708-1034-442e-aa0c-cb3b287c9438) 2020-10-30 09:00:40.810+08:00 [9304:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604019640, for: 5000 milliseconds 2020-10-30 09:00:40.810+08:00 [9304:011] [Info] [RNKeyChainModule] Delete Password 2020-10-30 09:00:40.932+08:00 [9304:011] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-30 09:00:41.205+08:00 [9304:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-30 09:00:41.205+08:00 [9304:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-30 09:00:41.205+08:00 [9304:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-30 09:00:41.215+08:00 [9304:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-30 09:00:41.245+08:00 [9304:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-30 09:00:41.408+08:00 [9304:004] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-10-30 09:00:41.408+08:00 [9304:004] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-10-30 09:00:41.408+08:00 [9304:004] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-10-30 09:00:41.408+08:00 [9304:004] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-30 09:00:41.549+08:00 [9304:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-30 09:00:41.692+08:00 [9304:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-31 13:06:27.103+08:00 [13600:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-31 13:06:27.103+08:00 [13600:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-31 13:06:27.203+08:00 [13600:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-31 13:06:27.234+08:00 [13600:005] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-31 13:06:27.234+08:00 [13600:005] [Info] [RNWindowManagerModule] Initialize 2020-10-31 13:06:32.399+08:00 [13600:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-31 13:06:32.399+08:00 [13600:012] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-31 13:06:32.399+08:00 [13600:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-31 13:06:32.430+08:00 [13600:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-31 13:06:32.430+08:00 [13600:012] [Info] [CallKitManagerModule] OnResume (causeId: 76398ead-5a5f-4cad-93c0-db95db08d40e) 2020-10-31 13:06:32.430+08:00 [13600:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-31 13:06:32.430+08:00 [13600:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 56830165-df6b-4f19-96b0-1efb91aef96e: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-31 13:06:32.630+08:00 [13600:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604120792, for: 5000 milliseconds 2020-10-31 13:06:32.630+08:00 [13600:011] [Info] [RNKeyChainModule] Delete Password 2020-10-31 13:06:32.962+08:00 [13600:011] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-31 13:06:33.216+08:00 [13600:005] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-31 13:06:33.216+08:00 [13600:005] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-31 13:06:33.216+08:00 [13600:005] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-31 13:06:33.232+08:00 [13600:005] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-31 13:06:33.263+08:00 [13600:011] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-31 13:06:38.784+08:00 [13600:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-31 13:06:38.784+08:00 [13600:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-31 13:06:38.784+08:00 [13600:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-31 13:06:38.784+08:00 [13600:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-31 13:06:38.846+08:00 [13600:013] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-31 13:06:39.031+08:00 [13600:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-10-31 18:16:40.781+08:00 [5288:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-10-31 18:16:40.781+08:00 [5288:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-10-31 18:16:40.836+08:00 [5288:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-10-31 18:16:40.929+08:00 [5288:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-10-31 18:16:40.929+08:00 [5288:009] [Info] [RNWindowManagerModule] Initialize 2020-10-31 18:16:41.002+08:00 [5288:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-10-31 18:16:41.018+08:00 [5288:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-10-31 18:16:41.019+08:00 [5288:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-10-31 18:16:41.019+08:00 [5288:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-10-31 18:16:41.019+08:00 [5288:005] [Info] [CallKitManagerModule] OnResume (causeId: 2a182466-dc70-4e59-9736-f4a3b5c83fa1) 2020-10-31 18:16:41.019+08:00 [5288:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-10-31 18:16:41.019+08:00 [5288:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 25c9466e-a7c0-45dc-b540-678a292d8f22: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-10-31 18:16:41.125+08:00 [5288:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604139401, for: 5000 milliseconds 2020-10-31 18:16:41.141+08:00 [5288:009] [Info] [RNKeyChainModule] Delete Password 2020-10-31 18:16:41.277+08:00 [5288:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-10-31 18:16:41.550+08:00 [5288:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-10-31 18:16:41.550+08:00 [5288:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-10-31 18:16:41.550+08:00 [5288:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-10-31 18:16:41.567+08:00 [5288:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-10-31 18:16:41.606+08:00 [5288:011] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-10-31 18:16:44.084+08:00 [5288:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-10-31 18:16:44.084+08:00 [5288:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-10-31 18:16:44.084+08:00 [5288:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-10-31 18:16:44.084+08:00 [5288:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-10-31 18:16:44.271+08:00 [5288:005] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-10-31 18:16:45.845+08:00 [5288:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-01 08:54:56.324+08:00 [3568:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-01 08:54:56.324+08:00 [3568:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-01 08:54:56.433+08:00 [3568:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-01 08:54:56.476+08:00 [3568:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-01 08:54:56.476+08:00 [3568:009] [Info] [RNWindowManagerModule] Initialize 2020-11-01 08:54:56.498+08:00 [3568:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-01 08:54:56.498+08:00 [3568:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-01 08:54:56.530+08:00 [3568:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-01 08:54:56.530+08:00 [3568:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-01 08:54:56.530+08:00 [3568:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 21a0a90b-ad73-4719-94af-670d926d3817: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-01 08:54:56.585+08:00 [3568:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-01 08:54:56.585+08:00 [3568:004] [Info] [CallKitManagerModule] OnResume (causeId: e5d25505-9d64-4b2e-bd0e-60da567d4af2) 2020-11-01 08:54:56.697+08:00 [3568:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604192096, for: 5000 milliseconds 2020-11-01 08:54:56.712+08:00 [3568:009] [Info] [RNKeyChainModule] Delete Password 2020-11-01 08:54:56.802+08:00 [3568:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-01 08:54:57.092+08:00 [3568:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-01 08:54:57.092+08:00 [3568:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-01 08:54:57.108+08:00 [3568:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-01 08:54:57.108+08:00 [3568:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-01 08:54:57.148+08:00 [3568:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-01 08:54:57.286+08:00 [3568:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-11-01 08:54:57.286+08:00 [3568:010] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-11-01 08:54:57.286+08:00 [3568:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-11-01 08:54:57.286+08:00 [3568:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-01 08:54:57.339+08:00 [3568:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-01 08:54:57.512+08:00 [3568:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-11-04 14:47:08.718+08:00 [14668:009] [Info] [DeviceUtilities] App is
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-11-05 09:16:48.663+08:00 [6916:018] [Info] [DeviceUtilities] App is suspending
CallTrackerTwoProcess constructed 2020-11-05 15:22:09.577+08:00 [3356:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-05 15:22:09.587+08:00 [3356:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-05 15:22:09.647+08:00 [3356:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-05 15:22:09.758+08:00 [3356:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-05 15:22:09.758+08:00 [3356:010] [Info] [RNWindowManagerModule] Initialize 2020-11-05 15:22:09.929+08:00 [3356:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-05 15:22:09.949+08:00 [3356:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-05 15:22:09.949+08:00 [3356:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-05 15:22:10.050+08:00 [3356:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-05 15:22:10.050+08:00 [3356:004] [Info] [CallKitManagerModule] OnResume (causeId: 664ec478-b5d0-427c-bdcc-cb56d50a871b) 2020-11-05 15:22:10.050+08:00 [3356:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-05 15:22:10.050+08:00 [3356:002] [Info] [BackgroundTaskManager] OnBackgroundActivated a22b7361-88b9-4623-86b3-a2405caa32e0: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-05 15:22:10.182+08:00 [3356:010] [Info] [RNKeyChainModule] Delete Password 2020-11-05 15:22:10.449+08:00 [3356:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-05 15:22:10.733+08:00 [3356:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604560930, for: 5000 milliseconds 2020-11-05 15:22:10.771+08:00 [3356:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-05 15:22:10.771+08:00 [3356:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-05 15:22:10.771+08:00 [3356:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-05 15:22:10.771+08:00 [3356:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-05 15:22:10.818+08:00 [3356:011] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-05 15:22:12.089+08:00 [3356:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-11-05 15:22:12.089+08:00 [3356:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-11-05 15:22:12.089+08:00 [3356:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-11-05 15:22:12.089+08:00 [3356:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-05 15:22:12.976+08:00 [3356:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-05 15:22:13.255+08:00 [3356:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-05 20:08:37.394+08:00 [6764:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-05 20:08:37.394+08:00 [6764:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-05 20:08:37.459+08:00 [6764:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-05 20:08:37.514+08:00 [6764:006] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-05 20:08:37.514+08:00 [6764:006] [Info] [RNWindowManagerModule] Initialize 2020-11-05 20:08:37.542+08:00 [6764:006] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-05 20:08:37.554+08:00 [6764:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-05 20:08:37.554+08:00 [6764:006] [Info] [CallKitManagerModule] OnResume (causeId: 82c0edeb-d3be-4175-b98d-245f6428505a) 2020-11-05 20:08:37.554+08:00 [6764:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-05 20:08:37.554+08:00 [6764:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-05 20:08:37.554+08:00 [6764:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 814f4b7a-89ef-4e0b-8ecc-243c881e07a6: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-05 20:08:37.660+08:00 [6764:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-05 20:08:37.799+08:00 [6764:004] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604578117, for: 5000 milliseconds 2020-11-05 20:08:37.799+08:00 [6764:004] [Info] [RNKeyChainModule] Delete Password 2020-11-05 20:08:37.885+08:00 [6764:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-05 20:08:38.108+08:00 [6764:006] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-05 20:08:38.108+08:00 [6764:006] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-05 20:08:38.108+08:00 [6764:006] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-05 20:08:38.108+08:00 [6764:006] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-05 20:08:38.162+08:00 [6764:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-05 20:08:41.047+08:00 [6764:006] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-11-05 20:08:41.047+08:00 [6764:006] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-11-05 20:08:41.047+08:00 [6764:006] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-11-05 20:08:41.047+08:00 [6764:006] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-05 20:08:41.228+08:00 [6764:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-05 20:08:41.334+08:00 [6764:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-07 08:20:49.531+08:00 [12484:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-07 08:20:49.544+08:00 [12484:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-07 08:20:49.609+08:00 [12484:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-07 08:20:49.642+08:00 [12484:006] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-07 08:20:49.643+08:00 [12484:006] [Info] [RNWindowManagerModule] Initialize 2020-11-07 08:20:49.864+08:00 [12484:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-07 08:20:49.865+08:00 [12484:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-07 08:20:49.872+08:00 [12484:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-07 08:20:49.935+08:00 [12484:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-07 08:20:49.935+08:00 [12484:010] [Info] [CallKitManagerModule] OnResume (causeId: e71bb776-593f-42f2-acdb-d3bb8890845f) 2020-11-07 08:20:49.935+08:00 [12484:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-07 08:20:49.935+08:00 [12484:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 007ebf8c-90a4-45a5-80eb-2205b81cc3d4: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnectedRetry 2020-11-07 08:20:50.111+08:00 [12484:009] [Info] [RNKeyChainModule] Delete Password 2020-11-07 08:20:50.325+08:00 [12484:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-07 08:20:50.553+08:00 [12484:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604708450, for: 5000 milliseconds 2020-11-07 08:20:50.584+08:00 [12484:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-07 08:20:50.588+08:00 [12484:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-07 08:20:50.588+08:00 [12484:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-07 08:20:50.588+08:00 [12484:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-07 08:20:50.629+08:00 [12484:006] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-07 08:20:52.372+08:00 [12484:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-11-07 08:20:52.372+08:00 [12484:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-11-07 08:20:52.372+08:00 [12484:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-11-07 08:20:52.375+08:00 [12484:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-07 08:20:52.436+08:00 [12484:006] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-07 08:20:52.733+08:00 [12484:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-07 12:50:38.940+08:00 [6660:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-07 12:50:38.940+08:00 [6660:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-07 12:50:39.018+08:00 [6660:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-07 12:50:39.128+08:00 [6660:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-07 12:50:39.128+08:00 [6660:007] [Info] [RNWindowManagerModule] Initialize 2020-11-07 12:50:39.221+08:00 [6660:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-07 12:50:39.221+08:00 [6660:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-07 12:50:39.221+08:00 [6660:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-07 12:50:39.268+08:00 [6660:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-07 12:50:39.268+08:00 [6660:007] [Info] [CallKitManagerModule] OnResume (causeId: 6f04e8b1-fe47-4764-9b92-62eab319fd2d) 2020-11-07 12:50:39.268+08:00 [6660:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-07 12:50:39.268+08:00 [6660:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 1eda1040-89c2-40c4-b1a7-8ba51cc5a17f: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-07 12:50:39.440+08:00 [6660:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604724639, for: 5000 milliseconds 2020-11-07 12:50:39.455+08:00 [6660:004] [Info] [RNKeyChainModule] Delete Password 2020-11-07 12:50:39.659+08:00 [6660:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-07 12:50:40.018+08:00 [6660:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-07 12:50:40.018+08:00 [6660:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-07 12:50:40.018+08:00 [6660:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-07 12:50:40.033+08:00 [6660:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-07 12:50:40.049+08:00 [6660:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-07 12:50:40.814+08:00 [6660:004] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-11-07 12:50:40.814+08:00 [6660:004] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-11-07 12:50:40.814+08:00 [6660:004] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-11-07 12:50:40.814+08:00 [6660:004] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-07 12:50:41.049+08:00 [6660:012] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-07 12:50:42.096+08:00 [6660:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-08 09:24:21.391+08:00 [3880:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-08 09:24:21.391+08:00 [3880:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-08 09:24:21.439+08:00 [3880:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-08 09:24:22.339+08:00 [3880:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-08 09:24:22.339+08:00 [3880:009] [Info] [RNWindowManagerModule] Initialize 2020-11-08 09:24:22.430+08:00 [3880:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-08 09:24:22.431+08:00 [3880:007] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-08 09:24:22.431+08:00 [3880:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-08 09:24:22.448+08:00 [3880:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-08 09:24:22.448+08:00 [3880:007] [Info] [CallKitManagerModule] OnResume (causeId: e9e49a8d-5c1a-49a8-b054-f44c5dbf2532) 2020-11-08 09:24:22.448+08:00 [3880:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-08 09:24:22.448+08:00 [3880:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 003f3ff3-ea83-4381-acf3-0c898b540376: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-08 09:24:22.648+08:00 [3880:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604798662, for: 5000 milliseconds 2020-11-08 09:24:22.666+08:00 [3880:007] [Info] [RNKeyChainModule] Delete Password 2020-11-08 09:24:22.754+08:00 [3880:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-08 09:24:22.966+08:00 [3880:012] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-08 09:24:22.966+08:00 [3880:012] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-08 09:24:22.966+08:00 [3880:012] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-08 09:24:22.968+08:00 [3880:012] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-08 09:24:23.004+08:00 [3880:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-08 09:24:24.882+08:00 [3880:007] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-11-08 09:24:24.882+08:00 [3880:007] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-11-08 09:24:24.883+08:00 [3880:007] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-11-08 09:24:24.883+08:00 [3880:007] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-08 09:24:24.940+08:00 [3880:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-08 09:24:25.964+08:00 [3880:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-08 20:01:05.670+08:00 [5912:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-08 20:01:05.711+08:00 [5912:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-08 20:01:05.827+08:00 [5912:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-08 20:01:05.861+08:00 [5912:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-08 20:01:05.861+08:00 [5912:009] [Info] [RNWindowManagerModule] Initialize 2020-11-08 20:01:06.081+08:00 [5912:013] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-08 20:01:06.081+08:00 [5912:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-08 20:01:06.390+08:00 [5912:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-08 20:01:06.406+08:00 [5912:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-08 20:01:06.406+08:00 [5912:013] [Info] [CallKitManagerModule] OnResume (causeId: 97fe6398-6153-4db5-98ab-c966a249603a) 2020-11-08 20:01:06.406+08:00 [5912:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-08 20:01:06.446+08:00 [5912:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 9ef50b0b-9cc3-4ee7-a2ad-fc8ef4e841f2: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-08 20:01:07.108+08:00 [5912:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1604836867, for: 5000 milliseconds 2020-11-08 20:01:07.219+08:00 [5912:007] [Info] [RNKeyChainModule] Delete Password 2020-11-08 20:01:08.340+08:00 [5912:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-08 20:01:09.164+08:00 [5912:013] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-08 20:01:09.204+08:00 [5912:013] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-08 20:01:09.204+08:00 [5912:013] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-08 20:01:09.204+08:00 [5912:013] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-08 20:01:09.252+08:00 [5912:013] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-08 20:01:11.139+08:00 [5912:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-11-08 20:01:11.146+08:00 [5912:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-11-08 20:01:11.146+08:00 [5912:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-11-08 20:01:11.146+08:00 [5912:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-08 20:01:12.737+08:00 [5912:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-08 20:01:15.509+08:00 [5912:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c 2020-11-08 20:01:20.813+08:00 [5912:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c 2020-11-11 19:01:48.901+08:00 [10808:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-11 19:26:06.104+08:00 [8972:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-11 19:26:06.104+08:00 [8972:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-11 19:26:06.185+08:00 [8972:007] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-11 19:26:06.211+08:00 [8972:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-11 19:26:06.212+08:00 [8972:010] [Info] [RNWindowManagerModule] Initialize 2020-11-11 19:26:06.232+08:00 [8972:013] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-11 19:26:06.232+08:00 [8972:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-11 19:26:06.255+08:00 [8972:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-11 19:26:06.255+08:00 [8972:010] [Info] [CallKitManagerModule] OnResume (causeId: b25404e7-2ce7-4ed8-9b10-e66609618d6d) 2020-11-11 19:26:06.255+08:00 [8972:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-11 19:26:06.255+08:00 [8972:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 70fe6065-9021-4007-8e54-bab5aa21caf8: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-11 19:26:06.428+08:00 [8972:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-11 19:26:06.511+08:00 [8972:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1605093966, for: 5000 milliseconds 2020-11-11 19:26:06.511+08:00 [8972:010] [Info] [RNKeyChainModule] Delete Password 2020-11-11 19:26:06.594+08:00 [8972:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-11 19:26:06.863+08:00 [8972:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-11 19:26:06.863+08:00 [8972:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-11 19:26:06.863+08:00 [8972:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-11 19:26:06.879+08:00 [8972:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-11 19:26:06.912+08:00 [8972:013] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-11 19:26:07.786+08:00 [8972:013] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-11-11 19:26:07.786+08:00 [8972:013] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-11-11 19:26:07.786+08:00 [8972:013] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-11-11 19:26:07.786+08:00 [8972:013] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-11 19:26:08.674+08:00 [8972:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-11 19:26:09.458+08:00 [8972:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-11 22:43:44.849+08:00 [7684:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-11 22:43:44.849+08:00 [7684:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-11 22:43:44.911+08:00 [7684:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-11 22:43:45.005+08:00 [7684:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-11 22:43:45.005+08:00 [7684:004] [Info] [RNWindowManagerModule] Initialize 2020-11-11 22:43:45.052+08:00 [7684:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-11 22:43:45.052+08:00 [7684:008] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-11 22:43:45.052+08:00 [7684:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-11 22:43:45.068+08:00 [7684:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-11 22:43:45.068+08:00 [7684:010] [Info] [CallKitManagerModule] OnResume (causeId: 86826ffe-2155-43a8-a2ff-735c2515b415) 2020-11-11 22:43:45.068+08:00 [7684:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-11 22:43:45.068+08:00 [7684:002] [Info] [BackgroundTaskManager] OnBackgroundActivated cf5398b7-c18a-4980-867d-de2a810c9d92: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-11 22:43:45.208+08:00 [7684:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1605105825, for: 5000 milliseconds 2020-11-11 22:43:45.208+08:00 [7684:010] [Info] [RNKeyChainModule] Delete Password 2020-11-11 22:43:45.333+08:00 [7684:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-11 22:43:45.630+08:00 [7684:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-11 22:43:45.630+08:00 [7684:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-11 22:43:45.630+08:00 [7684:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-11 22:43:45.630+08:00 [7684:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-11 22:43:45.661+08:00 [7684:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-11 22:43:45.771+08:00 [7684:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-11-11 22:43:45.771+08:00 [7684:010] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-11-11 22:43:45.771+08:00 [7684:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-11-11 22:43:45.786+08:00 [7684:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-11 22:43:45.833+08:00 [7684:008] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-11 22:43:45.927+08:00 [7684:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-12 15:11:49.783+08:00 [6292:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-12 15:11:49.783+08:00 [6292:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-12 15:11:49.844+08:00 [6292:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-12 15:11:49.915+08:00 [6292:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-12 15:11:49.915+08:00 [6292:007] [Info] [RNWindowManagerModule] Initialize 2020-11-12 15:11:50.076+08:00 [6292:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-12 15:11:50.076+08:00 [6292:011] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-12 15:11:50.076+08:00 [6292:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-12 15:11:50.127+08:00 [6292:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-12 15:11:50.127+08:00 [6292:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-12 15:11:50.127+08:00 [6292:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 8cab88b1-e0bd-40c1-b9b8-6e83f735f473: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-12 15:11:50.147+08:00 [6292:010] [Info] [CallKitManagerModule] OnResume (causeId: 0df14021-3384-4cbd-a91b-2dc65d0bec8b) 2020-11-12 15:11:50.369+08:00 [6292:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1605165110, for: 5000 milliseconds 2020-11-12 15:11:50.369+08:00 [6292:007] [Info] [RNKeyChainModule] Delete Password 2020-11-12 15:11:50.448+08:00 [6292:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-12 15:11:50.660+08:00 [6292:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-12 15:11:50.660+08:00 [6292:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-12 15:11:50.660+08:00 [6292:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-12 15:11:50.672+08:00 [6292:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-12 15:11:50.712+08:00 [6292:011] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-12 15:11:50.952+08:00 [6292:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-11-12 15:11:50.952+08:00 [6292:012] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-11-12 15:11:50.952+08:00 [6292:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-11-12 15:11:50.952+08:00 [6292:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-12 15:11:51.045+08:00 [6292:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-12 15:11:51.186+08:00 [6292:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-14 13:18:15.113+08:00 [13324:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-14 13:18:15.113+08:00 [13324:004] [Info] [RNWindowManagerModule] Initialize 2020-11-14 13:18:15.098+08:00 [13324:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-14 13:18:15.113+08:00 [13324:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-14 13:18:15.182+08:00 [13324:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-14 13:18:15.251+08:00 [13324:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-14 13:18:15.267+08:00 [13324:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-14 13:18:15.267+08:00 [13324:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-14 13:18:15.267+08:00 [13324:009] [Info] [CallKitManagerModule] OnResume (causeId: 186a78d5-7893-4707-8a93-cd4819621aa4) 2020-11-14 13:18:15.267+08:00 [13324:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-14 13:18:15.267+08:00 [13324:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 887dc4b7-a6ef-4721-a8f0-f65f18e5061e: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-14 13:18:15.298+08:00 [13324:004] [Info] [RNKeyChainModule] Delete Password 2020-11-14 13:18:15.367+08:00 [13324:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-14 13:18:15.383+08:00 [13324:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-14 13:18:15.615+08:00 [13324:011] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1605331095, for: 5000 milliseconds 2020-11-14 13:18:15.653+08:00 [13324:011] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-14 13:18:15.653+08:00 [13324:011] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-14 13:18:15.653+08:00 [13324:011] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-14 13:18:15.653+08:00 [13324:011] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-14 13:18:15.684+08:00 [13324:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-14 13:18:24.574+08:00 [13324:004] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-11-14 13:18:24.574+08:00 [13324:004] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-11-14 13:18:24.574+08:00 [13324:004] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-11-14 13:18:24.574+08:00 [13324:004] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-14 13:18:24.652+08:00 [13324:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-14 13:18:24.721+08:00 [13324:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-18 14:44:40.404+08:00 [4088:011] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-18 14:44:40.404+08:00 [4088:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-18 14:44:40.467+08:00 [4088:011] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-18 14:44:40.595+08:00 [4088:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-18 14:44:40.595+08:00 [4088:010] [Info] [RNWindowManagerModule] Initialize 2020-11-18 14:44:40.638+08:00 [4088:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-18 14:44:40.723+08:00 [4088:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-18 14:44:40.726+08:00 [4088:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-18 14:44:40.756+08:00 [4088:010] [Info] [CallKitManagerModule] OnResume (causeId: f5069d34-3217-47ee-a708-dd6f57e9ef76) 2020-11-18 14:44:40.756+08:00 [4088:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-18 14:44:40.756+08:00 [4088:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-18 14:44:40.756+08:00 [4088:002] [Info] [BackgroundTaskManager] OnBackgroundActivated c4a9a535-9c67-4943-b4e5-b6dffe8bc403: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnectedRetry 2020-11-18 14:44:41.261+08:00 [4088:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1605681881, for: 5000 milliseconds 2020-11-18 14:44:41.275+08:00 [4088:010] [Info] [RNKeyChainModule] Delete Password 2020-11-18 14:44:41.490+08:00 [4088:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-18 14:44:41.913+08:00 [4088:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-18 14:44:41.913+08:00 [4088:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-18 14:44:41.913+08:00 [4088:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-18 14:44:41.936+08:00 [4088:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-18 14:44:41.971+08:00 [4088:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-18 14:44:42.255+08:00 [4088:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-11-18 14:44:42.255+08:00 [4088:012] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-11-18 14:44:42.255+08:00 [4088:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-11-18 14:44:42.255+08:00 [4088:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-18 14:44:42.509+08:00 [4088:007] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-18 14:44:43.024+08:00 [4088:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c 2020-11-19 09:21:07.266+08:00 [9780:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-11-19 09:21:15.825+08:00 [9780:007] [Info] [DeviceUtilities] App is suspending
CallTrackerTwoProcess constructed 2020-11-19 15:12:32.695+08:00 [5140:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-19 15:12:32.695+08:00 [5140:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-19 15:12:32.820+08:00 [5140:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-19 15:12:32.851+08:00 [5140:008] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-19 15:12:32.866+08:00 [5140:008] [Info] [RNWindowManagerModule] Initialize 2020-11-19 15:12:32.898+08:00 [5140:008] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-19 15:12:32.898+08:00 [5140:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-19 15:12:32.929+08:00 [5140:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-19 15:12:32.929+08:00 [5140:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-19 15:12:32.929+08:00 [5140:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-19 15:12:32.929+08:00 [5140:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 17729ac2-ccda-4703-bced-8720cee3db8d: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-19 15:12:32.929+08:00 [5140:004] [Info] [CallKitManagerModule] OnResume (causeId: 0ac0dee7-a7f3-40a7-aa36-5bf1b9d2faf9) 2020-11-19 15:12:33.069+08:00 [5140:004] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1605769953, for: 5000 milliseconds 2020-11-19 15:12:33.069+08:00 [5140:004] [Info] [RNKeyChainModule] Delete Password 2020-11-19 15:12:33.148+08:00 [5140:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-19 15:12:33.335+08:00 [5140:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-19 15:12:33.335+08:00 [5140:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-19 15:12:33.335+08:00 [5140:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-19 15:12:33.351+08:00 [5140:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-19 15:12:33.366+08:00 [5140:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-19 15:12:33.491+08:00 [5140:004] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-11-19 15:12:33.491+08:00 [5140:004] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-11-19 15:12:33.491+08:00 [5140:004] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-11-19 15:12:33.491+08:00 [5140:004] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-19 15:12:33.601+08:00 [5140:008] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-19 15:12:33.710+08:00 [5140:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-21 08:31:45.348+08:00 [13828:015] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-21 08:31:45.348+08:00 [13828:015] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-21 08:31:45.443+08:00 [13828:013] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-21 08:31:45.446+08:00 [13828:013] [Info] [RNWindowManagerModule] Initialize 2020-11-21 08:31:45.512+08:00 [13828:015] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-21 08:31:45.572+08:00 [13828:014] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-21 08:31:45.609+08:00 [13828:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-21 08:31:45.654+08:00 [13828:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-21 08:31:45.654+08:00 [13828:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-21 08:31:45.845+08:00 [13828:014] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-21 08:31:45.845+08:00 [13828:014] [Info] [CallKitManagerModule] OnResume (causeId: 850fb3c4-250f-4953-b48d-f6f439c7c3a0) 2020-11-21 08:31:45.976+08:00 [13828:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-11-21 08:31:45.976+08:00 [13828:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-11-21 08:31:45.966+08:00 [13828:012] [Info] [RNKeyChainModule] Delete Password 2020-11-21 08:31:45.976+08:00 [13828:014] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-11-21 08:31:45.977+08:00 [13828:015] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-11-21 08:31:46.372+08:00 [13828:002] [Info] [RNW] ReactInstanceManager: TryGetReactContextAsync - execute/returning existing valid context 2020-11-21 08:31:46.477+08:00 [13828:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-21 08:31:46.480+08:00 [13828:016] [Info] [RNBackgroundExecutionModule] Beginning WaitForAllExtendedExecutionSessionsRelease. ids: [] 2020-11-21 08:31:46.591+08:00 [13828:016] [Info] [RNBackgroundExecutionModule] Ended WaitForAllExtendedExecutionSessionsRelease due to cancellation 2020-11-21 08:31:46.593+08:00 [13828:016] [Info] [BackgroundTaskManager] RNBackgroundExecution.waitForAllExtendedExecutionSessionsRelease result False 2020-11-21 08:31:46.593+08:00 [13828:016] [Info] [RegularSkypeApplication] WaitForAllBackgroundTasksCompletionReturned. Remaining time: 0ms 2020-11-21 08:31:46.609+08:00 [13828:016] [Info] [RegularSkypeApplication] OnSuspendingImplAsync: Complete 2020-11-21 08:31:46.610+08:00 [13828:016] [Info] [RegularSkypeApplication] [OnSuspendingImplAsync] Task completed with status 'RanToCompletion' but caller no longer waiting 2020-11-21 08:31:47.165+08:00 [13828:016] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-21 08:31:47.167+08:00 [13828:016] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-21 08:31:47.176+08:00 [13828:016] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-21 08:31:47.177+08:00 [13828:016] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-21 08:31:47.231+08:00 [13828:013] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-21 08:31:46.036+08:00 [13828:015] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
[OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-11-21 12:54:04.220+08:00 [9384:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-11-21 12:54:04.220+08:00 [9384:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-11-21 12:54:04.292+08:00 [9384:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-11-21 12:54:04.311+08:00 [9384:005] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-11-21 12:54:04.311+08:00 [9384:005] [Info] [RNWindowManagerModule] Initialize 2020-11-21 12:54:04.345+08:00 [9384:005] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-11-21 12:54:04.345+08:00 [9384:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-11-21 12:54:04.353+08:00 [9384:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-11-21 12:54:04.354+08:00 [9384:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-11-21 12:54:04.354+08:00 [9384:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 875569e3-269a-4c71-ac03-9c6e52b3e146: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-11-21 12:54:04.410+08:00 [9384:005] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-11-21 12:54:04.410+08:00 [9384:005] [Info] [CallKitManagerModule] OnResume (causeId: d34c54d9-53d2-40ae-b824-55afb726a987) 2020-11-21 12:54:04.543+08:00 [9384:005] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1605934444, for: 5000 milliseconds 2020-11-21 12:54:04.572+08:00 [9384:013] [Info] [RNKeyChainModule] Delete Password 2020-11-21 12:54:04.671+08:00 [9384:013] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-11-21 12:54:05.147+08:00 [9384:012] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-11-21 12:54:05.148+08:00 [9384:012] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-11-21 12:54:05.148+08:00 [9384:012] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-11-21 12:54:05.185+08:00 [9384:012] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-11-21 12:54:05.246+08:00 [9384:013] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-11-21 12:54:06.972+08:00 [9384:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-11-21 12:54:06.972+08:00 [9384:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-11-21 12:54:06.972+08:00 [9384:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-11-21 12:54:06.972+08:00 [9384:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-11-21 12:54:07.134+08:00 [9384:013] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-11-21 12:54:07.335+08:00 [9384:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_13[TThis](__ComObject, Int32) + 0x36 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_TriggerDetails() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0xe2 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-11-26 15:05:05.536+08:00 [15776:004] [Info] [DeviceUtilities] App is
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c 2020-11-29 17:05:15.521+08:00 [12888:002] [Info] [Lifecycle] OnSuspending: Early exit because GetDeadline failed. HResult = -2147418113 2020-11-29 17:05:15.539+08:00 [12888:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-11-29 17:51:37.271+08:00 [12888:021] [Info] [DeviceUtilities] App is resuming
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-02 20:34:41.249+08:00 [10848:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-02 20:34:41.249+08:00 [10848:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-02 20:34:41.312+08:00 [10848:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-02 20:34:41.343+08:00 [10848:005] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-02 20:34:41.343+08:00 [10848:005] [Info] [RNWindowManagerModule] Initialize 2020-12-02 20:34:41.437+08:00 [10848:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-02 20:34:41.437+08:00 [10848:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-02 20:34:41.437+08:00 [10848:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-02 20:34:41.452+08:00 [10848:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-02 20:34:41.452+08:00 [10848:005] [Info] [CallKitManagerModule] OnResume (causeId: aab597c6-0029-4b4d-869f-f136844da978) 2020-12-02 20:34:41.452+08:00 [10848:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-02 20:34:41.452+08:00 [10848:002] [Info] [BackgroundTaskManager] OnBackgroundActivated a61b4267-1340-478f-a4fe-065743c36e75: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-02 20:34:41.608+08:00 [10848:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1606912481, for: 5000 milliseconds 2020-12-02 20:34:41.608+08:00 [10848:009] [Info] [RNKeyChainModule] Delete Password 2020-12-02 20:34:41.749+08:00 [10848:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-02 20:34:41.921+08:00 [10848:011] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-02 20:34:41.936+08:00 [10848:011] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-02 20:34:41.936+08:00 [10848:011] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-02 20:34:41.936+08:00 [10848:011] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-02 20:34:41.952+08:00 [10848:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-02 20:34:42.061+08:00 [10848:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-12-02 20:34:42.061+08:00 [10848:009] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-12-02 20:34:42.061+08:00 [10848:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-12-02 20:34:42.061+08:00 [10848:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-02 20:34:42.124+08:00 [10848:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-02 20:34:42.218+08:00 [10848:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-03 00:30:09.889+08:00 [12932:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-03 00:30:09.889+08:00 [12932:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-03 00:30:09.979+08:00 [12932:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-03 00:30:10.108+08:00 [12932:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-03 00:30:10.108+08:00 [12932:009] [Info] [RNWindowManagerModule] Initialize 2020-12-03 00:30:10.219+08:00 [12932:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-03 00:30:10.219+08:00 [12932:009] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-03 00:30:10.219+08:00 [12932:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-03 00:30:10.249+08:00 [12932:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-03 00:30:10.249+08:00 [12932:008] [Info] [CallKitManagerModule] OnResume (causeId: b587c810-c651-4d97-8d35-5790c2564def) 2020-12-03 00:30:10.249+08:00 [12932:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-03 00:30:10.249+08:00 [12932:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 7b200a95-1807-4939-8bcc-8d7ebb1b6b9c: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-03 00:30:10.455+08:00 [12932:008] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1606926610, for: 5000 milliseconds 2020-12-03 00:30:10.470+08:00 [12932:008] [Info] [RNKeyChainModule] Delete Password 2020-12-03 00:30:10.754+08:00 [12932:008] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-03 00:30:11.261+08:00 [12932:012] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-03 00:30:11.261+08:00 [12932:012] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-03 00:30:11.261+08:00 [12932:012] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-03 00:30:11.296+08:00 [12932:012] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-03 00:30:11.352+08:00 [12932:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-03 00:30:13.015+08:00 [12932:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-12-03 00:30:13.015+08:00 [12932:010] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-03 00:30:13.015+08:00 [12932:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-12-03 00:30:13.015+08:00 [12932:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-03 00:30:13.203+08:00 [12932:012] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-03 00:30:13.857+08:00 [12932:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
2020-12-03 08:53:51.681+08:00 [6768:004] [Info] [DeviceUtilities] App is suspending
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-04 08:56:15.154+08:00 [5808:012] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-04 08:56:15.165+08:00 [5808:012] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-04 08:56:15.186+08:00 [5808:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-04 08:56:15.186+08:00 [5808:004] [Info] [RNWindowManagerModule] Initialize 2020-12-04 08:56:15.337+08:00 [5808:012] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-04 08:56:15.411+08:00 [5808:013] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-04 08:56:15.415+08:00 [5808:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-04 08:56:15.510+08:00 [5808:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-04 08:56:15.510+08:00 [5808:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-04 08:56:15.613+08:00 [5808:013] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-04 08:56:15.613+08:00 [5808:013] [Info] [CallKitManagerModule] OnResume (causeId: 4551bd94-3f6c-4a0e-adb8-ee86108b6d7c) 2020-12-04 08:56:15.659+08:00 [5808:004] [Info] [RNKeyChainModule] Delete Password 2020-12-04 08:56:15.912+08:00 [5808:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-04 08:56:15.920+08:00 [5808:002] [Info] [RNW] ReactInstanceManager: TryGetReactContextAsync - execute/returning existing valid context 2020-12-04 08:56:15.925+08:00 [5808:013] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-12-04 08:56:16.192+08:00 [5808:012] [Info] [RNBackgroundExecutionModule] Beginning WaitForAllExtendedExecutionSessionsRelease. ids: [] 2020-12-04 08:56:16.210+08:00 [5808:012] [Info] [RNBackgroundExecutionModule] Ended WaitForAllExtendedExecutionSessionsRelease due to cancellation 2020-12-04 08:56:16.210+08:00 [5808:012] [Info] [BackgroundTaskManager] RNBackgroundExecution.waitForAllExtendedExecutionSessionsRelease result False 2020-12-04 08:56:16.210+08:00 [5808:012] [Info] [RegularSkypeApplication] WaitForAllBackgroundTasksCompletionReturned. Remaining time: 0ms 2020-12-04 08:56:16.245+08:00 [5808:012] [Info] [RegularSkypeApplication] OnSuspendingImplAsync: Complete 2020-12-04 08:56:16.245+08:00 [5808:015] [Info] [RegularSkypeApplication] [OnSuspendingImplAsync] Task completed with status 'RanToCompletion' but caller no longer waiting 2020-12-04 08:56:16.859+08:00 [5808:015] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-04 08:56:16.864+08:00 [5808:015] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-04 08:56:16.894+08:00 [5808:015] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-04 08:56:16.894+08:00 [5808:015] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-04 08:56:16.951+08:00 [5808:004] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-04 08:56:16.203+08:00 [5808:013] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-04 18:04:31.326+08:00 [3636:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-04 18:04:31.376+08:00 [3636:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-04 18:04:31.464+08:00 [3636:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-04 18:04:31.827+08:00 [3636:011] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-04 18:04:31.897+08:00 [3636:011] [Info] [RNWindowManagerModule] Initialize 2020-12-04 18:04:32.752+08:00 [3636:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-04 18:04:32.752+08:00 [3636:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-04 18:04:32.826+08:00 [3636:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-04 18:04:33.401+08:00 [3636:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-04 18:04:33.401+08:00 [3636:004] [Info] [CallKitManagerModule] OnResume (causeId: 7d07e899-e7d2-48fd-b5e4-3ab926dad2cc) 2020-12-04 18:04:33.401+08:00 [3636:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-04 18:04:33.401+08:00 [3636:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 682ecf7e-1f68-4bb7-a5ee-02654f53b33c: BackgroundTaskStarted : HeadlessJSTask.OnMaintenanceWindowStart 2020-12-04 18:04:33.973+08:00 [3636:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - execute 2020-12-04 18:04:33.973+08:00 [3636:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning existing valid context 2020-12-04 18:04:36.105+08:00 [3636:004] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Task completed with status 'Faulted' but caller no longer waiting 2020-12-04 18:04:37.083+08:00 [3636:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnUserSessionConnected' 2020-12-04 18:04:37.139+08:00 [3636:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnUserSessionConnected'. Skipping registration 2020-12-04 18:04:37.139+08:00 [3636:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'SignInOnDefaultMSAConnected' 2020-12-04 18:04:37.140+08:00 [3636:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.SignInOnDefaultMSAConnected'. Skipping registration 2020-12-04 18:04:37.147+08:00 [3636:011] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'BackgroundHeartbeatTelemetry' 2020-12-04 18:04:37.152+08:00 [3636:011] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.BackgroundHeartbeatTelemetry'. Skipping registration 2020-12-04 18:04:37.885+08:00 [3636:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607076277, for: 5000 milliseconds 2020-12-04 18:04:38.144+08:00 [3636:010] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'OnMaintenanceWindowStart' 2020-12-04 18:04:38.144+08:00 [3636:010] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.OnMaintenanceWindowStart'. Skipping registration 2020-12-04 18:04:38.145+08:00 [3636:010] [Info] [RNKeyChainModule] Delete Password 2020-12-04 18:04:41.546+08:00 [3636:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-04 18:04:44.278+08:00 [3636:006] [Info] [HeadlessTaskRegistrar] registerTriggers called. taskName:'ToastActivation' 2020-12-04 18:04:44.284+08:00 [3636:006] [Info] [HeadlessTaskRegistrar] Triggers already registered for 'HeadlessJSTask.ToastActivation'. Skipping registration 2020-12-04 18:04:46.183+08:00 [3636:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-04 18:04:46.476+08:00 [3636:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-04 18:04:46.538+08:00 [3636:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-04 18:04:46.538+08:00 [3636:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-04 18:04:46.656+08:00 [3636:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-04 18:04:49.044+08:00 [3636:008] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-12-04 18:04:49.044+08:00 [3636:008] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-04 18:04:49.044+08:00 [3636:008] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-12-04 18:04:49.044+08:00 [3636:008] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-04 18:04:51.841+08:00 [3636:011] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-04 18:04:36.727+08:00 [3636:004] [Info] [RegularSkypeApplication] [OnBackgroundActivatedAsync] Exception: System.AggregateException: One or more errors occurred. (A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E)) ---> System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.InvalidOperationException: A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Windows.ApplicationModel.Background.IBackgroundTaskInstance__Impl.Dispatcher.global ::Windows.ApplicationModel.Background.IBackgroundTaskInstance.get_Task() + 0x18 at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedImplAsync>d__10.MoveNext() + 0x495 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (Task) + 0x38 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17 at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb at SkypeApp.BackgroundTaskManager.<OnBackgroundActivatedAsync>d__8.MoveNext() + 0x6dd <---
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-05 12:28:32.211+08:00 [8060:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-05 12:28:32.211+08:00 [8060:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-05 12:28:32.273+08:00 [8060:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-05 12:28:32.336+08:00 [8060:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-05 12:28:32.336+08:00 [8060:007] [Info] [RNWindowManagerModule] Initialize 2020-12-05 12:28:32.367+08:00 [8060:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-05 12:28:32.367+08:00 [8060:012] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-05 12:28:32.367+08:00 [8060:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-05 12:28:32.383+08:00 [8060:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-05 12:28:32.383+08:00 [8060:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-05 12:28:32.383+08:00 [8060:010] [Info] [CallKitManagerModule] OnResume (causeId: caee27d6-4255-4eb9-9bd2-0d3ac55a6b6d) 2020-12-05 12:28:32.383+08:00 [8060:002] [Info] [BackgroundTaskManager] OnBackgroundActivated d1309326-bcad-48bf-8bb6-d6497e0abcb8: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-05 12:28:32.492+08:00 [8060:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607142512, for: 5000 milliseconds 2020-12-05 12:28:32.523+08:00 [8060:010] [Info] [RNKeyChainModule] Delete Password 2020-12-05 12:28:32.586+08:00 [8060:010] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-05 12:28:32.851+08:00 [8060:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-05 12:28:32.851+08:00 [8060:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-05 12:28:32.851+08:00 [8060:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-05 12:28:32.867+08:00 [8060:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-05 12:28:32.882+08:00 [8060:007] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-05 12:28:33.617+08:00 [8060:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-12-05 12:28:33.617+08:00 [8060:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-05 12:28:33.617+08:00 [8060:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-12-05 12:28:33.617+08:00 [8060:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-05 12:28:33.773+08:00 [8060:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-05 12:28:34.257+08:00 [8060:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-06 08:10:43.931+08:00 [4924:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-06 08:10:43.931+08:00 [4924:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-06 08:10:44.003+08:00 [4924:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-06 08:10:44.112+08:00 [4924:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-06 08:10:44.112+08:00 [4924:010] [Info] [RNWindowManagerModule] Initialize 2020-12-06 08:10:44.222+08:00 [4924:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-06 08:10:44.222+08:00 [4924:006] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-06 08:10:44.223+08:00 [4924:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-06 08:10:44.269+08:00 [4924:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-06 08:10:44.269+08:00 [4924:013] [Info] [CallKitManagerModule] OnResume (causeId: 59e462b1-6612-4ada-a9eb-2aaead50ed4f) 2020-12-06 08:10:44.269+08:00 [4924:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-06 08:10:44.269+08:00 [4924:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 84692d7a-6bd1-484d-91c6-caf9ef741958: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-06 08:10:44.510+08:00 [4924:006] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607213444, for: 5000 milliseconds 2020-12-06 08:10:44.512+08:00 [4924:006] [Info] [RNKeyChainModule] Delete Password 2020-12-06 08:10:44.882+08:00 [4924:006] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-06 08:10:45.139+08:00 [4924:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-06 08:10:45.139+08:00 [4924:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-06 08:10:45.139+08:00 [4924:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-06 08:10:45.163+08:00 [4924:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-06 08:10:45.195+08:00 [4924:006] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-06 08:10:45.385+08:00 [4924:013] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-12-06 08:10:45.385+08:00 [4924:013] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-12-06 08:10:45.385+08:00 [4924:013] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-12-06 08:10:45.385+08:00 [4924:013] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-06 08:10:45.491+08:00 [4924:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-06 08:10:45.822+08:00 [4924:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-06 16:47:40.052+08:00 [7532:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-06 16:47:40.052+08:00 [7532:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-06 16:47:40.068+08:00 [7532:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-06 16:47:40.130+08:00 [7532:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-06 16:47:40.130+08:00 [7532:004] [Info] [RNWindowManagerModule] Initialize 2020-12-06 16:47:40.256+08:00 [7532:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-06 16:47:40.271+08:00 [7532:010] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-06 16:47:40.271+08:00 [7532:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-06 16:47:40.286+08:00 [7532:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-06 16:47:40.286+08:00 [7532:010] [Info] [CallKitManagerModule] OnResume (causeId: 18683ba1-f2aa-48fd-a4a5-906c3a3b40bc) 2020-12-06 16:47:40.286+08:00 [7532:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-06 16:47:40.286+08:00 [7532:002] [Info] [BackgroundTaskManager] OnBackgroundActivated c3d0767a-d4b8-47ef-bb70-df7a56e8b2d8: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-06 16:47:40.552+08:00 [7532:010] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607244460, for: 5000 milliseconds 2020-12-06 16:47:40.630+08:00 [7532:012] [Info] [RNKeyChainModule] Delete Password 2020-12-06 16:47:40.771+08:00 [7532:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-06 16:47:41.099+08:00 [7532:012] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-06 16:47:41.099+08:00 [7532:012] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-06 16:47:41.099+08:00 [7532:012] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-06 16:47:41.114+08:00 [7532:012] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-06 16:47:41.146+08:00 [7532:010] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-06 16:47:42.068+08:00 [7532:012] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-12-06 16:47:42.068+08:00 [7532:012] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-06 16:47:42.068+08:00 [7532:012] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-12-06 16:47:42.068+08:00 [7532:012] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-06 16:47:42.147+08:00 [7532:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-06 16:47:42.287+08:00 [7532:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found. Windows.Graphics.Display: GetForCurrentView must be called on a thread that is associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-06 19:25:17.722+08:00 [12108:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-06 19:25:17.722+08:00 [12108:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-06 19:25:17.816+08:00 [12108:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-06 19:25:18.066+08:00 [12108:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-06 19:25:18.066+08:00 [12108:009] [Info] [RNWindowManagerModule] Initialize 2020-12-06 19:25:18.191+08:00 [12108:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-06 19:25:18.191+08:00 [12108:008] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-06 19:25:18.191+08:00 [12108:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-06 19:25:18.222+08:00 [12108:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-06 19:25:18.222+08:00 [12108:008] [Info] [CallKitManagerModule] OnResume (causeId: 104c88bb-a66b-40b6-8402-0d9267fe26eb) 2020-12-06 19:25:18.222+08:00 [12108:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-06 19:25:18.222+08:00 [12108:002] [Info] [BackgroundTaskManager] OnBackgroundActivated c9330f5e-a499-4882-873a-ac82319a0223: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-06 19:25:18.315+08:00 [12108:008] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607253918, for: 5000 milliseconds 2020-12-06 19:25:18.347+08:00 [12108:009] [Info] [RNKeyChainModule] Delete Password 2020-12-06 19:25:18.456+08:00 [12108:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-06 19:25:18.690+08:00 [12108:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-06 19:25:18.690+08:00 [12108:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-06 19:25:18.690+08:00 [12108:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-06 19:25:18.706+08:00 [12108:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-06 19:25:18.722+08:00 [12108:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-06 19:25:19.034+08:00 [12108:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2147943631, ResponseErrorMessage Error 2020-12-06 19:25:19.034+08:00 [12108:010] [Error] [FailedTokenRequestResponseParser] Connection Error 2020-12-06 19:25:19.034+08:00 [12108:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_ConnectionError Response ErrorCode: 2147943631 Reponse ErrorMessage: Error 2020-12-06 19:25:19.034+08:00 [12108:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-06 19:25:19.081+08:00 [12108:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-06 19:25:19.253+08:00 [12108:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-07 18:21:16.434+08:00 [1204:005] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-07 18:21:16.434+08:00 [1204:005] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-07 18:21:16.546+08:00 [1204:005] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-07 18:21:16.647+08:00 [1204:010] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-07 18:21:16.647+08:00 [1204:010] [Info] [RNWindowManagerModule] Initialize 2020-12-07 18:21:16.878+08:00 [1204:005] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-07 18:21:16.878+08:00 [1204:013] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-07 18:21:16.878+08:00 [1204:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-07 18:21:16.946+08:00 [1204:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-07 18:21:16.946+08:00 [1204:013] [Info] [CallKitManagerModule] OnResume (causeId: 06c17213-7858-4208-bc3f-2f5388bf94b1) 2020-12-07 18:21:16.946+08:00 [1204:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-07 18:21:16.946+08:00 [1204:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 173ca2f6-d652-45f9-97cc-68427b59e254: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-07 18:21:17.172+08:00 [1204:005] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607336477, for: 5000 milliseconds 2020-12-07 18:21:17.184+08:00 [1204:005] [Info] [RNKeyChainModule] Delete Password 2020-12-07 18:21:17.525+08:00 [1204:005] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-07 18:21:18.109+08:00 [1204:013] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-07 18:21:18.109+08:00 [1204:013] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-07 18:21:18.109+08:00 [1204:013] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-07 18:21:18.145+08:00 [1204:013] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-07 18:21:18.219+08:00 [1204:005] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-07 18:21:20.028+08:00 [1204:010] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-12-07 18:21:20.028+08:00 [1204:010] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-07 18:21:20.028+08:00 [1204:010] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-12-07 18:21:20.028+08:00 [1204:010] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-07 18:21:20.107+08:00 [1204:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-07 18:21:20.446+08:00 [1204:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-08 05:17:15.205+08:00 [2736:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-08 05:17:15.205+08:00 [2736:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-08 05:17:15.252+08:00 [2736:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-08 05:17:15.345+08:00 [2736:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-08 05:17:15.345+08:00 [2736:007] [Info] [RNWindowManagerModule] Initialize 2020-12-08 05:17:15.392+08:00 [2736:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-08 05:17:15.392+08:00 [2736:007] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-08 05:17:15.392+08:00 [2736:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-08 05:17:15.455+08:00 [2736:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-08 05:17:15.455+08:00 [2736:007] [Info] [CallKitManagerModule] OnResume (causeId: cc786f19-d622-4bd8-abec-8785213ae363) 2020-12-08 05:17:15.455+08:00 [2736:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-08 05:17:15.455+08:00 [2736:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 37e4b5c8-2708-48df-bd88-d9c939a07fa7: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-08 05:17:15.626+08:00 [2736:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607375835, for: 5000 milliseconds 2020-12-08 05:17:15.642+08:00 [2736:007] [Info] [RNKeyChainModule] Delete Password 2020-12-08 05:17:15.751+08:00 [2736:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-08 05:17:15.986+08:00 [2736:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-08 05:17:15.986+08:00 [2736:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-08 05:17:15.986+08:00 [2736:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-08 05:17:16.001+08:00 [2736:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-08 05:17:16.064+08:00 [2736:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-08 05:17:19.329+08:00 [2736:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-12-08 05:17:19.329+08:00 [2736:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-08 05:17:19.329+08:00 [2736:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-12-08 05:17:19.329+08:00 [2736:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-08 05:17:19.407+08:00 [2736:009] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-08 05:17:19.672+08:00 [2736:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-08 07:23:27.739+08:00 [704:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-08 07:23:27.739+08:00 [704:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-08 07:23:27.789+08:00 [704:010] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-08 07:23:27.849+08:00 [704:009] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-08 07:23:27.849+08:00 [704:009] [Info] [RNWindowManagerModule] Initialize 2020-12-08 07:23:27.931+08:00 [704:012] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-08 07:23:27.931+08:00 [704:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-08 07:23:27.939+08:00 [704:010] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-08 07:23:27.959+08:00 [704:010] [Info] [CallKitManagerModule] OnResume (causeId: fa89066c-e9a9-4dc4-b1f8-464f2ffd4349) 2020-12-08 07:23:27.959+08:00 [704:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-08 07:23:27.959+08:00 [704:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-08 07:23:27.959+08:00 [704:002] [Info] [BackgroundTaskManager] OnBackgroundActivated f24e7aaa-93e5-4b4b-a626-edb133c9be1e: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-08 07:23:28.084+08:00 [704:012] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607383408, for: 5000 milliseconds 2020-12-08 07:23:28.101+08:00 [704:012] [Info] [RNKeyChainModule] Delete Password 2020-12-08 07:23:28.395+08:00 [704:012] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-08 07:23:28.729+08:00 [704:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-08 07:23:28.739+08:00 [704:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-08 07:23:28.739+08:00 [704:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-08 07:23:28.771+08:00 [704:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-08 07:23:28.893+08:00 [704:012] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-08 07:23:30.141+08:00 [704:011] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265477, ResponseErrorMessage Error 2020-12-08 07:23:30.141+08:00 [704:011] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-08 07:23:30.141+08:00 [704:011] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265477 Reponse ErrorMessage: Error 2020-12-08 07:23:30.141+08:00 [704:011] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-08 07:23:30.371+08:00 [704:012] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-08 07:23:30.681+08:00 [704:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-12 12:49:03.741+08:00 [15396:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-12 12:49:03.741+08:00 [15396:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-12 12:49:03.907+08:00 [15396:008] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-12 12:49:03.907+08:00 [15396:008] [Info] [RNWindowManagerModule] Initialize 2020-12-12 12:49:03.995+08:00 [15396:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-12 12:49:04.062+08:00 [15396:006] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-12 12:49:04.062+08:00 [15396:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-12 12:49:04.094+08:00 [15396:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-12 12:49:04.094+08:00 [15396:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-12 12:49:04.094+08:00 [15396:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 7c045359-4491-41d1-9fca-1425ce050335: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-12 12:49:04.181+08:00 [15396:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-12 12:49:04.181+08:00 [15396:006] [Info] [CallKitManagerModule] OnResume (causeId: 18f7192c-a124-4a0b-a16f-b92e6a99b6f3) 2020-12-12 12:49:04.527+08:00 [15396:006] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607748544, for: 5000 milliseconds 2020-12-12 12:49:04.543+08:00 [15396:004] [Info] [RNKeyChainModule] Delete Password 2020-12-12 12:49:04.791+08:00 [15396:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-12 12:49:05.144+08:00 [15396:009] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-12 12:49:05.144+08:00 [15396:009] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-12 12:49:05.144+08:00 [15396:009] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-12 12:49:05.221+08:00 [15396:009] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-12 12:49:05.263+08:00 [15396:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-12 12:49:05.405+08:00 [15396:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265478, ResponseErrorMessage Error 2020-12-12 12:49:05.405+08:00 [15396:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-12 12:49:05.405+08:00 [15396:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265478 Reponse ErrorMessage: Error 2020-12-12 12:49:05.406+08:00 [15396:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-12 12:49:05.493+08:00 [15396:004] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-12 12:49:05.700+08:00 [15396:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-12 18:30:28.293+08:00 [9080:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-12 18:30:28.293+08:00 [9080:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-12 18:30:28.356+08:00 [9080:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-12 18:30:28.356+08:00 [9080:004] [Info] [RNWindowManagerModule] Initialize 2020-12-12 18:30:28.409+08:00 [9080:006] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-12 18:30:28.463+08:00 [9080:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-12 18:30:28.463+08:00 [9080:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-12 18:30:28.478+08:00 [9080:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-12 18:30:28.478+08:00 [9080:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-12 18:30:28.478+08:00 [9080:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 769771e6-fb8a-4d65-9bb0-f0a415da898d: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-12 18:30:28.657+08:00 [9080:006] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-12 18:30:28.657+08:00 [9080:006] [Info] [CallKitManagerModule] OnResume (causeId: 9bceaec4-f59a-4973-9330-e905449f632e) 2020-12-12 18:30:28.779+08:00 [9080:004] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607769028, for: 5000 milliseconds 2020-12-12 18:30:28.779+08:00 [9080:004] [Info] [RNKeyChainModule] Delete Password 2020-12-12 18:30:28.926+08:00 [9080:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-12 18:30:29.180+08:00 [9080:008] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-12 18:30:29.180+08:00 [9080:008] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-12 18:30:29.180+08:00 [9080:008] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-12 18:30:29.180+08:00 [9080:008] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-12 18:30:29.227+08:00 [9080:006] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-12 18:30:29.312+08:00 [9080:006] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265478, ResponseErrorMessage Error 2020-12-12 18:30:29.312+08:00 [9080:006] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-12 18:30:29.312+08:00 [9080:006] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265478 Reponse ErrorMessage: Error 2020-12-12 18:30:29.312+08:00 [9080:006] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-12 18:30:29.365+08:00 [9080:006] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-12 18:30:29.528+08:00 [9080:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-13 18:11:45.439+08:00 [10544:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-13 18:11:45.471+08:00 [10544:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-13 18:11:45.518+08:00 [10544:004] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-13 18:11:45.518+08:00 [10544:004] [Info] [RNWindowManagerModule] Initialize 2020-12-13 18:11:45.596+08:00 [10544:008] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-13 18:11:45.692+08:00 [10544:008] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-13 18:11:45.692+08:00 [10544:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-13 18:11:45.842+08:00 [10544:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-13 18:11:45.842+08:00 [10544:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-13 18:11:45.842+08:00 [10544:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 2f75c35f-29a1-41c0-887d-e55d1dfab125: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-13 18:11:45.873+08:00 [10544:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-13 18:11:45.873+08:00 [10544:009] [Info] [CallKitManagerModule] OnResume (causeId: 4449dca1-594f-4063-bd29-48b5dfa37fa1) 2020-12-13 18:11:46.030+08:00 [10544:009] [Info] [RNKeyChainModule] Delete Password 2020-12-13 18:11:46.565+08:00 [10544:009] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-13 18:11:47.033+08:00 [10544:009] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607854307, for: 5000 milliseconds 2020-12-13 18:11:47.129+08:00 [10544:008] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-13 18:11:47.157+08:00 [10544:008] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-13 18:11:47.175+08:00 [10544:008] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-13 18:11:47.175+08:00 [10544:008] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-13 18:11:47.237+08:00 [10544:009] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-13 18:11:47.399+08:00 [10544:009] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265478, ResponseErrorMessage Error 2020-12-13 18:11:47.399+08:00 [10544:009] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-13 18:11:47.399+08:00 [10544:009] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265478 Reponse ErrorMessage: Error 2020-12-13 18:11:47.399+08:00 [10544:009] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-13 18:11:47.815+08:00 [10544:008] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-13 18:11:48.238+08:00 [10544:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-14 17:58:29.150+08:00 [17268:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-14 17:58:29.150+08:00 [17268:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-14 17:58:29.203+08:00 [17268:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-14 17:58:29.203+08:00 [17268:007] [Info] [RNWindowManagerModule] Initialize 2020-12-14 17:58:29.274+08:00 [17268:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-14 17:58:29.311+08:00 [17268:007] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-14 17:58:29.311+08:00 [17268:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-14 17:58:29.330+08:00 [17268:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-14 17:58:29.330+08:00 [17268:007] [Info] [CallKitManagerModule] OnResume (causeId: 26a475fd-ecc5-4b4c-a3c0-cc73f513a923) 2020-12-14 17:58:29.330+08:00 [17268:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-14 17:58:29.330+08:00 [17268:002] [Info] [BackgroundTaskManager] OnBackgroundActivated d8e6f959-5df7-4fae-95ad-a2b9b53db6fa: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-14 17:58:29.435+08:00 [17268:008] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-14 17:58:29.451+08:00 [17268:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1607939909, for: 5000 milliseconds 2020-12-14 17:58:29.451+08:00 [17268:004] [Info] [RNKeyChainModule] Delete Password 2020-12-14 17:58:29.627+08:00 [17268:004] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-14 17:58:29.896+08:00 [17268:004] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-14 17:58:29.896+08:00 [17268:004] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-14 17:58:29.896+08:00 [17268:004] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-14 17:58:29.913+08:00 [17268:004] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-14 17:58:29.940+08:00 [17268:008] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-14 17:58:30.043+08:00 [17268:008] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265478, ResponseErrorMessage Error 2020-12-14 17:58:30.043+08:00 [17268:008] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-14 17:58:30.043+08:00 [17268:008] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265478 Reponse ErrorMessage: Error 2020-12-14 17:58:30.043+08:00 [17268:008] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-14 17:58:30.112+08:00 [17268:008] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-14 17:58:30.449+08:00 [17268:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-15 16:46:04.271+08:00 [16120:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-15 16:46:04.289+08:00 [16120:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-15 16:46:04.306+08:00 [16120:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-15 16:46:04.306+08:00 [16120:007] [Info] [RNWindowManagerModule] Initialize 2020-12-15 16:46:04.376+08:00 [16120:004] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-15 16:46:04.435+08:00 [16120:004] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-15 16:46:04.435+08:00 [16120:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-15 16:46:04.568+08:00 [16120:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-15 16:46:04.568+08:00 [16120:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-15 16:46:04.568+08:00 [16120:002] [Info] [BackgroundTaskManager] OnBackgroundActivated ac139d03-b714-4abe-a1db-7360f2a129f5: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-15 16:46:04.620+08:00 [16120:004] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-15 16:46:04.620+08:00 [16120:004] [Info] [CallKitManagerModule] OnResume (causeId: 0b2a3231-55c6-4cb6-96bb-256a6b78da5c) 2020-12-15 16:46:04.752+08:00 [16120:007] [Info] [RNKeyChainModule] Delete Password 2020-12-15 16:46:05.052+08:00 [16120:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-15 16:46:05.470+08:00 [16120:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1608021965, for: 5000 milliseconds 2020-12-15 16:46:05.553+08:00 [16120:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-15 16:46:05.553+08:00 [16120:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-15 16:46:05.553+08:00 [16120:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-15 16:46:05.553+08:00 [16120:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-15 16:46:05.613+08:00 [16120:007] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-15 16:46:05.738+08:00 [16120:007] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265478, ResponseErrorMessage Error 2020-12-15 16:46:05.738+08:00 [16120:007] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-15 16:46:05.738+08:00 [16120:007] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265478 Reponse ErrorMessage: Error 2020-12-15 16:46:05.738+08:00 [16120:007] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-15 16:46:05.916+08:00 [16120:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-15 16:46:06.471+08:00 [16120:004] [Info] [RegularSkypeApplication] BackgroundTaskCancelled reason : ExecutionTimeExceeded 2020-12-15 16:46:06.037+08:00 [16120:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
CallTrackerTwoProcess constructed 2020-12-15 18:17:58.353+08:00 [8452:009] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess 2020-12-15 18:17:58.353+08:00 [8452:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: start 2020-12-15 18:17:58.420+08:00 [8452:007] [Info] [RNCallMonitorModule] RNCallMonitorModule Initialize 2020-12-15 18:17:58.420+08:00 [8452:007] [Info] [RNWindowManagerModule] Initialize 2020-12-15 18:17:58.496+08:00 [8452:009] [Info] [CallKitManagerModule] EnsureSkypeBackgroundHostProcessLaunched[0]: complete 2020-12-15 18:17:58.558+08:00 [8452:008] [Info] [RNW] ReactInstanceManager: Creating React context - done 2020-12-15 18:17:58.560+08:00 [8452:002] [Info] [RNW] ReactInstanceManager: Setting up React context - entry 2020-12-15 18:17:58.578+08:00 [8452:002] [Info] [RNW] ReactInstanceManager: Setting up React context - done 2020-12-15 18:17:58.578+08:00 [8452:008] [Info] [CallKitManagerModule] OnResume (causeId: 21eb4420-201e-419b-9bad-d6380926b280) 2020-12-15 18:17:58.578+08:00 [8452:002] [Info] [RNW] ReactInstanceManager: GetOrCreateReactContextAsync - returning valid context 2020-12-15 18:17:58.578+08:00 [8452:002] [Info] [BackgroundTaskManager] OnBackgroundActivated 80bfdb74-7dd8-49c1-8fee-300eea9b3f1f: BackgroundTaskStarted : HeadlessJSTask.SignInOnUserSessionConnected 2020-12-15 18:17:58.693+08:00 [8452:007] [Info] [CallKitManagerModule] InitializeSkypeBackgroundHostProcess: already registered SessionConnected task 2020-12-15 18:17:58.776+08:00 [8452:007] [Info] [RNBackgroundExecutionModule] acquire(BackgroundSignIn), wakelock id: 1, at: 1608027478, for: 5000 milliseconds 2020-12-15 18:17:58.776+08:00 [8452:007] [Info] [RNKeyChainModule] Delete Password 2020-12-15 18:17:58.933+08:00 [8452:007] [Info] [RNKeyChainModule] deletePassword - Deleted credentials with result False 2020-12-15 18:17:59.221+08:00 [8452:010] [Info] [RNMSATokenFetcherModule] Retrieving access token silently 2020-12-15 18:17:59.221+08:00 [8452:010] [Info] [WAMTokenCacheManager] Account settings not found using old cache keys for service::lw.skype.com::MBI_SSL. 2020-12-15 18:17:59.221+08:00 [8452:010] [Info] [WAMTokenManager] Cached Web Account Id does not exist for authScope: service::lw.skype.com::MBI_SSL 2020-12-15 18:17:59.237+08:00 [8452:010] [Info] [WAMTokenManager] [Default MSA] Retrieving access token for authScope: service::lw.skype.com::MBI_SSL 2020-12-15 18:17:59.285+08:00 [8452:007] [Info] [WAMTokenManager] [Default MSA] Default MSA is available on the machine 2020-12-15 18:17:59.416+08:00 [8452:007] [Error] [WAMTokenManager] [Default MSA] Web token request failed for service::lw.skype.com::MBI_SSL, ResponseStatus UserInteractionRequired, ResponseErrorCode 2156265478, ResponseErrorMessage Error 2020-12-15 18:17:59.416+08:00 [8452:007] [Error] [FailedTokenRequestResponseParser] User interaction required 2020-12-15 18:17:59.416+08:00 [8452:007] [Error] [WAMTokenManager] Couldn't retrieve the access token for service::lw.skype.com::MBI_SSL, ResponseStatus: E_UserInteractionRequired Response ErrorCode: 2156265478 Reponse ErrorMessage: Error 2020-12-15 18:17:59.416+08:00 [8452:007] [Info] [RNMSATokenFetcherModule] Could not retrieve access token from WAM 2020-12-15 18:17:59.549+08:00 [8452:010] [Info] [DeviceUtilities] --- Registering app state handlers. --- 2020-12-15 18:17:59.703+08:00 [8452:002] [Error] [DeviceUtilities] screenDpi - exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c
exception while accessing display information System.Exception: Element not found.
Windows.Graphics.Display: GetForCurrentView must be called on a thread that is
associated with a CoreWindow. at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21 at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.GetLogicalDpi() + 0x2c at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass36_0 .<screenDpi>b__0() + 0x1e at System.Action.Invoke() + 0x25 at Com.Microsoft.React.RNDeviceUtilities.RNDeviceUtilitiesModule.<>c__DisplayClass61_0 .<<DispatchOnUi>b__0>d.MoveNext() + 0x2c