-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Partial Wakelock on Android #931
Labels
Milestone
Comments
There were 4 wake locks on go-inovation
|
Confirmed this with "Bear's Restaurant"
|
hajimehoshi
added a commit
that referenced
this issue
Sep 6, 2019
This avoid to write 0 bytes when the app is in background. This should reduce CPU usage. Updates #931
I think this was fixed. You need to check this by switching the app. Before the fix, Note that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In our project we are seeing a wake lock acquired for AudioMix, which is not necessary for our game. The reason why I believe ebiten is the culprit is because this wake lock goes away when I do not call Mobile.Update().
Repro step:
adb shell dumpsys power
The text was updated successfully, but these errors were encountered: