From 9dc81781d12682b3e228c2c09a69f459bf811fcb Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 27 Jun 2025 13:52:33 +0800 Subject: [PATCH] (doc) debugging fix --- docs/debugging.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/debugging.mdx b/docs/debugging.mdx index fe2fa783..1f7e1149 100644 --- a/docs/debugging.mdx +++ b/docs/debugging.mdx @@ -19,6 +19,8 @@ hooks: tracing: enabled ``` +After changing the `hooks` section, make sure you run `flutter clean` to propagate the changes correctly. + > [!CAUTION] > Debug builds won't work for Android. This is a known upstream issue with Filament.