am ebb6b4a4: Hide ScopedTrace.

* commit 'ebb6b4a4d3fab87800b912c9d6ea917f5359f8af':
  Hide ScopedTrace.
This commit is contained in:
Dan Albert 2014-09-17 22:19:00 +00:00 committed by Android Git Automerger
commit 23b8947da5

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();