report_leaks#

omni.ui.leak_check.report_leaks(self) list[tuple[str, str]]#

Report objects from begin_leak_check() that are still alive.

Runs ``gc.collect()`` then logs each survivor and what holds it via ``carb``. Safe to call even if no snapshot is pending.