vlcplayer for android 源码编译log打印

vlcplayer for android 源码编译log打印

这篇文章记录了vlcplayer for android 开源库中libvlc.so中添加log打印的方法。

主要针对libvlc源码中msg_Info/msg_Err/msg_Warn/msg_Dbg 函数打印输出到Android log中。修改如下:

vlc-android/libvlcjni/vlc/include/vlc_message.h中,导入

c 复制代码
#include <android/log.h>

msg_Info/msg_Err/msg_Warn/msg_Dbg最终都会调用到msg_Generic ,所以只修改msg_Generic ,修改如下,去掉vlc_Log函数

c 复制代码
#define msg_Generic(o,p, ...) \
    __android_log_print(p,vlcmodule_name,__VA_ARGS__)
相关推荐
gregmankiw10 小时前
Nemotron架构(Mamba3+Transformer+Moe)
android·深度学习·transformer
xianjian091212 小时前
MySQL 的 INSERT(插入数据)详解
android·数据库·mysql
欧简墨13 小时前
kotlin Android Extensions插件迁移到viewbinding总结
android·trae
货拉拉技术13 小时前
优雅解决Android app后台悬浮窗权限问题
android
用户693717500138414 小时前
Android 手机终于能当电脑用了
android·前端
用户51722315748015 小时前
android资源类型与布局资源详细介绍
android
优选资源分享15 小时前
GKD v1.11.6 | 安卓开屏广告跳过工具 可用版
android
robotx15 小时前
安卓zygote启动相关
android
Mac的实验室16 小时前
2026年最新真实社交怎么注册?手把手教你如何成功注册Truth Social账号
android
毕设源码-郭学长17 小时前
【开题答辩全过程】以 基于Android的点餐APP的设计为例,包含答辩的问题和答案
android