From 8f0feefd04b1f7434d233a0205a47dd17c42ae17 Mon Sep 17 00:00:00 2001 From: SSimco <37044560+SSimco@users.noreply.github.com> Date: Sat, 9 May 2026 17:03:36 +0300 Subject: [PATCH] ih264d: remove android logging --- dependencies/ih264d/decoder/ih264d_dpb_mgr.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dependencies/ih264d/decoder/ih264d_dpb_mgr.c b/dependencies/ih264d/decoder/ih264d_dpb_mgr.c index ce977d73..ce8fbe12 100644 --- a/dependencies/ih264d/decoder/ih264d_dpb_mgr.c +++ b/dependencies/ih264d/decoder/ih264d_dpb_mgr.c @@ -17,9 +17,7 @@ ***************************************************************************** * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore */ -#ifdef __ANDROID__ -#include -#endif + #include "ih264_typedefs.h" #include "ih264_macros.h" #include "ih264_platform_macros.h" @@ -902,10 +900,6 @@ WORD32 ih264d_read_mmco_commands(struct _DecStruct * ps_dec) { if (j >= MAX_REF_BUFS) { -#ifdef __ANDROID__ - ALOGE("b/25818142"); - android_errorWriteLog(0x534e4554, "25818142"); -#endif ps_dpb_cmds->u1_num_of_commands = 0; return -1; }