android / tuningfork

Android Performance Tuner is a library to help developers measure frame rendering time across different devices and game stages. This plugin will help developers integrate Android Performance Tuner into their game.
https://developer.android.com/games/sdk/performance-tuner/unity
Other
54 stars 30 forks source link

TuningFork and Memtrack Errors #39

Closed Ditronian closed 11 months ago

Ditronian commented 1 year ago

Greetings, when implementing the Android Performance Tuner (1.5.2) for our Unity 2022.3.5f1 project, we noticed we were getting the following Errors in Android Logcat:

App Startup image

With each Upload Request image

I noticed in a closed issue that it was mentioned a fix for the first two (and possibly the third if related) was in progress, is this still the case? We are just a bit concerned about adding unknown errors to our project while attempting to resolve existing stability issues.

labalov commented 1 year ago

Thanks for the issue. We've identified the root cause for these errors and we should have them resolved by the next update to our unity plugin.

Also I'd like to point out that this issue should not disrupt the flow of the library as it only fails to obtain a portion of the memory telemetry that's being collected on the device.

Ditronian commented 1 year ago

Thanks for the issue. We've identified the root cause for these errors and we should have them resolved by the next update to our unity plugin.

Also I'd like to point out that this issue should not disrupt the flow of the library as it only fails to obtain a portion of the memory telemetry that's being collected on the device.

Thanks, we appreciate it and will keep an eye out for it!

labalov commented 11 months ago

The newest alpha release should fix this issue.