stealth: surface diagnostics in release + log path outcomes#9
Merged
Conversation
m4 release tipa landed with no way for users to debug "no system session" beyond a single line in the detail screen. fixes: * StealthDiagnosticsView is no longer #if DEBUG. the report it produces is already redacted (tail-4 mask), so shipping it in release adds triage value without leaking secrets. * SettingsView replaces the old "DEBUG" placeholder with an "ACCOUNT" section that shows the live AccountStore.state — idle / probing / ready / no-session / failed(reason). includes a re-probe button that bypasses the active-cache. * AccountStore.bootstrap gained `force: bool` and NSLog output for start / ready / failed; sensitive fields are masked. * CompositeImporter NSLogs every path's outcome so Console.app filter "[EvilStore]" gives a per-path matrix without the user needing to open the diagnostics view. so on the next tipa: open Settings -> Account to see the failure mode, or attach Console.app to the device for a per-path log.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
m4 tipa landed and stealth probe is failing silently — users see "no
system session yet" with no way to find out which of the four paths
actually failed.
with filter "[EvilStore]" gives a per-path matrix
test