Using YAML to Inject an APM Probe into an Android App
version: 2.0 # The value must be 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
Parameter |
Type |
Description |
Mandatory |
Default Value |
---|---|---|---|---|
region |
string |
Region name. |
Yes |
None |
app_id |
string |
App ID. |
Yes |
None |
path |
string |
APK location before injection. |
Yes |
None |
path |
string |
APK location after injection. |
Yes |
None |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.