-
Notifications
You must be signed in to change notification settings - Fork 806
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
Crash in XY plot of Oscilloscope screen #2580
Crash in XY plot of Oscilloscope screen #2580
Comments
@Surajkumar5050 Welcome here! |
@AsCress , I don't currently have the PSLab device to test the issue physically. However, after analyzing the code, I believe the issue might be caused by an Possible Fix:
Replace the existing fetchData method in the ScienceLab.java class with the code above. |
@Surajkumar5050 Sounds nice ! Would you like to give it a try and fix this ? |
@AsCress , while I’d be happy to contribute, I currently don’t have access to the physical PSLab device to test the changes directly. However, based on the code analysis and error logs, I have proposed a solution for the fetchData method. If someone with the device can implement the changes and test them, it would be great to verify if this resolves the issue. |
No issues at all! You can make the PR and we are more than happy to test it for you. |
Fixed issue - fossasia#2580
Update ScienceLab.java class for fixing the issue fossasia#2580
@AsCress , I have created the pull request, and it is now ready for testing. Feel free to proceed with the testing, and I'm happy to address any further issues if they arise. |
Actual Behaviour
The app crashes under certain circumstances in the XY plot of the Oscilloscope screen.
Expected Behaviour
The app never crashes.
Steps to reproduce it
--> Crash
LogCat for the issue
Would you like to work on the issue?
Maybe.
The text was updated successfully, but these errors were encountered: