diff options
author | Steven Moreland <smoreland@google.com> | 2019-11-05 17:56:00 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-11-05 17:59:46 -0800 |
commit | 5f46923634e87fecaa290fd25782b45903090f5e (patch) | |
tree | af90372b75972c99b79f59af69db2c90b8d83d1f /trusty/coverage/coverage_test.cpp | |
parent | 50e102c51d5ad31e51d2cef9647e0ae0df2fa2d0 (diff) |
Trace.h: explicitly use global namespace
Imagine an AIDL file:
package android.foo;
interface IFoo {}
The AIDL C++ backend will generate classes like "::android::foo::IFoo".
In order to avoid ODR conflict, the NDK (Stable C) backend linking
against libbinder_ndk puts everything under the "::aidl" namespace. So,
we have "::aidl::android::foo::IFoo". When using ScopedTrace in a class
implementing a class from this backend, there is this problem.
Bug: 141828236
Test: works
Change-Id: Iafadea11788d4c011229657b4f53063bcf65f8d8
Diffstat (limited to 'trusty/coverage/coverage_test.cpp')
0 files changed, 0 insertions, 0 deletions