This commit is contained in:
qiuqiu 2025-04-15 12:00:02 +08:00
parent 68f03418ad
commit 561ab5d734
14 changed files with 50 additions and 5 deletions

View File

@ -87,3 +87,36 @@ main函数运行到这里就可以判断和创建数据库了
三消的lua初始化相关
![[Pasted image 20250411154812.png]]
解析一下,主逻辑脚本;
首先,是收集的结构体
![[Pasted image 20250415100528.png]]
是一个mono的单例设置上报的时间间隔是5秒还有其他声明的变量例如SkipFrame就是跳过的帧数FailCheckInterval是发送失败后间隔多久才开始重新发送这里设定是60秒
![[Pasted image 20250415100730.png]]
这是获取,对应操作系统的名称
![[Pasted image 20250415102109.png]]
在Update函数里先跳过上述提及的5帧然后才开始采集
![[Pasted image 20250415102418.png]]
这里是检测上次失败的时间间隔这里是大于60秒才会继续重发
![[Pasted image 20250415102956.png]]
这里是发送网络消息的接口设置了超时是10秒然后重发次数还有失败多次后设置enable使能为false
![[Pasted image 20250415103219.png]]
非常朴素的获取内存占用相关这个是不可以直接使用的因为还使用到Profiler性能检测的一些接口后面需要替换成各原生层的获取内存的相关接口
![[Pasted image 20250415103921.png]]
这里是,上报拼接的,具体逻辑
![[Pasted image 20250415105531.png]]

View File

@ -1,3 +0,0 @@
#go
#unity/日常积累

View File

@ -128,3 +128,7 @@ history
客户端上报
![[Pasted image 20250411104809.png]]
网络发送的逻辑接口,会有重发机制:
![[Pasted image 20250415101220.png]]

View File

@ -282,3 +282,9 @@ IOS:insdzqa7l0qo
inspireclient.hummingbird@gmail.com
igclient0927
```
三消Adjust识别码
```
ios:1jsy93yc5iv4
android:mnfbn2rq6h34
```

View File

@ -22,6 +22,11 @@
# 今日任务
- [ ] 记得今天要去拿 咖啡快递
- [x] 申请一下 PerfSight 试用
- [ ] 彻底解决震动插件Unable to seek的问题
- [ ] 添加一下 Adjust的发包还有回包log打印确定符合设计预期
- [x] 重新生成一下安卓aar相关去掉多余的引用和代码逻辑
- [ ] 服务器逻辑,创建一个,新的数据库,存放新的表
---
# Journal

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 KiB