Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f72c9bc4 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

liblog: add __android_log_close()

am: b1b5d507

Change-Id: I5d6a6e97960e88e6f668b6376ec296d7452ec1dc
parents 8013db9c b1b5d507
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -355,6 +355,9 @@ void __android_log_close()
#else
    close(logd_fd);
    logd_fd = -1;

    close(pstore_fd);
    pstore_fd = -1;
#endif

#ifdef HAVE_PTHREADS