Pass the Android state path to the bundle generator

This commit is contained in:
Viktor Liu
2026-08-07 16:57:42 +02:00
parent fe960bd654
commit c4f89e0994

View File

@@ -301,6 +301,7 @@ func (c *Client) DebugBundle(platformFiles PlatformFiles, anonymize bool, anonym
InternalConfig: cfg,
StatusRecorder: c.recorder,
TempDir: cacheDir,
StatePath: platformFiles.StateFilePath(),
}
if cc != nil {