From bffb45481bc33f9996ffb1ad6c349673e3578f2d Mon Sep 17 00:00:00 2001 From: yangbiao59 Date: Thu, 10 Jul 2025 08:46:49 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0write=5Fani=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangbiao59 --- interfaces/kits/js/src/mod_fs/properties/ani/write_ani.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/js/src/mod_fs/properties/ani/write_ani.cpp b/interfaces/kits/js/src/mod_fs/properties/ani/write_ani.cpp index 6c718e079..594ef8cf2 100644 --- a/interfaces/kits/js/src/mod_fs/properties/ani/write_ani.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/ani/write_ani.cpp @@ -139,6 +139,7 @@ ani_double WriteAni::WriteSync( } return static_cast(ret.GetData().value()); } + HILOGE("Unsupported buffer type!"); ErrorHandler::Throw(env, EINVAL); return -1; -- Gitee