From c4f89e09941d2c7e41018007158309044067e391 Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Fri, 7 Aug 2026 16:57:42 +0200 Subject: [PATCH] Pass the Android state path to the bundle generator --- client/android/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/android/client.go b/client/android/client.go index 59f4ae955..a8467e5cf 100644 --- a/client/android/client.go +++ b/client/android/client.go @@ -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 {