[Fix] (trace-replay): align Android retrace harness

This commit is contained in:
2026-07-04 08:21:46 +08:00
parent 1549598e52
commit 0a138276f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ run_retrace() {
copy_fixture_to_app
adb_device_path shell am force-stop "${package_name}"
"${ADB}" logcat -c
set -- am start -W -a top.mobilegl.plugin.TRACE_REPLAY \
set -- am start -a top.mobilegl.plugin.TRACE_REPLAY \
-n "${package_name}/top.mobilegl.plugin.trace.TraceReplayActivity" \
--es trace_path "${app_dir}/input/trace.trace" \
--es golden_path "${app_dir}/input/golden.png"
@@ -20,7 +20,7 @@ BACKENDS = {
"DirectGLES": {
"apk": ROOT / "android-plugin" / "app" / "build" / "outputs" / "apk" / "esprytTrace" / "debug" / "MobileGL-EsprytTrace-debug.apk",
"package": "top.mobilegl.plugin.espryt.trace",
"use_angle": False,
"use_angle": True,
"use_pbuffer": False,
},
"DirectVulkan": {