7 Star 24 Fork 10

Gitee 极速下载/xposed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/rovo89/Xposed
克隆/下载
xposed_logcat.h 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
rovo89 提交于 2016-05-18 21:05 . Add an option to save a full logcat
#ifndef XPOSED_LOGCAT_H_
#define XPOSED_LOGCAT_H_
#define XPOSEDLOG XPOSED_DIR "log/error.log"
#define XPOSEDLOG_OLD XPOSEDLOG ".old"
#define XPOSEDLOG_CONF_ALL XPOSED_DIR "conf/log_all"
#define XPOSEDLOG_MAX_SIZE 5*1024*1024
namespace xposed {
namespace logcat {
void printStartupMarker();
void start();
} // namespace logcat
} // namespace xposed
#endif /* XPOSED_LOGCAT_H_ */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/xposed.git
git@gitee.com:mirrors/xposed.git
mirrors
xposed
xposed
master

搜索帮助