Toggle logcat on/off

This commit is contained in:
2025-04-27 13:32:30 +02:00
parent b6d7958389
commit f04c517c80
5 changed files with 26 additions and 9 deletions

View File

@ -28,6 +28,11 @@
android:summary="@string/showIconWhenServiceIsRunning"
android:title="@string/showIcon" />
<CheckBoxPreference
android:key="logToConsole"
android:summary="@string/onOff"
android:title="@string/logToConsole" />
<CheckBoxPreference
android:key="writeLogFile"
android:summary="@string/onOff"