mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Separate libutils and libsystemproperties
This commit is contained in:
4
native/jni/systemproperties/include/async_safe/log.h
Normal file
4
native/jni/systemproperties/include/async_safe/log.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define async_safe_format_buffer snprintf
|
||||
#define async_safe_format_log(...) /* NOP */
|
Reference in New Issue
Block a user