Android Question Log is empty - no activity events or Log function output

Alaa Alawi

Member
Licensed User
Hi,

My name is Ala'a and I'm new B4A user. I'm trying to find my way through this new language and IDE. I'm trying simple snippets like 'Log("Hello World")' but the log does not show anything except 'Logger connected to: HUAWEI HUAWEI NXT-L29'.
Even the activity events which I assume should show-up in the logs, are not.


I'm having the registered 8.3 version and using B4A-Logger v2.53. My phone has Android 7.
Am I missing something (i.e. a menu or a setting) to solve the issue?
Regards,

Ala'a
 

npsonic

Active Member
Licensed User
If you are using Release mode you have to use this line of code to get logs working.
B4X:
#BridgeLogger: True
You probably should test with Debug mode.
 
Upvote 0

Alaa Alawi

Member
Licensed User
Thanks for the help.

I got the USB debug mode running successfully. Strange enough, now the B4A-Bridge works. I sure had messed up something.

Thanks again

Edit: I'm running Win10 under virtualbox LinuxMint17 64bit. I had updated to the latest virtualbox edition, installed the Guest additions update and Installed my mobile drivers
 
Last edited:
Upvote 0
Top