mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am e3ee50c3: Merge "Adjust debug warning log"
# Via Android (Google) Code Review (1) and Ken Wakasa (1) * commit 'e3ee50c3214f00671e1d91781d9bd828bb19e7a6': Adjust debug warning log
This commit is contained in:
commit
67734a0e40
@ -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…
x
Reference in New Issue
Block a user