Disable TerminalView logging.

This commit is contained in:
agnostic-apollo 2021-03-11 20:30:52 +05:00
parent 36be41d0de
commit 319446fc15
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import java.util.Properties;
public final class TerminalView extends View {
/** Log view key and IME events. */
private static final boolean LOG_KEY_EVENTS = true;
private static final boolean LOG_KEY_EVENTS = false;
/** The currently displayed terminal session, whose emulator is {@link #mEmulator}. */
public TerminalSession mTermSession;