Loading libion/ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ int ion_open() { int fd = open("/dev/ion", O_RDONLY); int fd = open("/dev/ion", O_RDONLY | O_CLOEXEC); if (fd < 0) ALOGE("open /dev/ion failed!\n"); return fd; Loading Loading
libion/ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ int ion_open() { int fd = open("/dev/ion", O_RDONLY); int fd = open("/dev/ion", O_RDONLY | O_CLOEXEC); if (fd < 0) ALOGE("open /dev/ion failed!\n"); return fd; Loading