bvandeusen
e856172d60
chore(flutter): drop success-path diagnostic prints
Cleanup pass on the noisy debugPrints we added during the recent
debugging sessions. Remaining prints are error-path only:
- AlbumCoverCache fetch failed
- album/playlist cold-cache fetch failed
- audio_handler playbackEventStream error
- audio_handler queue supersession (rare race)
- audio_handler forward/backward fill failed
- artist_detail play failed
- cacheFirst fetchAndPopulate failed (only when tag is set)
Removed per-event chatter:
- audio_handler player-state and processingState subscribers
- audio_handler timing measurements (built initial / setAudioSources
/ forward fill / backward fill)
- audio_handler cache hit/miss per-track (fired N times per play)
- audio_handler register stream cache (verifiable via Settings)
- audio_handler.configure log
- albumProvider step-by-step lines (drift miss / online / drift hit /
album hit but no tracks)
- playlistDetailProvider step-by-step lines (calling get / drift
write done / 404 evicted / drift hit / playlist hit but no tracks)
- playlistsListProvider wire returned + drift rows lines
- playTracks stage timings (serverUrl / token / configure / setQueue
/ play returned)
- metadataPrefetcher warming N artists
- artist_detail play tapped — N tracks success log
- cacheFirst step-by-step (drift hit / drift miss / online / done)
`tag` parameter on cacheFirst preserved for ad-hoc instrumentation.
2026-05-11 23:16:42 -04:00
..
2026-05-08 22:02:14 -04:00
2026-05-11 13:01:52 -04:00
2026-05-02 17:24:08 -04:00
2026-05-11 23:16:42 -04:00
2026-05-09 16:06:58 -04:00
2026-05-11 23:16:42 -04:00
2026-05-10 11:21:47 -04:00
2026-05-10 18:08:23 -04:00
2026-05-11 23:16:42 -04:00
2026-05-11 23:16:42 -04:00
2026-05-09 13:39:32 -04:00
2026-05-10 18:08:23 -04:00
2026-05-09 16:07:19 -04:00
2026-05-10 18:08:23 -04:00
2026-05-11 22:24:02 -04:00
2026-05-09 16:16:35 -04:00
2026-05-11 10:48:06 -04:00
2026-05-11 18:44:09 -04:00
2026-05-02 17:37:14 -04:00