mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Adjust debug warning log
Change-Id: I1ea4be3e8bf29f9fd1ad89795eace440a5159559
This commit is contained in:
parent
f1074c508e
commit
e9e4fa5af6
@ -47,7 +47,7 @@ namespace latinime {
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user