Author Message
????????_deprecated
Joined: Nov 15, 2017
Messages: 7
Offline
When registering the server, the console kept printing "OM Collection Timer", there is no failure tips. The following is a print log, what is the reason? Is it in connection? Why can not connect? Please answer my doubts, thank you!

2018-02-05 10:22:36.011 MACPhone[2474:76125] ThreadId[0x70000e58b000] CEventLoop[0x0x105243170]::OnOperatingMeasurementsCollectorGetMeasurements() Timers list (size = 1) [pTimer name timeMS R / O]: [0x600000122580 "OM Collection Timer" 60000 R]
2018-02-05 10:22:36.011 MACPhone[2474:76125] GR OM:
GR OM: ----------------------------------
GR OM: Version: ClientSDK/263.0.30 (283; Macintosh; Intel Mac OS X 10_12_6)
GR OM: ----------------------------------
GR OM: General Resources Operating Measurements (GR OM)
GR OM: Number of threads : Current: 11, HWM: 13
GR OM: Physical Memory (MB) : Current: 85, HWM: 107
GR OM: Virtual Memory (MB) : Current: 2764, HWM: 2780
GR OM: ----------------------------------
EL OM: Event Loop Operating Measurements (EL OM)
EL OM: Callbacks posted : Current: 0, Total: 17
EL OM: Callbacks processed : Current: 0, Total: 17
EL OM: Callbacks removed : Current: 0, Total: 0
EL OM: Callbacks in-queue : Current: 0, HWM: 5
EL OM: QueueTime (sec) : Avg: 0.000, Max: 0.000, HWM: 0.004
EL OM: ProcessTime (sec) : Avg: 0.000, Max: 0.000, HWM: 0.129
EL OM: One Shot Timers : Current: 0, Added: 0, Removed: 0, Expired: 0
EL OM: Repeat Timers : Current: 1, Added: 0, Removed: 0, Expired: 1
EL OM: ----------------------------------
CM OM: Callback Manager Operating Measurements (CM OM)
CM OM: Callbacks posted : Current: 0, Total: 15
CM OM: Callbacks processed : Current: 0, Total: 15
CM OM: Callbacks removed : Current: 0, Total: 0
CM OM: Callbacks in-queue : Current: 0, HWM: 6
CM OM: QueueTime (sec) : Avg: 0.000, Max: 0.000, HWM: 0.188
CM OM: ProcessTime (sec) : Avg: 0.000, Max: 0.000, HWM: 0.188
CM OM: ----------------------------------
CS OM: Contact Service Operating Measurements (CS OM)
CS OM: Contacts in cache : current: 1, HWM: 1
CS OM: ----------------------------------
Pavel_K
Joined: Dec 20, 2016
Messages: 67
Offline
The CSDK components require to check system information. It happens every 1 minute for foreground mode and every 30 min for background. These logs will be added every time. It is required for debugging and it is regular behavior.
????????_deprecated
Joined: Nov 15, 2017
Messages: 7
Offline
I get it. thank you! But I still have a question. Why did not I respond when I started registering a server? That is, there is no success nor failure.
Dmitry_Shikulin
Joined: Dec 20, 2016
Messages: 58
Offline
Sorry for the delay with response.

From the provided logs it is unclear what happens. Is that the only log you have? Could you please share the full log for csdk.
It is also unclear whether you subscribe or not for registration events.
You can always refer to a documentation - https://www.devconnectprogram.com/site/global/products_resources/avaya_client_sdk/programming_docs/current/windows/communication/tech/initializing_sdk.gsp#creation-of-the-user-object-1780
Or check how it is done in sample app.
Go to:   
Mobile view