mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Android: Add Log Configuration to UI
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
<item>5</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Slot A Device Selection -->
|
||||
<!-- Slot A & B Device selection -->
|
||||
<string-array name="slotDeviceEntries" translatable="false">
|
||||
<item>Nothing</item>
|
||||
<item>Dummy</item>
|
||||
@ -85,6 +85,34 @@
|
||||
<item>8</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Log Verbosity selection based on LOG_LEVELS in Common/Logging/Log.h -->
|
||||
<string-array name="logVerbosityEntriesMaxLevelInfo" translatable="false">
|
||||
<item>Notice</item>
|
||||
<item>Error</item>
|
||||
<item>Warning</item>
|
||||
<item>Info</item>
|
||||
</string-array>
|
||||
<integer-array name="logVerbosityValuesMaxLevelInfo" translatable="false">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
</integer-array>
|
||||
<string-array name="logVerbosityEntriesMaxLevelDebug" translatable="false">
|
||||
<item>Notice</item>
|
||||
<item>Error</item>
|
||||
<item>Warning</item>
|
||||
<item>Info</item>
|
||||
<item>Debug</item>
|
||||
</string-array>
|
||||
<integer-array name="logVerbosityValuesMaxLevelDebug" translatable="false">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Video backend selection -->
|
||||
<string-array name="videoBackendEntries">
|
||||
<item>OpenGL</item>
|
||||
|
Reference in New Issue
Block a user