在我的Android手机上(索尼Xperia Z3 Compact),我有一个情况有时会变得非常缓慢,电池迅速排出。
这似乎在大致一天后发生,并且持续到我重新启动手机。
我没有能够在设置中脱离电池信息的任何有用的信息,虽然%s总和少于100%,所以我担心有一些狡猾的系统过程杀死我的手机。
是否有任何方法可以获得所有进程和当前CPU使用情况的列表?我在播放商店看,但找不到任何可以这样做的应用程序。
在我的Android手机上(索尼Xperia Z3 Compact),我有一个情况有时会变得非常缓慢,电池迅速排出。
这似乎在大致一天后发生,并且持续到我重新启动手机。
我没有能够在设置中脱离电池信息的任何有用的信息,虽然%s总和少于100%,所以我担心有一些狡猾的系统过程杀死我的手机。
是否有任何方法可以获得所有进程和当前CPU使用情况的列表?我在播放商店看,但找不到任何可以这样做的应用程序。
On my Android phone (Sony Xperia Z3 Compact), I have a situation where it sometimes goes very sluggish, and the battery drains quickly.
This seems to happen after roughly once a day, and lasts until I restart the phone.
I haven't been able to get any useful info out of the battery info in settings, although the %s there sum to quite a bit less than 100%, so I'm concerned there is some dodgy system process killing my phone.
Is there any way I can get a list of all processes and current cpu usage? I've had a look in the play store but not found any apps that can do this.
在手机上启用开发人员选项(通常通过在设置中窃听构建号码的构建号码,并查看电话7次)并查找其中名为"运行服务" 的选项。它显示了运行的所有应用程序的列表,其中多长时间以及它们正在使用的RAM的数量。如果您点击应用程序,它还将列出正在运行的应用程序的服务,并允许您强制停止每个服务。
Enable Developer Options on your phone (usually done by tapping the Build Number in Settings xe2x86x92 About phone 7 times) and look for an option named "Running Services" in it. It shows a list of all applications which are running, for how long, and the amount of RAM they are using. If you tap on the app it will also list those services of the app which are running and allows you to force stop each service.
"show cpu使用" 功能显示屏幕上的叠加,使用cpu列出使用用法排序的进程。
通过"设置" &gt转动它; "开发者选项" > "监控" :"显示CPU使用率" 。当您不需要时将其关闭,因为它占用了很多屏幕空间。
The "Show CPU usage" feature shows an overlay on the screen, listing the processes using CPU, sorted by usage.
Turn it on through "Settings" > "Developer options" > "Monitoring": "Show CPU usage". Turn it off when you don't need it, because it takes up a lot of screen space.
听起来像你有很多背景活动运行,你可以去
设置> Apps>跑步,
并强制停止它们,或检查此 5最佳任务管理器适用于Android
任务管理人员可以帮助免费内存,并杀死无用的后台进程,使您的手机是slugglish
Sounds like you have a lot of background activities running, you could just go to
Settings > Apps > Running,
and Force stop the them, or check this 5 best task manager apps for Android
Task managers could help free memory, and kill useless background processes, that make your phone slugglish
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有