Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
1b1b6a48
Commit
1b1b6a48
authored
Sep 8, 2016
by
Mark Salyzyn
Committed by
android-build-merger
Sep 8, 2016
Browse files
Options
Downloads
Plain Diff
liblog: add __android_log_close() am:
b1b5d507
am:
f72c9bc4
am:
49d5582f
Change-Id: I11566801e6b467394b41dad598b697ceb43c9acf
parents
e5a1c7d8
49d5582f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
liblog/logd_write.c
+3
-0
3 additions, 0 deletions
liblog/logd_write.c
with
3 additions
and
0 deletions
liblog/logd_write.c
+
3
−
0
View file @
1b1b6a48
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment