Logs Flooded by Settings$SettingNotFoundException When Using SfCartesianChart - Android.Provider.Settings+SettingNotFoundException: animator_duration_scale #221
Replies: 2 comments 5 replies
-
Hi @rokmeglic71 , We’ve tested the scenario on our side but couldn’t reproduce the animator_duration_scale exception. The app runs as expected with the current setup and package versions. To help you further, we’ve included a sample and demo that shows how the controls are used. You can try running it on your device to see if the issue still occurs. ChartNavigationDemo.mp4If the problem continues, please share more details like your device model, Android version, or emulator settings so we can assist you better. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @rokmeglic71 , Thank you for your input. I tried checking the details you provided, but unfortunately, the links are either inaccessible or not opening on my end. Could you please share a screenshot of the relevant content and paste the exact details here directly? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m seeing dozens of these errors every time my page renders:
They completely disappear if I comment out the
<chart:SfCartesianChart>
in my XAML, so it looks like the Syncfusion chart is triggering an internal call toSettings.Global.getFloat("animator_duration_scale", …)
.Everything in the UI works as expected, but my logcat is cluttered. Can someone point me in the right direction to fix or suppress these warnings?
Steps to Reproduce
Syncfusion.Maui.Toolkit
NuGet package.<chart:SfCartesianChart>
to a page’s XAML.SettingNotFoundException
entries.Expected vs. Actual Behavior
SettingNotFoundException
foranimator_duration_scale
should appear in the logs.RecyclerView
(used internally by Syncfusion) binds its view holder, Android throws and logs this exception.Environment
What I’ve Tried
<chart:SfCartesianChart>
— errors vanish.RecyclerView
internally ([link](https://copilot.microsoft.com/shares/AGXSuSiU2ttHt4L17Cb7M)).References
RecyclerView
Questions
"animator_duration_scale"
setting?Any guidance or workaround would be greatly appreciated. Thank you.
Full log
Beta Was this translation helpful? Give feedback.
All reactions