diff options
Diffstat (limited to 'libs/binder/OS.h')
-rw-r--r-- | libs/binder/OS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/OS.h b/libs/binder/OS.h index 5703eb7515..04869a170f 100644 --- a/libs/binder/OS.h +++ b/libs/binder/OS.h @@ -26,6 +26,7 @@ namespace android::binder::os { LIBBINDER_EXPORTED void trace_begin(uint64_t tag, const char* name); LIBBINDER_EXPORTED void trace_end(uint64_t tag); +LIBBINDER_EXPORTED void trace_int(uint64_t tag, const char* name, int32_t value); status_t setNonBlocking(borrowed_fd fd); |