更新时间:2022-02-24 GMT+08:00
初始化AgentLite资源
接口功能
初始化AgentLite资源。
接口描述
1 |
public static boolean init(String workPath, String logPath);
|
接口所属类
BaseService
参数说明
字段 |
必选/可选 |
类型 |
描述 |
---|---|---|---|
workPath |
必选 |
String |
AgentLite工作路径,用于存放Agent Lite的配置文件与生产的临时文件,工作路径必须有效。 |
logPath |
可选 |
String |
日志路径(若日志路径为空则日志写在工作路径中)。 |
接口返回值
返回值 |
描述 |
---|---|
true |
成功。 |
false |
失败。 |
示例
1 2 |
// 开发者调用该接口初始化Agent Lite资源
BaseService.init("/sdcard/helloWorld", null);
|
父主题: 直连设备接入