Merge "Hide ScopedTrace."
This commit is contained in:
commit
1f4c536fd5
@ -23,7 +23,7 @@
|
|||||||
// ScopedTrace("Trace message");
|
// ScopedTrace("Trace message");
|
||||||
// The trace will end when the contructor goes out of scope.
|
// The trace will end when the contructor goes out of scope.
|
||||||
|
|
||||||
class ScopedTrace {
|
class __LIBC_HIDDEN__ ScopedTrace {
|
||||||
public:
|
public:
|
||||||
explicit ScopedTrace(const char* message);
|
explicit ScopedTrace(const char* message);
|
||||||
~ScopedTrace();
|
~ScopedTrace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user