Skip to content
Snippets Groups Projects
Commit 1b1b6a48 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

liblog: add __android_log_close() am: b1b5d507 am: f72c9bc4

am: 49d5582f

Change-Id: I11566801e6b467394b41dad598b697ceb43c9acf
parents e5a1c7d8 49d5582f
Branches
Tags
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