liblog: add __android_log_close() am: b1b5d507cb am: f72c9bc42d
am: 49d5582f29
Change-Id: I11566801e6b467394b41dad598b697ceb43c9acf
This commit is contained in:
commit
1b1b6a4889
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