1 Star 0 Fork 10

战鹏/xposed

forked from Gitee 极速下载/xposed 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
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_ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/war_peng/xposed.git
git@gitee.com:war_peng/xposed.git
war_peng
xposed
xposed
master

搜索帮助