mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Default native log level error
This commit is contained in:
parent
f28f2ec461
commit
5436b12fbf
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@
|
|||
android:key="category_development"
|
||||
android:title="Development">
|
||||
<ListPreference
|
||||
android:defaultValue="5"
|
||||
android:defaultValue="6"
|
||||
android:entries="@array/logLevelNames"
|
||||
android:entryValues="@array/logLevelValues"
|
||||
android:key="loglevel"
|
||||
|
|
|
@ -202,7 +202,7 @@
|
|||
android:key="category_development"
|
||||
android:title="Development">
|
||||
<ListPreference
|
||||
android:defaultValue="5"
|
||||
android:defaultValue="6"
|
||||
android:entries="@array/logLevelNames"
|
||||
android:entryValues="@array/logLevelValues"
|
||||
android:key="loglevel"
|
||||
|
|
Loading…
Reference in a new issue