-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some unresolved issues #53
Comments
I checked about Endless thread creation, but I didn't see that case. Could you tell me how to reproduce it? |
@bbrto21 It occurs on my Galaxy Watch (R805) device usually after a long time from booting. I said it's "endless" because a thread is created and deleted repeatedly on every touch event (up, down, move). The same bug has previously been reported and fixed by #32 but it still occurs on my device occasionally. I'll show you when I manage to reproduce it. |
I don't know what this means, somehow, it didn't occur with Evas GL. |
@bbrto21 When you start the Gallery app on a TM1 device (not emulator but real device) and open one of Cupertino widget examples, you will get what the problem is. I reported this issue for the first time in M Chat about months ago. It could be an issue with ecore_wl so it may not happen with the Evas GL backend. |
There seems to be some misunderstanding. I know that there is a problem with ecore_wl. What I'm trying to share is that I don't know why, but the problem goes away in Evas GL. Thanks for your interest! |
=> Alternative logging method on TVs (avoid using __dlog_print) And on TV 6.0 released emulator, it doesn't support to print the log by using dlog_print. |
@XuWanchaoS Yes, I was working on a method that globally works on TV, watch, and emulators. (https://github.com/swift-kim/engine/commits/dlog-internal)
So this option can be enabled for test emulators only? I'll ask you how to get the test emulator personally later. |
I have implemented HapticFeedback.vibrate() in this PR: #75 In |
@pwasowski2 I'm not sure how often |
I've marked this point as 'done'
because of PRs: |
@swift-kim, could you please tell how to reproduce the problem? I have launched the basic app, generated with |
|
I guess it's a problem with the Compose file. Actually, TM1 only has compose file of en_US.UTF-8 as below. sh-3.2# pwd
/usr/share/X11/locale
sh-3.2# ls
compose.dir en_US.UTF-8 locale.alias |
@bbrto21 The error occurs for non-Flutter apps as well. That's why I marked it "unrelated to Flutter". |
@swift-kim, cc @pwasowski2 |
@swift-kim, @bbrto21, I have run a web and native app and the problem didn't show up, too. |
I used to see the message when I was launching .NET apps but I'm not sure about the native apps. |
@swift-kim, could you please provide more info about this problem?
I haven't yet experienced this problem - could you please tell how to reproduce it? |
@pwasowski2 If you run an app in profile mode and open the Performance view in Flutter DevTools, you will see this screen: As you can see in the stack traces at the bottom of the view (CPU Flame Chart), symbols are resolved to their offsets within the shared objects ( |
@swift-kim, thanks for the detailed description. I'll look into the problem in #95. |
This issue now occurs on watch devices too. We need to check why. |
Every issue has been addressed by a separate issue or PR. Closing. |
Similarly to flutter-tizen/flutter-tizen#60, here are some works to be done for the engine and our embedder. Please open a dedicated issue or PR if you are interested with any.
__dlog_print
) → Separate builds for profiles #67setPreferredOrientations
,vibrate
,Clipboard.*
,play
) → [Clipboard] getData implementation added #65, [HapticFeedback] Implement vibrate() #75, [SystemChrome] setPreferredOrientations implementation added #79, Support SystemSound.play() #84The text was updated successfully, but these errors were encountered: