D DevBaby Active Member Licensed User Longtime User Nov 8, 2013 #1 Log.d() no longer posts messages in the log viewer in B4A. I am connected with the device through b4A bridge with the wi-fi option. Other B4a procoess events show, but the log.d() messages do not.
Log.d() no longer posts messages in the log viewer in B4A. I am connected with the device through b4A bridge with the wi-fi option. Other B4a procoess events show, but the log.d() messages do not.
Erel B4X founder Staff member Licensed User Longtime User Nov 10, 2013 #2 Starting from Android 4.1 the logs are quite restrictive (except when using USB debug mode). Processes cannot read the logs of other processes. You should use BA.Log or BA.LogError. These methods, in debug mode, send the message to B4A-Bridge which then sends it to the IDE.
Starting from Android 4.1 the logs are quite restrictive (except when using USB debug mode). Processes cannot read the logs of other processes. You should use BA.Log or BA.LogError. These methods, in debug mode, send the message to B4A-Bridge which then sends it to the IDE.
tchart Well-Known Member Licensed User Longtime User Nov 28, 2014 #3 Been banging my head against the wall trying to figure this one out. Moral of the story = stick to BA.Log
Been banging my head against the wall trying to figure this one out. Moral of the story = stick to BA.Log