mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: bump client api (#4804)
* chore: bump client api * chore: bump client api * chore: bump client api
This commit is contained in:
@ -176,7 +176,6 @@ async fn post_to_flutter(response: AFPluginEventResponse, port: i64) {
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn rust_log(level: i64, data: *const c_char) {
|
||||
info!("backend_log");
|
||||
// Check if the data pointer is not null
|
||||
if data.is_null() {
|
||||
error!("[flutter error]: null pointer provided to backend_log");
|
||||
|
Reference in New Issue
Block a user