-
-
Notifications
You must be signed in to change notification settings - Fork 3
Troubleshooting
Harshal Sawant edited this page Feb 5, 2026
·
1 revision
- Verify the module path is
/data/adb/modules/task_optimizer/ - Confirm
service.shexists and is executable - Wait for boot completion plus 30 seconds
- Some kernels block real time scheduling
- Check
error.logforsched_setschedulerfailures - Consider lowering the RT group scope by editing patterns
- Matching uses
/proc/<pid>/comm, not full command line - Confirm the task name using
cat /proc/<pid>/comm - Update the pattern in
src/main.cppif needed
- Confirm
ANDROID_NDKis set correctly - Ensure CMake 3.18 or newer is installed
- Try a clean build with
./build.sh clean