mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-08 11:34:07 +08:00
Fixed: Stdin not being logged for background execution commands
This commit is contained in:
@@ -194,7 +194,7 @@ public class StreamGobbler extends Thread {
|
||||
int currentLogLevel = Logger.getLogLevel();
|
||||
|
||||
int customLogLevel;
|
||||
if (mLlogLevel != null && mLlogLevel >= Logger.LOG_LEVEL_OFF) {
|
||||
if (Logger.isLogLevelValid(mLlogLevel)) {
|
||||
customLogLevel = mLlogLevel;
|
||||
Logger.logVerbose(LOG_TAG, "Using custom log level: " + customLogLevel + ", current log level: " + currentLogLevel);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user