Skip to content

Commit

Permalink
Point to docs from log when LeakCanary is disabled in tests
Browse files Browse the repository at this point in the history
Fixes #2674
  • Loading branch information
pyricau committed May 13, 2024
1 parent c71ee75 commit 74c9821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<string name="leak_canary_heap_dump_enabled_text">LeakCanary is running and ready to detect memory leaks.</string>
<string name="leak_canary_heap_dump_disabled_by_app">LeakCanary.Config.dumpHeap is set to false</string>
<string name="leak_canary_heap_dump_disabled_from_ui">heap dumping disabled from LeakCanary About screen</string>
<string name="leak_canary_heap_dump_disabled_running_tests">test class "%s" was found in classpath</string>
<string name="leak_canary_heap_dump_disabled_running_tests">test class "%s" was found in classpath, see https://square.github.io/leakcanary/recipes/#leakcanary-test-environment-detection</string>
<string name="leak_canary_analysis_failed">Heap analysis failed</string>
<string name="leak_canary_analysis_success_notification">Found %1$d retained objects grouped as %2$d distinct leaks (%3$d new)</string>
<string name="leak_canary_class_has_leaked">%1$s Leaked</string>
Expand Down

0 comments on commit 74c9821

Please sign in to comment.