added Android PR from afl, left some ifdefs commented out though

This commit is contained in:
van Hauser
2019-12-18 09:17:49 +01:00
parent cf70fe0c9e
commit 64435284ce
4 changed files with 146 additions and 1 deletions

View File

@ -212,7 +212,7 @@ int main(int argc, char** argv) {
if (util_perc < 110) {
SAYF(" Core #%u: " cLGN "AVAILABLE\n" cRST, i);
SAYF(" Core #%u: " cLGN "AVAILABLE" cRST "(%u%%)\n", i, util_perc);
exit(0);
} else if (util_perc < 250) {