Meituan-Dianping / Logan

Logan is a lightweight case logging system based on mobile platform.
https://tech.meituan.com/logan_open_source.html
MIT License
5.73k stars 876 forks source link

移动端安卓如何自行解析本地文件? #439

Closed qtaotao closed 2 years ago

qtaotao commented 2 years ago

请问,移动端怎么能自己解析log文件,是否可以不加密存储?

wangyanxi2019 commented 2 years ago

+1,这个日志怎么看啊ios

Richard-Cao commented 2 years ago

不能本地解析,要上传到server端,本地没有设置解析模块

wangyanxi2019 commented 2 years ago

@Richard-Cao Server端是用nodejs部署的,我们后端是goland,请问有goland的解码类吗?如果没有,能否提供下解码思路

Richard-Cao commented 2 years ago

nodejs和java的解析是有的,也是开源的,参考项目,golang的没写,可以自己参照实现一个