mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 10:46:12 -04:00
super.onCreate() triggers Hilt's singleton construction, so any log emitted during that graph build was discarded before the logger existed. Fixes review finding F2