The switches that bisect a render bug can be reached from the phone #146
No reviewers
Labels
No labels
agent
agent:ci
agent:done
agent:failed
agent:needs-input
agent:refined
agent:refining
agent:running
agent:skip
autonomous
driven
local
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jeroen/cartopolis!146
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/debug-switches-on-the-device"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the Adreno 840 black sky,
CARTO_GROUND_RAYMARCHwas built on 2026-08-19 to answer one question and was still unanswered four days later, because reaching it neededadb— a cable and a second machine.The
CARTO_*switches are now a persisted preference too (Settings ▸ Graphics ▸ Developer, collapsed, header counts what is on).env_flagresolves the two: an explicit env var ordebug.carto.*property is an instruction for this launch and wins in both directions; the preference is the fallback. Resolving it insideenv_flagmeans every switch in the codebase became reachable from the phone without one call site being edited.The diagnostics report gains a
debug switches:line by env name, so a switched run cannot be mistaken for a clean one.Verified: 652 client tests,
cargo fmt --check,cargo check -p cartopolis_android --target aarch64-linux-android, headless captures on lavapipe underCARTO_QUALITY=android.