比较提交

...
此合并请求有变更与目标分支冲突。
/Documentation/apm.md

1 次代码提交

作者 SHA1 备注 提交日期
meng.yan 080c56c9 merge master 3 年前
共有 11 个文件被更改,包括 10 次插入58 次删除
  1. 1
      .gitignore
  2. 41
      .DS_Store
  3. 2
      Documentation/api/apiIndexApm.md
  4. 2
      Documentation/apm.md
  5. 1
      Assets/HuaweiService/.DS_Store
  6. 1
      Assets/HuaweiService/app_linking/.DS_Store
  7. 1
      Assets/HuaweiService/apm/.DS_Store
  8. 1
      Assets/HuaweiService/apm/Editor/.DS_Store
  9. 2
      Assets/HuaweiServiceDemo/Scripts/test/.DS_Store
  10. 8
      Assets/HuaweiService/apm.meta
  11. 8
      Assets/HuaweiServiceDemo/Scripts/test/apm.meta

1
.gitignore


*.gen.*
obj$
obj.meta$
*.meta
build/**
PackageSources

41
.DS_Store
文件差异内容过多而无法显示
查看文件

2
Documentation/api/apiIndexApm.md


Start recording scene loading time.<br>``开始记录场景加载时间``|startLoadingScene(GameAttribute gameAttribute)|
Stop recording scene loading time.<br>``停止记录场景加载时间``|stopLoadingScene(string scene)|
Save current game properties.<br>``保存当前游戏属性``|setCurrentGameAttribute(GameAttribute gameAttribute)|
Set the reporting frequency of game performance data, unit: minute.<br>``设置游戏性能数据上报频率,单位:分钟``|setReportRate(int intervalMin)|
Set the reporting frequency of game performance data, unit: minute.<br>``设置游戏性能数据上报频率,单位:分钟``|setReportMinRate(int intervalMin)|
Whether to enable APM Game Plugin service.<br>``是否启用APM Game Plugin服务``|enableGamePlugin(boolean enabled)|

2
Documentation/apm.md


// ...
// Add APM SDK library dependency
implementation 'com.huawei.agconnect:agconnect-apms:1.5.2.300'
implementation 'com.huawei.agconnect:agconnect-apms-game:1.5.2.300'
implementation 'com.huawei.agconnect:agconnect-apms-game:1.5.2.303'
}
```

1
Assets/HuaweiService/.DS_Store
文件差异内容过多而无法显示
查看文件

1
Assets/HuaweiService/app_linking/.DS_Store
文件差异内容过多而无法显示
查看文件

1
Assets/HuaweiService/apm/.DS_Store
文件差异内容过多而无法显示
查看文件

1
Assets/HuaweiService/apm/Editor/.DS_Store
文件差异内容过多而无法显示
查看文件

2
Assets/HuaweiServiceDemo/Scripts/test/.DS_Store
文件差异内容过多而无法显示
查看文件

8
Assets/HuaweiService/apm.meta


fileFormatVersion: 2
guid: ed0048e9ddfc0420e99d42298a7beba2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
Assets/HuaweiServiceDemo/Scripts/test/apm.meta


fileFormatVersion: 2
guid: 7a58a1d7ae6354573b066eb9f7d85940
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
正在加载...
取消
保存