Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67734a0e authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

am e3ee50c3: Merge "Adjust debug warning log"

# Via Android (Google) Code Review (1) and Ken Wakasa (1)
* commit 'e3ee50c3':
  Adjust debug warning log
parents b8496f1f e3ee50c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                }
            }