mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -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