dump callstack on Surface use error
Change-Id: I38e260dd47349b9af3a999dda683a083a94be16d
This commit is contained in:
parent
e2fa7dc58e
commit
c974d4dbe0
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
void clear();
|
||||
|
||||
void update(int32_t ignoreDepth=0, int32_t maxDepth=MAX_DEPTH);
|
||||
void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH);
|
||||
|
||||
// Dump a stack trace to the log
|
||||
void dump(const char* prefix = 0) const;
|
||||
|
|
Loading…
Reference in New Issue