summaryrefslogtreecommitdiffstats
path: root/include/android/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android/log.h')
-rw-r--r--include/android/log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/android/log.h b/include/android/log.h
index 1c171b7..391c826 100644
--- a/include/android/log.h
+++ b/include/android/log.h
@@ -89,6 +89,11 @@ typedef enum android_LogPriority {
} android_LogPriority;
/*
+ * Release any logger resources (a new log write will immediately re-acquire)
+ */
+void __android_log_close();
+
+/*
* Send a simple string to the log.
*/
int __android_log_write(int prio, const char *tag, const char *text);