skipStaticProbeForTesting property
When true, the static-probe step (Phase 1) is skipped and the adapter
proceeds directly to Phase 2 (warm-up) even on headless test VMs where
ImageFilter.isShaderFilterSupported returns false.
For testing only. Set this before calling start in any test that needs to exercise Phase 2 or Phase 3 logic.
Implementation
@visibleForTesting
static bool skipStaticProbeForTesting = false;