commit | e9e4fa5af6a94dbd6e24e631cd4606d7e41c1f16 | [log] [tgz] |
---|---|---|
author | Ken Wakasa <kwakasa@google.com> | Wed Jan 23 18:53:25 2013 +0900 |
committer | Ken Wakasa <kwakasa@google.com> | Wed Jan 23 18:53:25 2013 +0900 |
tree | df4d5dc48171bc765ecc3d09aa4340dfe480969b | |
parent | f1074c508e70b3489dc85c036f7ed49d3196ba47 [diff] |
Adjust debug warning log Change-Id: I1ea4be3e8bf29f9fd1ad89795eace440a5159559
diff --git a/native/jni/src/proximity_info_state_utils.cpp b/native/jni/src/proximity_info_state_utils.cpp index be6cde1..89e9a30 100644 --- a/native/jni/src/proximity_info_state_utils.cpp +++ b/native/jni/src/proximity_info_state_utils.cpp
@@ -47,7 +47,7 @@ for (int i = 0; i < inputSize; ++i) { if (i > 0) { if (times[i] < times[i - 1]) { - AKLOGI("Invalid time sequence. %d, %d", times[i], times[i - 1]); + AKLOGI("Invalid time sequence. %d, %d", times[i - 1], times[i]); ASSERT(false); } }