cpp_client_telemetry
cpp_client_telemetry copied to clipboard
1DS C++ SDK
For Android apps who wants to set AAD token( or other tokens) on the java layer, there is no API currently to achieve that. The C++ API - `LogManager->GetAuthTokensController()->SetTicketToken(TicketType_AAD, value)`...
Hi all Can you help us diagnose why this native crash happens? This is something that has showed up consistently in our crash logs at a relatively low rate (9k...
Windows 11 SDK version 3.7.5.7 **Steps to reproduce.** Send 100000 events. Some timeout errors will occur. Receiving service will have missing events The 1ds integration is here https://github.com/AzureAD/mip-sdk-for-cpp/blob/develop/src/core/api_impl/diagnostic/oneds/oneds_helper.cpp **What is...
**Problem Description** It seems like a change from 2021 is affecting the `FlushAndTeardown` sequence: https://github.com/microsoft/cpp_client_telemetry/pull/829 **Steps to reproduce.** - Set `maxTeardownUploadTimeInSec` to 2-3-5 seconds. - Run a very short-lived testapp....
Ongoing PR, not yet for review. Included changes * Deprecate shared global state (the LogManager instance that is not really an instance). * Return unique_ptr for ILogManager.
**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your SDK version, platform, OS version, etc. If you're reporting a problem with a specific version...
https://github.com/microsoft/cpp_client_telemetry/blob/e8eb28fab9f382e4ce34c61525dcfffe1a1f9e9f/lib/android_build/app/src/main/cpp/CMakeLists.txt#L86 gradlew assembleRelease results in ninja: error: 'D:/git/2ds/lib/android_build/maesdk/build/intermediates/cmake/debug/obj/armeabi-v7a/libmaesdk.so', needed by 'D:/git/2ds/lib/android_build/app/build/intermediates/cmake/release/obj/armeabi-v7a/libnative-lib.so
The current android build uses an outdated Gradle, cmake and java build dependencies and requires outdated IDE Android Studio 4 to run the project Suggested to upgrade 1. Gradle and...