You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging: add lifecycle, config, and connectivity diagnostics
- Log onCreate with pid + key settings (allow_sleep, super_sleep,
auto_disable_wifi, allow_http) so config issues are immediately
visible in logcat
- Log onResume/onPause/onDestroy with pid so app restarts vs. normal
lifecycle transitions are distinguishable in a logcat dump
- Log when onPause cancels the refresh timer so it's clear why the
next fetch reason is onResume instead of timer
- Expand connectivity timeout log to include wifi enabled state, IP
address, and rssi at the moment of timeout instead of just a generic
message
- Include path and dir-exists check in screensaver write failure log
0 commit comments