commit | 4348921d6168f301e28069478956ddaa7ef06f8b | [log] [tgz] |
---|---|---|
author | Tobias Melin <tobias.melin@sonymobile.com> | Fri Sep 16 10:04:26 2016 +0200 |
committer | John Eckerdal <john.eckerdal@sonymobile.com> | Mon Sep 19 15:20:50 2016 +0200 |
tree | 9442fe771096bb012820d2fb1069d6a446394a46 | |
parent | 50d06c8849450ebfacc6878962b9fc2937b2e435 [diff] |
Fix build when #define LOG_NDEBUG 0 A few variables have changed type and when building with LOG_NDEBUG 0 the code no longer compile. Adjust the ALOG_ASSERT strings to use the correct types. Test: make with LOG_NDEBUG enabled Bug: 31584070 Change-Id: Ib47f369f8be9fa0c12fa4f69c294a719df8ad018