-Changed leak canary toggle text to "monitor leaks".

-Added toast when enabling/disabling heap dumping.
This commit is contained in:
John Zhen Mo 2018-02-10 12:24:23 -08:00
parent cdc06439df
commit 0ed1a101ce
2 changed files with 18 additions and 5 deletions

View file

@ -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>