编译构建 CODEARTS BUILD-使用yaml配置APM探针注入到Android APP

时间:2023-12-20 17:27:54

使用yaml配置APM探针注入到Android APP

version: 2.0 # 必须是2.0
steps:
  BUILD:
    - apm_probe:
       inputs:
          region: cn-north-1
          app_id: '3333'
          path: app/build/outputs/apk/app-debug.apk
          output_path: ./instrumented.apk

参数名

参数类型

描述

是否必填

默认值

region

string

地域名。

app_id

string

App ID。

path

string

Android APK的路径。

path

string

注入探针后的APK位置。

support.huaweicloud.com/usermanual-codeci/codeci_ug_1077.html