summaryrefslogtreecommitdiff
path: root/include/utils/CallStack.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2010-12-10 15:37:48 -0800
committer Mathias Agopian <mathias@google.com> 2010-12-10 15:37:48 -0800
commite6f096a4cde5161e9e8432a6f6f2008e6bc710f4 (patch)
tree915911342752e04ec846c0587748af4140ad40f5 /include/utils/CallStack.h
parent4f9da642af5e66f65156260d8b500ada3c3b4b2e (diff)
dump callstack on Surface use error
Change-Id: I38e260dd47349b9af3a999dda683a083a94be16d
Diffstat (limited to 'include/utils/CallStack.h')
-rw-r--r--include/utils/CallStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/CallStack.h b/include/utils/CallStack.h
index c2c8ce514b..8817120eff 100644
--- a/include/utils/CallStack.h
+++ b/include/utils/CallStack.h
@@ -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;