Trace full GPS query results

This commit is contained in:
2026-06-20 21:21:32 -05:00
parent 1a9f560922
commit 54f014b74d
3 changed files with 31 additions and 5 deletions
+6 -1
View File
@@ -67,7 +67,12 @@ Current behavior:
Active build note:
- The currently installed build is read-only. It disables provider class
multiplier overrides and enables local GPS search tracing.
multiplier overrides and enables GPS query lifecycle tracing plus local GPS
search tracing.
- The async route-job hooks are split behind `kEnableGpsRouteJobLifecycleHooks`
and are disabled in the active probe; this keeps the log focused on
`0x70a42c` submissions, `0x7094b8` result records, and local
search/provider-cost stats.
- It hooks `GPSSearch` (`0x44f054`), `GPSRouteProducer` (`0x44cc7c`),
`GPSEdgeCost` (`0x44f838`), and the two cost-provider filters
`0x44ff68`/`0x450b08`.