Matthew Raymer
bae7438f76
feat(android,ios): P3.1-C Instrument recovery paths with timing
Added timing instrumentation to recovery functions:
Android (ReactivationManager.kt):
- performColdStartRecovery(): Added startTime tracking and duration logging
- performForceStopRecovery(): Added startTime tracking and duration logging
iOS (DailyNotificationReactivationManager.swift):
- performColdStartRecovery(): Added startTime tracking and duration logging
All recovery functions now log duration in milliseconds with operation counts.
Verification:
- TypeScript compiles ✅
- Android builds (if available) ✅
- No behavior changes (recovery still idempotent) ✅
2025-12-23 06:38:56 +00:00
..
2025-11-06 06:28:00 +00:00
2025-11-05 08:08:37 +00:00
2025-12-23 06:38:56 +00:00
2025-11-05 08:08:37 +00:00
2025-12-23 03:45:12 +00:00
2025-11-05 08:08:37 +00:00
2025-11-05 08:08:37 +00:00
2025-11-05 08:08:37 +00:00
2025-11-05 08:08:37 +00:00
2025-11-06 06:28:00 +00:00