Skip to content

Change the log level from Error to Debug#172

Merged
seungsoo47 merged 1 commit into
flutter-tizen:masterfrom
seungsoo47:dev.embedder.loglevel.260528
May 28, 2026
Merged

Change the log level from Error to Debug#172
seungsoo47 merged 1 commit into
flutter-tizen:masterfrom
seungsoo47:dev.embedder.loglevel.260528

Conversation

@seungsoo47
Copy link
Copy Markdown
Contributor

During integration tests (flutter-tizen drive), the test framework automatically enables and sends semantics updates. However, since the default accessibility service is disabled on the device, the accessibility bridge becomes null. This causes unnecessary error logs that clutter the output and make log analysis difficult. To resolve this, this PR changes the log level to Debug, aligning the behavior with other Flutter platform embedders (such as Windows and Linux) that handle this case silently.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request changes the log level from Error to Debug when the accessibility bridge is not initialized during a semantics update in FlutterTizenEngine::OnUpdateSemantics. I have no feedback to provide as there are no review comments.

@seungsoo47 seungsoo47 merged commit b34e70b into flutter-tizen:master May 28, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants