Mehmet C. Aksoy
Mehmet C. Aksoy
The CPU usage percentage is rounded down to the nearest integer. So if you set it to 83.33333%, it will use 4 cores on a 6-core CPU. To use 5...
Where is the statusbar code located, I could not find under client_gui
I checked on code " ./boinc/android/BOINC/app/src/main/java/edu/berkeley/boinc/client/DeviceStatus.java" The lines between 232 and 250. When the device is in "stationary device mode" we do not have any condition like min battery level...
Can I add the `#pragma GCC diagnostic ignored "-Wdeprecated-declarations"` in the beginning in the file? Is it allowed?