it0/it0_app/lib/core/updater
hailin 0f328b9794 feat(it0_app): add detailed logging to VersionChecker for update diagnosis
Add verbose debugPrint logs throughout VersionChecker to diagnose why
app update check isn't triggering:
- Log apiBaseUrl and full request URL + query params before the request
- Log response status code and raw response body
- Log explicit needUpdate=true/false with version details
- Log version code comparison (server versionCode vs local buildNumber)
- Add stack trace to all catch blocks for better error diagnosis

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 05:51:45 -08:00
..
channels feat: add app upgrade system with self-hosted APK update support 2026-02-26 22:35:01 -08:00
models feat: add app upgrade system with self-hosted APK update support 2026-02-26 22:35:01 -08:00
apk_installer.dart feat: add app upgrade system with self-hosted APK update support 2026-02-26 22:35:01 -08:00
app_market_detector.dart feat: add app upgrade system with self-hosted APK update support 2026-02-26 22:35:01 -08:00
download_manager.dart feat: add app upgrade system with self-hosted APK update support 2026-02-26 22:35:01 -08:00
update_service.dart feat: add app upgrade system with self-hosted APK update support 2026-02-26 22:35:01 -08:00
version_checker.dart feat(it0_app): add detailed logging to VersionChecker for update diagnosis 2026-03-06 05:51:45 -08:00