bevy/crates/bevy_log
James Liu 03419444b6
Fix unhandled null characters in Android logs (#12743)
# Objective
Fix #12728. Fix unsoundnesss from unhandled null characters in Android
logs.

## Solution
Use `CString` instead of using formatted Strings. Properly document the
safety invariants of the FFI call.
2024-04-01 23:04:38 +02:00
..
src Fix unhandled null characters in Android logs (#12743) 2024-04-01 23:04:38 +02:00
Cargo.toml Release: 0.13.1 2024-03-18 23:06:31 +01:00