mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Disable TerminalView logging.
This commit is contained in:
parent
36be41d0de
commit
319446fc15
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ import java.util.Properties;
|
||||||
public final class TerminalView extends View {
|
public final class TerminalView extends View {
|
||||||
|
|
||||||
/** Log view key and IME events. */
|
/** 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}. */
|
/** The currently displayed terminal session, whose emulator is {@link #mEmulator}. */
|
||||||
public TerminalSession mTermSession;
|
public TerminalSession mTermSession;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue