安卓端调用log.setLogTime无效。
Closed this issue · 1 comments
WoKee commented
组装日志时,手动调用log.setLogTime(),后台查看上传时间没有按照预期时间生成。
/**
* This method will be removed in future version.
* Set the __time__ field. Do not call this method for set __time__ field, this may case data lost.
*
* @param logTime time in second
*/
@Deprecated
public void setLogTime(long logTime) {
this.logTime = logTime;
}
cnbleu commented
setLogTime这个方法已经置为Deprecated,未来会移除掉。不建议调用该方法,SDK内部会自动对logTime进行校正。