-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo issues #1
Comments
Hey Alexander, Thanks for reporting these issues. The first issue (Runtime errors + Crashes due to non UI Thread) has been fixed in commit 8d12693. We did not observe runtime crashes but some Logcat errors yes. The second issue: Realtime Ghosted Traces memory, we can reproduce a slow memory leak as the application runs. We're working on it and will try to get a fix out today. Best regards, |
Just a heads up. One of our deployment builds failed. revision 1883 of SciChart.Core is missing from Maven. We're working on it. |
Second issue (memory leak in Realtime Ghosted Traces) and deployment issue is now fixed. 26195af. It was the android.support.v4.util.CircularArray which was holding on to old DataSeries in the actual example code. This has now been removed from the example. I should add - no changes were needed in SciChart Android SDK to fix both these issue, they were purely example code :) |
Hi guys, did you test your demo app? =)
When I tested your demo I've got a lot of exceptions in logcat and runtime crashes. Is your SDK written like demos?
For example, what is going after setting values to views from not UI thread? =) https://github.com/ABTSoftware/SciChart.Android.Examples/blob/master/v2.x/Examples/app/src/main/java/com/scichart/examples/fragments/PerformanceDemoFragment.java#L258
This looks tastier on the "RealTime Ghost Traces": http://imgur.com/a/KDEyR
The text was updated successfully, but these errors were encountered: