commit | 0d6e60f85a938f4456f5d0d9c5c91e2abce1b924 | [log] [tgz] |
---|---|---|
author | Pawan Wagh <waghpawan@google.com> | Thu Sep 26 00:08:10 2024 +0000 |
committer | Pawan Wagh <waghpawan@google.com> | Thu Sep 26 00:09:32 2024 +0000 |
tree | 9f518b9d39eb5ee773607c62771a9f01d5812efa | |
parent | 00f5a992a682e9d9ef943f165da3a9813f1501e1 [diff] [blame] |
Reland "Move tracing calls to libbinder_ndk" 00f5a992a682e9d9ef943f165da3a9813f1501e1 Change-Id: I2151e6b2c3ddb15d9aedd493018b0252938c3639
diff --git a/libs/binder/trusty/OS.cpp b/libs/binder/trusty/OS.cpp index 157ab3c..ba9e457 100644 --- a/libs/binder/trusty/OS.cpp +++ b/libs/binder/trusty/OS.cpp
@@ -42,6 +42,10 @@ void trace_int(uint64_t, const char*, int32_t) {} +uint64_t get_trace_enabled_tags() { + return 0; +} + uint64_t GetThreadId() { return 0; }