microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
10.63k stars 867 forks source link

feat: Add support for logging to Android logcat #928

Open nitanmarcel opened 3 months ago

nitanmarcel commented 3 months ago

On android, especially when using mimalloc in an android application there's not way to check the logs outputed by mimalloc. This PR fixes that by also outputing logging on Android's logcat