OSDN Git Service

Add additional context to the contention event logging.
authorCarl Shapiro <cshapiro@google.com>
Tue, 31 Aug 2010 22:11:46 +0000 (15:11 -0700)
committerBrad Fitzpatrick <bradfitz@android.com>
Wed, 1 Sep 2010 17:15:29 +0000 (10:15 -0700)
commitfa903b348ea1ba0ba121ccc3b34927f88e4353b1
treed15288bd180644f610969dc38a04859c32247e10
parentf36b57235b765c9eec3c001773b34c59cdefd87a
Add additional context to the contention event logging.

Previously it only included the victim of lock contention.  With this
change, it also includes the location of the person holding the lock
at the time the victim failed to acquire it.

Bug: 2964633
Change-Id: I888d9c3e7d7611ef5869870c7f8abfb19d236231
vm/Sync.c