-
Notifications
You must be signed in to change notification settings - Fork 26
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
Phone crashes #10
Comments
Hey @davidkrammer, thank you for the feedback ! There is a way to get the logs. Do you think you could connect your phone to your pc using adb over TCP ? Steps to do it :
You should be able to see the logs now :) Keep me updated ! |
When the phone crashes the Logs from the wifiadb disappear also. But i found a temporary fix. |
I'm glad you found a solution for your case, though it would nice to know why it crashed in the first place. The default behavior of Android Studio is to show the logs of the "selected application". When it crashes, the application is no longer selected and the logs disappear. You can change that in your settings. You just need to select Thanks ! |
Also, check out this sample code. It may help you in case you're using the lib in the wrong way : |
My Smartphone (Samsung Galaxy S10+) crashes after around a minute using your sample Code.
It simply stops working and shutsdown and restarts.
Before it shutsdown the code works really fine! Everything works as expected.
I dont have any Logs, as i cannot connect my PC with Android Studio and the Arduino (Wemos D1 mini in my Case) at the same time..
Any ideas?
The text was updated successfully, but these errors were encountered: