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