[PR #115] [MERGED] Feature: add current view hierarchy to the crash zip #431

Closed
opened 2026-03-02 23:40:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alexal1/Insomniac/pull/115
Author: @arthurspa
Created: 9/24/2020
Status: Merged
Merged: 9/25/2020
Merged by: @alexal1

Base: masterHead: featureAddViewHierarchyToCrashReport


📝 Commits (1)

  • e764155 Add current view hierarchy to the crash zip

📊 Changes

2 files changed (+16 additions, -0 deletions)

View changed files

📝 src/device_facade.py (+10 -0)
📝 src/utils.py (+6 -0)

📄 Description

Add the current screen view hierarchy to the
crash zip file. The view hierarchy is important
when debugging an issue.

The file is named view_hierarchy.xml and has
an average size of 50 Kb uncompressed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alexal1/Insomniac/pull/115 **Author:** [@arthurspa](https://github.com/arthurspa) **Created:** 9/24/2020 **Status:** ✅ Merged **Merged:** 9/25/2020 **Merged by:** [@alexal1](https://github.com/alexal1) **Base:** `master` ← **Head:** `featureAddViewHierarchyToCrashReport` --- ### 📝 Commits (1) - [`e764155`](https://github.com/alexal1/Insomniac/commit/e764155b77263e2e8f7e3b7825e83cb53b8fbfca) Add current view hierarchy to the crash zip ### 📊 Changes **2 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/device_facade.py` (+10 -0) 📝 `src/utils.py` (+6 -0) </details> ### 📄 Description Add the current screen view hierarchy to the crash zip file. The view hierarchy is important when debugging an issue. The file is named view_hierarchy.xml and has an average size of 50 Kb uncompressed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:40:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#431
No description provided.