diff options
author | Mathias Agopian <mathias@google.com> | 2010-12-10 15:37:48 -0800 |
---|---|---|
committer | Alex Ray <aray@google.com> | 2013-07-30 13:56:55 -0700 |
commit | c974d4dbe00c46bb9f12e4802b47d4b41bc1fca6 (patch) | |
tree | 5393f82b4a2d0a1069b7897413685a6c3f070e3f /include/utils/CallStack.h | |
parent | e2fa7dc58eaf34f30b89350d143d97fd4a501199 (diff) | |
download | system_core-c974d4dbe00c46bb9f12e4802b47d4b41bc1fca6.zip system_core-c974d4dbe00c46bb9f12e4802b47d4b41bc1fca6.tar.gz system_core-c974d4dbe00c46bb9f12e4802b47d4b41bc1fca6.tar.bz2 |
dump callstack on Surface use error
Change-Id: I38e260dd47349b9af3a999dda683a083a94be16d
Diffstat (limited to 'include/utils/CallStack.h')
-rw-r--r-- | include/utils/CallStack.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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; |