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

Commit 025a16c3 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Readable debug output

Change-Id: I4110791832d2ab1d681b01c9e8a237567442c827
parent 3e52a10f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@ public class KeyDetector {
                addDelimiter = false;
            } else {
                if (addDelimiter) sb.append(", ");
                sb.append(code);
                sb.append(Keyboard.printableCode(code));
                addDelimiter = true;
            }
        }