Android Question why i use log("string"), no any display?

yhyzhj

Member
use log("string"), no any display, no any error. use toastmessageshow can display. my B4A version 9.8
 
Last edited:

barx

Well-Known Member
Licensed User
Longtime User
Where are you expecting to see the Log response? It sounds like you're expecting something with in the app on the device. A Log() statement displays in the Logs tab in the b4a program when the device is 'connected'.
 
Upvote 0
Top