Skip to content

Multi-process support for Android #1156

@TedaLIEz

Description

@TedaLIEz

Is your question about specific 1DS SDK APIs or Features?

Our team is working on a multi-process design of our Android application, I'm wondering if cpp_client_telemetry SDK is suitable for multi-process scenario.

For example, can we acquire multiple logger instances in each process, and those logger instances shall emit telemetry to backend in different tenants?

In multi-process scenario, it is hard to deal with synchronization because mutex is no longer working between processes. Besides, we don't want to pay the price to use IPC to emit telemetry. So, the best option for us is that each process should emit telemetry on its own.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions