公告板
版本库
filestore
活动
搜索
登录
Android
/
Security_guest_portrait_rk3399_outdoor
竖屏rk3399室外机
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
a
554325746@qq.com
2020-01-20
b2ab598e535926e22e4a16e35d955345bfa841ce
[Android/Security_guest_portrait_rk3399_outdoor.git]
/
app
/
src
/
main
/
cpp
/
LogUtil.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef FACEID2_0_LOGUTIL_H
#define FACEID2_0_LOGUTIL_H
#include <string>
using namespace std;
class LogUtil {
private:
public:
static void log(string message);
};
#endif //FACEID2_0_LOGUTIL_H