Alex Gavrishev

Results 30 comments of Alex Gavrishev

Hi I see the updates for those apps, can you provide more details: 1. System language 2. Android version 3. Device model 4. Are you using AppWatcher beta?

We don't use OneCollector, I'm not familiar with its properties

I agree with Lalit that passing parameter to build is more explicit, in CMD, notice there are different 2 properties types: ``` -D, --system-prop Set system property of the JVM...

Try 1.6.9 update and trigger refresh. History is persisted only locally and and not synced anywhere

The behavior of generating device id was changed in Android 15, this id is used to detect what apps supported by the device... I've implemented, but there still some issues

Interesting, there are some hardcoded values that look like they needs to be initialized correctly

Do you use main thread to initalize Room?

Yes, initialization looks correct, looking on stack, the crash is happening during uploading an event when it tires to [load records from Room DB](https://github.com/microsoft/cpp_client_telemetry/blob/ced3b3d3b2f068c2249226a206398efd2c84c00e/lib/offline/OfflineStorage_Room.cpp#L352) Is it possible to add line...

The trace posted is trying to `uploadAsync` something, looking in the source, the flow looks following: `scheduleUpload >> uploadAsync >> initiateUpload >> retrieveEvents >> handleRetrieveEvents >> GetAndReserveRecords`. May be some...