Skip to content

Commit a6513ab

Browse files
ronangaretclaude
andcommitted
RUM-16470: Add AVD root ini dump to HVF diagnostics
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 9c8a1bf commit a6513ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/pipelines/default-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ stages:
9494
grep "ro.product.cpu.abi" "$SYSIMG/build.prop" 2>&1 || echo "build.prop not found at $SYSIMG"
9595
echo "--- avd config.ini (abi) ---"
9696
grep -i "abi" ~/.android/avd/${EMULATOR_NAME}.avd/config.ini 2>&1 || echo "config.ini not found for $EMULATOR_NAME"
97+
echo "--- avd root ini (target / api level) ---"
98+
cat ~/.android/avd/${EMULATOR_NAME}.ini 2>&1 || echo "root ini not found for $EMULATOR_NAME"
9799
echo "=== end HVF diagnostics ==="
98100
setup-macos-ami-runner:
99101
- !reference [ .snippets, source-secrets-macos ]

0 commit comments

Comments
 (0)