After #161 was merged, apps often crash when launched with Accessibility TTS settings enabled.
You can set as the following:
vconftool set -f -t bool db/setting/accessibility/tts 1
And then, run flutter-tizen run.
You can see that the following log appears and the app crashes.
A Dart VM Service on Tizen rpi4 is available at: http://127.0.0.1:36211/njscqTWDkkg=/
The Flutter DevTools debugger and profiler on Tizen rpi4 is available at:
http://127.0.0.1:36211/njscqTWDkkg=/devtools/?uri=ws://127.0.0.1:36211/njscqTWDkkg=/ws
Lost connection to device.
After #161 was merged, apps often crash when launched with Accessibility TTS settings enabled.
You can set as the following:
And then, run
flutter-tizen run.You can see that the following log appears and the app crashes.