commit | a9e451a597aa6bb00b438f17055d782b84397067 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed May 22 12:18:42 2024 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu May 30 07:45:40 2024 -0700 |
tree | 799a2b0ff572cea12ecac02871fd698b5bf6fca0 | |
parent | 2265ad9dc6d1f88e2b6e62fd097bf95336387398 [diff] [blame] |
Abstract atrace dependency into binder::os This is a regression introduced in Iab43329097488f5de531ab9da46893c9df8e46b5 Bug: 302718225 Bug: 341083395 Test: aosp/3081709 Test: mma Change-Id: I89c9b0f48d20f073619637b31b517a5374bde61e
diff --git a/libs/binder/trusty/OS.cpp b/libs/binder/trusty/OS.cpp index 09db326..157ab3c 100644 --- a/libs/binder/trusty/OS.cpp +++ b/libs/binder/trusty/OS.cpp
@@ -40,6 +40,8 @@ void trace_end(uint64_t) {} +void trace_int(uint64_t, const char*, int32_t) {} + uint64_t GetThreadId() { return 0; }