Add debug preference to dump heap

This commit is contained in:
MM20
2023-07-20 19:47:33 +02:00
parent 1241067357
commit 8da8ff4078
2 changed files with 64 additions and 0 deletions
@@ -466,6 +466,9 @@
<string name="preference_compact_mode_summary">Hide hourly and daily forecasts</string>
<string name="preference_category_debug">Debug</string>
<string name="preference_category_debug_tools">Tools</string>
<string name="preference_debug_dump_heap">Memory snapshot</string>
<string name="preference_debug_dump_heap_summary">Capture a snapshot to analyze memory usageg. The app will freeze while the memory snapshot is captured.</string>
<string name="preference_debug_dump_heap_in_progress">Dumping heap…</string>
<string name="preference_debug_cleanup_database">Clean up database</string>
<string name="preference_debug_cleanup_database_summary">Remove broken and unused entries from the launcher database</string>
<string name="preference_debug_reinstall_iconpacks">Reinstall icon packs</string>