liblog: add __android_log_close()
am: b1b5d507cb
Change-Id: I5d6a6e97960e88e6f668b6376ec296d7452ec1dc
This commit is contained in:
commit
f72c9bc42d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue