SampleApp 2.3 Stopping when plotting/emailing data
Hi,
When trying to either plot or email the accelerometer data in the 2.3 SampleApp, the app hangs or crashes.
I ran it through the debugger, and it appears to be calls within the dataSampletoGS () method, specifically line 292 which causes it to crash, it calls InvocationTargetException(Throwable exception) after trying to run this code byte[] config= samplingConfig.getBytes();
After that At one stage the debugger is unable to find the code it requires to display (ZygoteInit$MethodAndArgsCallers.run()line:735/736/737/738 - not sure if that is relevant though.
Any pointers or a fix to this would great.
Many thanks,
Richard
This discussion has been closed.
Comments
I think is a bug in the sample app.
Have you tried to select data sampling, press start button, wait some secs, press stop button and than plot?
It works for me
I've tried that numerous times at this stage, on two devices also (Samsung galaxy s3 and nexus 7), but experience the same problem on both unfortunately.
I thought that perhaps my board was not generating the data, but with app version 2.2 I am able to generate a plot, so it does not appear to be board related.
Thanks for the suggestion though.
R