Fix race condition in qpTestLog debug asserts
authorPyry Haulos <phaulos@google.com>
Thu, 11 Aug 2016 19:44:33 +0000 (12:44 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 11 Aug 2016 19:50:37 +0000 (12:50 -0700)
commite4921069216bca548604c470a82ef7b33ef5e2bf
treef8a84842e8114e5a3f1d9d88baa68f9869728bb0
parentd579e08e393880762e990ba81018f128bf51879a
Fix race condition in qpTestLog debug asserts

Code should be holding log mutex when checking state of internal data
structure.

Change-Id: I01f8aa851407c58813880a73c13f1966fdb1a2d1
framework/qphelper/qpTestLog.c