Skip to content
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

Open
avoronsky opened this issue Jul 10, 2017 · 3 comments
Open

Demo issues #1

avoronsky opened this issue Jul 10, 2017 · 3 comments

Comments

@avoronsky
Copy link

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

@andyb1979
Copy link
Contributor

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,
Andrew

@andyb1979
Copy link
Contributor

andyb1979 commented Jul 10, 2017

Just a heads up. One of our deployment builds failed. revision 1883 of SciChart.Core is missing from Maven. We're working on it.

SciChart Android Teamcity

@andyb1979
Copy link
Contributor

andyb1979 commented Jul 10, 2017

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants