https://github.com/hellothisisflo/htop
DEPRECATED - A simple app to diagnose what's slowing down your device RIGHT NOW!!
https://github.com/hellothisisflo/htop
android android-annotations dependency-injection lineageos performance rom tdd
Last synced: about 2 months ago
JSON representation
DEPRECATED - A simple app to diagnose what's slowing down your device RIGHT NOW!!
- Host: GitHub
- URL: https://github.com/hellothisisflo/htop
- Owner: HelloThisIsFlo
- Created: 2017-11-12T19:13:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T16:15:46.000Z (over 7 years ago)
- Last Synced: 2025-02-13T12:54:02.152Z (3 months ago)
- Topics: android, android-annotations, dependency-injection, lineageos, performance, rom, tdd
- Language: Java
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Htop (rename)
Diagnose what's slowing down your device **Right now!!**
## Why is it cool?
As opposed to iPhones, Android phones are pretty good at maintaining performance over the years.
With the help of ROMs, such as [_Lineage OS_](https://lineageos.org/), and optimisation tools, like
[_Greenify_](https://play.google.com/store/apps/details?id=com.oasisfeng.greenify&hl=en), it is
easy to keep your device _buttery smooth_ for years and years.However ... even when everything is optimised ... there is always that one period during the day
when the phone is just slow, or even borderline unresponsive.> There is always that one period during the day when the phone is borderline unresponsive.
Well, did you know that in 90% of the cases, that sudden slowdown is due to a **single process**
eating away the CPU resources and making the whole OS slow?This app let you know **which process is guilty for the slowdown**. So you can take actions.
**No more:**
- _"I'll just restart the whole thing"_
- _"I guess I need a new phone"_
- _"Wtf is happening ... I optimized **everything** and it's still slow"_## How to use
**When you are experiencing a slowdown:**
* Simply launch _Htop_
* Notice who is the culprit
* Take actions## Premium Features (TBD)
TODO: Update formatting of this section* Persistant notif to not have to launch the app
* Quicksetting toggle to kill the most CPU consuming process
* w/ confirm
* w/ skip confim
* Warning notification when process is slowing down the device.