Test cases
133-01 Local Storage Write Limitations
- Install the title and, with it running, navigate through all areas, including but not limited to:
- Create a game save, reboot the console, and load the game save.
- Play all game modes and unlock / view achievements.
- Observe the title to see whether the Local Storage Write Limitations system toast appears.
Common causes of failure
- Verbose telemetry or debug logging written to disk in retail builds.
- Streaming caches that write frequently for very small deltas.
- Save-on-every-frame patterns or overly aggressive auto-save.
- Middleware writing intermediate files without cleanup.
