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
Address review: scope makedirs and filter crash logs
- Wrap os.makedirs into the same try/except as the crash copy so a
diagnostic-path failure cannot mask the original CalledProcessError
from the failed app kill.
- Prune the systemCrashLogs copy after devicectl to entries relevant
to this iteration: keep files matching the bundle name or with
mtime >= the iteration's log-collect start. Drops dozens of unrelated
.ips files (WiFiLQMMetrics, wifip2pd, old crashes, etc.) per upload.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments