mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-16 07:22:53 +01:00
Changed!: Remove TermuxConstants reference from Logger and set DEFAULT_LOG_TAG at application startup
Plugin apps must do the same
This commit is contained in:
parent
8e506859a6
commit
6ff5572999
3 changed files with 28 additions and 8 deletions
|
|
@ -190,7 +190,7 @@ public class StreamGobbler extends Thread {
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
String defaultLogTag = Logger.DEFAULT_LOG_TAG;
|
||||
String defaultLogTag = Logger.getDefaultLogTag();
|
||||
boolean loggingEnabled = Logger.shouldEnableLoggingForCustomLogLevel(mLogLevel);
|
||||
if (loggingEnabled)
|
||||
Logger.logVerbose(LOG_TAG, "Using custom log level: " + mLogLevel + ", current log level: " + Logger.getLogLevel());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue