Skip to main content

log_msg

Function log_msg 

Source
pub fn log_msg(message: impl Into<String>)
Expand description

Log a message (maps to android.util.Log.d on device).

bubba_core::runtime::log_msg("Typing…");