-Changed leak canary toggle text to "monitor leaks".
-Added toast when enabling/disabling heap dumping.
This commit is contained in:
parent
cdc06439df
commit
0ed1a101ce
2 changed files with 18 additions and 5 deletions
|
|
@ -397,5 +397,7 @@
|
|||
<string name="playlist_delete_failure">Failed to delete playlist</string>
|
||||
|
||||
<!-- Debug Only -->
|
||||
<string name="toggle_leak_canary">Leak Canary</string>
|
||||
<string name="toggle_leak_canary">Monitor Leaks</string>
|
||||
<string name="enable_leak_canary_notice">Memory leak monitoring enabled, app may become unresponsive when heap dumping</string>
|
||||
<string name="disable_leak_canary_notice">Memory leak monitoring disabled</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue