So the problem is that if I run my application on the real device via 
Android Studio's Run, the stored view is altered after I try to use UART 
module.


Before using UART module: 

*I/Fails:: com.yyy.view.ConnectView@2e8ba638*

After using UART module the same view changes to: 

*I/Fails:: com.yyy.view.FeatureView@3344bf38* 

And of course, the application throws an error, because the view is changed.


However, when I run the app in standalone mode (on a tablet, no connection 
to the PC), the same application runs smoothly.


Also, when I try to monitor the app via Android Monitor but not in Run 
mode, the application runs fine and the view is not changing.


Running the application under Android Studio's debugger also goes smoothly.


Thus, the only problem is when I run the application under Android Studio's 
Run.


Any suggestions are really appreciated. What is the difference between 
running the app under the Android Studio's Run and simply monitoring app's 
output via Android Monitor?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8b398ac1-4bab-4563-a911-23e25eda3a62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to