main

square/leakcanary

Last updated at: 29/12/2023 09:38

watcher_bools.xml

TLDR

This file defines a boolean value that determines whether to automatically install the Object Watcher library in the main process on startup.

END

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <!-- Whether to automatically install in the main process on startup via a custom ContentProvider.
   If false, you need to call AppWatcher.manualInstall().
   -->
  <bool name="leak_canary_watcher_auto_install">true</bool>
</resources>