diff --git a/android/app/src/cpp/android_host_interface.cpp b/android/app/src/cpp/android_host_interface.cpp
index c0e41baa1..f6bd3f56e 100644
--- a/android/app/src/cpp/android_host_interface.cpp
+++ b/android/app/src/cpp/android_host_interface.cpp
@@ -164,8 +164,6 @@ void AndroidHostInterface::LoadSettings()
CommonHostInterface::LoadSettings(m_settings_interface);
CommonHostInterface::FixIncompatibleSettings(false);
CommonHostInterface::UpdateInputMap(m_settings_interface);
- g_settings.log_level = LOGLEVEL_INFO;
- g_settings.log_to_debug = true;
}
void AndroidHostInterface::UpdateInputMap()
@@ -535,8 +533,6 @@ void AndroidHostInterface::ApplySettings(bool display_osd_messages)
Settings old_settings = std::move(g_settings);
CommonHostInterface::LoadSettings(m_settings_interface);
CommonHostInterface::FixIncompatibleSettings(display_osd_messages);
- g_settings.log_level = LOGLEVEL_INFO;
- g_settings.log_to_debug = true;
CheckForSettingsChanges(old_settings);
}
diff --git a/android/app/src/main/res/values/arrays.xml b/android/app/src/main/res/values/arrays.xml
index 3fa092f53..8477fdd3b 100644
--- a/android/app/src/main/res/values/arrays.xml
+++ b/android/app/src/main/res/values/arrays.xml
@@ -200,4 +200,28 @@
- 3072
- 4096
+
+ - None
+ - Error
+ - Warning
+ - Performance Warnings
+ - Success
+ - Information
+ - Developer
+ - Profile
+ - Debug
+ - Trace
+
+
+ - None
+ - Error
+ - Warning
+ - Perf
+ - Success
+ - Info
+ - Dev
+ - Profile
+ - Debug
+ - Trace
+
diff --git a/android/app/src/main/res/xml/root_preferences.xml b/android/app/src/main/res/xml/root_preferences.xml
index a28be012d..0433c2a62 100644
--- a/android/app/src/main/res/xml/root_preferences.xml
+++ b/android/app/src/main/res/xml/root_preferences.xml
@@ -355,6 +355,26 @@
app:title="@string/settings_console_tty_output"
app:defaultValue="false"
app:iconSpaceReserved="false" />
+
+
+