at_client_sdk icon indicating copy to clipboard operation
at_client_sdk copied to clipboard

Gather diagnostic info

Open gkc opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Currently it is difficult if not impossible to diagnose some issues, especially sync, short of debugging jointly with a customer. Even then, some info is not readily available

Describe the solution you'd like

Implement a simple DiagosticService and simple DiagnosticObserver

Enhance AtClient to share diagnostics via the DiagnosticsService. Initially support streaming of data mutation events (out or delete in AtClient) and detailed sync processing events.

Create a simple implementation of a client of the DiagnosticsService which developer can use to gather and share diagnostic info with minimum effort

Describe alternatives you've considered

No response

Additional context

No response

gkc avatar Oct 17 '22 13:10 gkc