commit | f7d63cf2cbab403b14778ec45839107078e20824 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Dec 10 15:37:48 2010 -0800 |
committer | Mathias Agopian <mathias@google.com> | Fri Dec 10 15:37:48 2010 -0800 |
tree | b476d75af36e5a6fbbd0e1a7161a4fe3598114b0 | |
parent | 957d85ec046651a8b0549b62021079ddcc0b8f53 [diff] [blame] |
dump callstack on Surface use error Change-Id: I38e260dd47349b9af3a999dda683a083a94be16d
diff --git a/include/utils/CallStack.h b/include/utils/CallStack.h index c2c8ce5..8817120 100644 --- a/include/utils/CallStack.h +++ b/include/utils/CallStack.h
@@ -50,7 +50,7 @@ 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;