forked from bvalosek/cpuspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (21 loc) · 958 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
CPU Spy
(c) 2011 Brandon Valosek <[email protected]>
Simple Android app for viewing the time the CPU spends in each frequency state,
as well as the current kernel information.
=== TO BUILD ===
To download the repo and build the APK signed with the SDK debug keys:
git clone git://github.com/storm717/cpuspy.git
cd cpuspy
gradlew assembleDebug
=== TO CONTRIBUTE ===
This project is open source, so feel free to fork the repo and make any changes
you wish. You can then issue a pull request via GitHub (please insure your
branch is up-to-date with the master via a git rebase).
There is also a discussion thread on XDA Developers:
http://forum.xda-developers.com/showthread.php?t=1011497
To help diagnose problems with reading the state file, see this post on XDA:
http://forum.xda-developers.com/showpost.php?p=20087033&postcount=134
=== SPECIAL THANKS TO ===
Rainer Blome <[email protected]>
=== LICENSE ===
See the LICENSE file.