Its possible that you have not started tge daemon. We you connect the phine and start the debugging process, a permission message on the phone will pop up, give permission, only then you will see the logs.
did you give the permission on Android Phone because when you start the ADB logcat, a popup on phone will ask for permission. If you don't accept, you'll not be able to see logs.
@esparesterencee.2881 Well, it depends on how long you let your phone connect or how long you let your app run. This command is used to see the output of the log, meaning that we will be able to see any specific error message if the app crashes. If the app is working properly, the error message will never show up, and it will continue until you close the app in your device.
@@f.a.2980how to fix error in debugging ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
hey bro i followed your same command but cursor is blinking nothing happens in terminal, nothing showing log error help please
Its possible that you have not started tge daemon. We you connect the phine and start the debugging process, a permission message on the phone will pop up, give permission, only then you will see the logs.
@@nilegproduction bro can make video on this topic please
@@nilegproduction I give the permission, but any log appears, for any one kivy app.
bro try this command-: adb -s "(your_device_id)" logcat | findstr "python"
What a good video. Replace "I/python" for "I python", it worked for me too
will it take long to finish?
how can I do this on mac?
please help me i am getting horizontal camera in kivymd camera when i am opening in android phone
will it take long to finish?
Bro why app auto back while open
bro i have a problum on your previous video when i convert my kivy to apk and when i try to open it ,It auto back
What do you mean by auto back? Does it crashes upon opening?
yes bro@@nilegproduction
I have the same it crash when I open it and when I tried logcat I didn't get any msgs from I/python@@nilegproduction
How does it know what file to run.
Same doubt
I do same thing. But not getting any logs😢
did you give the permission on Android Phone because when you start the ADB logcat, a popup on phone will ask for permission. If you don't accept, you'll not be able to see logs.
replace "I/python" for "I python"
@@f.a.2980 will it take long to finish?
@esparesterencee.2881 Well, it depends on how long you let your phone connect or how long you let your app run. This command is used to see the output of the log, meaning that we will be able to see any specific error message if the app crashes. If the app is working properly, the error message will never show up, and it will continue until you close the app in your device.
@@f.a.2980how to fix error in debugging ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.