You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
Update monitor.cpp
This commit is contained in:
@@ -77,7 +77,8 @@ public:
|
|||||||
while (running) {
|
while (running) {
|
||||||
int nfds = epoll_wait(epoll_fd_, events, MAX_EVENTS, -1);
|
int nfds = epoll_wait(epoll_fd_, events, MAX_EVENTS, -1);
|
||||||
if (nfds == -1) {
|
if (nfds == -1) {
|
||||||
PLOGE("epoll_wait");
|
if (errno != EINTR)
|
||||||
|
PLOGE("epoll_wait");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for (int i = 0; i < nfds; i++) {
|
for (int i = 0; i < nfds; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user