am ebb6b4a4: Hide ScopedTrace.
* commit 'ebb6b4a4d3fab87800b912c9d6ea917f5359f8af': Hide ScopedTrace.
This commit is contained in:
commit
23b8947da5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user