Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
throne_tracker: Fix Manager sometimes not detecting KSU and optimize …
…it (#1586) The original logic was wrong and used 3 strlen()s for every file found, wasting cpu. Optimize it by first comparing only the filename length, given we already know it, and then strncmp() to compare with "base.apk" Tested successfully on my Bandido Kernel (4.19)
- Loading branch information