Skip to content
Snippets Groups Projects
Commit b1b5d507 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Narayan Kamath
Browse files

liblog: add __android_log_close()

Bug: 30963384

(cherry picked from commit df7a4c6b)

Change-Id: Ide70df3c04e29301649a1ca234b1b0af687bcbfb
parent baa3f2bd
No related branches found
No related tags found
No related merge requests found
...@@ -355,6 +355,9 @@ void __android_log_close() ...@@ -355,6 +355,9 @@ void __android_log_close()
#else #else
close(logd_fd); close(logd_fd);
logd_fd = -1; logd_fd = -1;
close(pstore_fd);
pstore_fd = -1;
#endif #endif
#ifdef HAVE_PTHREADS #ifdef HAVE_PTHREADS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment