Hide ScopedTrace.

Bug: 11156955
Change-Id: I6cddc868d1c6503e30f1ffcf460f45670631d64a
This commit is contained in:
Dan Albert 2014-08-13 11:25:01 -07:00
parent 6e3823d37e
commit f2c1e7ee78

View File

@ -23,7 +23,7 @@
// ScopedTrace("Trace message");
// The trace will end when the contructor goes out of scope.
class ScopedTrace {
class __LIBC_HIDDEN__ ScopedTrace {
public:
explicit ScopedTrace(const char* message);
~ScopedTrace();