Skip to content

v1.18(78)

Pre-release
Pre-release

Choose a tag to compare

@Vstory Vstory released this 05 Sep 11:14
· 1 commit to master since this release

v1.18 (78)

✨ 新增功能

  • 崩溃页面:异常详情页新增「崩溃页面」一栏——前台崩溃显示崩溃时所在页面(如 MainActivity),后台崩溃显示「后台」。一眼区分「用户正操作时崩」还是「被系统/后台搞崩」。
  • 异常历史页折叠聚合:同款崩溃(同应用 + 同异常 + 同抛出位置)自动折叠成一组显示 ×N,展开可查看每一条原始记录;最新崩溃始终置顶可见。
  • 只看此应用:长按任意崩溃记录 → 「只看此应用」,历史页一键过滤到该应用的崩溃。

🔧 修复

  • Native 崩溃也参与折叠:此前 Native 崩溃(同 abort message)反复触发不归组、越积越散,现与 Java 崩溃一样自动折叠(不同源不会误并)。
  • 详情页标题:首次打开不再误显示模块名「异常通知」,改为「异常详情」;滚动后仍显示崩溃应用名/包名。
  • 模块描述:去掉「ANR」字样——本模块实际只接管崩溃(AppErrors 链路),避免管理器显示与实现不符。

📦 其他

  • 随版发布崩溃风暴测试器(demo):CrashStormTest 更新,新增「前台崩溃 / 后台崩溃」两个按钮,用于实机验证「崩溃页面」功能(前台崩→页面名;后台崩:点按钮后按 Home 键→「后台」)。

附件:

  • AppErrorNotify.1.18.78.release.apk
  • CrashStormTest.1.0.2.release.apk

English

✨ New Features

  • Crash page: the crash detail view adds a "Crash page" row — a foreground crash shows the page it happened on (e.g. MainActivity); a background crash shows "Background". At a glance you can tell whether it crashed while the user was actively using it or was killed by the system / in the background.
  • Collapse & group on the crash-history page: identical crashes (same app + same exception + same throw location) are automatically collapsed into one group shown as ×N; expand it to view each raw record. The newest crash always stays pinned on top.
  • Only this app: long-press any crash record → "Only show this app" to filter the history page to that app with one tap.

🔧 Fixes

  • Native crashes now collapse too: native crashes (same abort message) previously never grouped and kept piling up scattered; now they collapse automatically just like Java crashes (different origins are never merged).
  • Detail-page title: no longer wrongly shows the module name "异常通知" on first open — it now shows "异常详情" (Error Detail); after scrolling it still shows the crashed app name/package.
  • Module description: removed the "ANR" wording — the module actually only takes over crashes (the AppErrors chain), so the manager display no longer contradicts the implementation.

📦 Other

  • Crash-storm tester shipped with this release (demo): CrashStormTest updated with "Foreground crash / Background crash" buttons to verify the crash-page feature on a real device (foreground crash → page name; background crash: tap the button then press Home → "Background").

Attachments:

  • AppErrorNotify.1.18.78.release.apk
  • CrashStormTest.1.0.2.release.apk