-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate resource usage spikes on android devices #391
Comments
Looks like it was caused by using silent mode for the background-mode plugin and the app re-initializing itself over and over again. |
Looks like that wasn't the only cause. Saw it happening again with the new release build, along with almost constant network usage. Saw almost 0 cpu and network activity in debugger though... And restarting the app fixed it... Reopening for tracking but seems like it might be an issue with some native code (cordova or plugins). |
Disabling autostart for now due to this. |
Background mode plugin might be causing this. Try https://github.com/Viras-/cordova-plugin-powermanagement http://developer.android.com/reference/android/os/PowerManager.html |
Might have been fixed by #412 |
Saw this again. Might have been #409 |
It wasnt... still seeing it after removing badges plugin. Removing background-mode plugin for now as a workaround? |
Wasn't that either... I have no clue what could be happening... |
Saw the app at top in android power usage after running for a few days.
The text was updated successfully, but these errors were encountered: