pub fn log_msg(message: impl Into<String>)
Log a message (maps to android.util.Log.d on device).
android.util.Log.d
bubba_core::runtime::log_msg("Typing…");