mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-16 07:22:53 +01:00
Replace "if(" with "if ("
This commit is contained in:
parent
6293f5f170
commit
3d46849673
17 changed files with 69 additions and 69 deletions
|
|
@ -178,7 +178,7 @@ public class StreamGobbler extends Thread {
|
|||
String line;
|
||||
while ((line = reader.readLine()) != null) {
|
||||
|
||||
if(currentLogLevel >= logLevelVerbose)
|
||||
if (currentLogLevel >= logLevelVerbose)
|
||||
Logger.logVerbose(LOG_TAG, String.format(Locale.ENGLISH, "[%s] %s", shell, line)); // This will get truncated by LOGGER_ENTRY_MAX_LEN, likely 4KB
|
||||
|
||||
if (stringWriter != null) stringWriter.append(line).append("\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue