OSDN Git Service

Hide ScopedTrace.
authorDan Albert <danalbert@google.com>
Wed, 13 Aug 2014 18:25:01 +0000 (11:25 -0700)
committerDan Albert <danalbert@google.com>
Wed, 13 Aug 2014 18:25:01 +0000 (11:25 -0700)
Bug: 11156955
Change-Id: I6cddc868d1c6503e30f1ffcf460f45670631d64a

libc/private/bionic_systrace.h

index ad9ff7f..0b4560f 100644 (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();