commit | 06abcdfa518d1fe3cf87416f5bca6af1d0e2d569 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Fri May 23 11:39:11 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Fri May 23 11:39:11 2014 -0700 |
tree | 522a967761a9c37cce23a6d0e53eef6f54283f9e | |
parent | 82f3c1b76a19f196a482cad9d5c1aac769d5a397 [diff] |
Extra debug output for a failing lock check. Change-Id: If4abae535a875a06f4fa4203e6aabc1169b1f38e
diff --git a/runtime/base/mutex-inl.h b/runtime/base/mutex-inl.h index 6c415e7..a9472f7 100644 --- a/runtime/base/mutex-inl.h +++ b/runtime/base/mutex-inl.h
@@ -146,7 +146,7 @@ // Ignore logging which may or may not have set up thread data structures. level == kLoggingLock || // Avoid recursive death. - level == kAbortLock); + level == kAbortLock) << level; } }