[PR #4252] [CLOSED] PM-14333 Gather more information around our custom password fields to see if that is related to the Index OoB crash. #4804

Closed
opened 2025-11-26 23:49:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/4252
Author: @dseverns-livefront
Created: 11/7/2024
Status: Closed

Base: mainHead: PM-14333-log-info-around-pw-fields


📝 Commits (3)

  • 2cb64ef PM-14333 add info logging for the purpose of potentially gathering more information around the index out of bounds crash on spannables
  • f3d4084 simpify launch key, reformat text a bit
  • 6df43b0 noop override for fdroid version

📊 Changes

4 files changed (+43 additions, -5 deletions)

View changed files

📝 app/src/fdroid/java/com/x8bit/bitwarden/data/platform/manager/LogsManagerImpl.kt (+2 -0)
📝 app/src/main/java/com/x8bit/bitwarden/data/platform/manager/LogsManager.kt (+5 -0)
📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/components/field/BitwardenPasswordField.kt (+26 -5)
📝 app/src/standard/java/com/x8bit/bitwarden/data/platform/manager/LogsManagerImpl.kt (+10 -0)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-14333

📔 Objective

  • Gather information breadcrumbs around the BitwardenPasswordFields to see if there is any correlation with the index out of bounds crash.

📸 Screenshots

image

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 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/bitwarden/android/pull/4252 **Author:** [@dseverns-livefront](https://github.com/dseverns-livefront) **Created:** 11/7/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `PM-14333-log-info-around-pw-fields` --- ### 📝 Commits (3) - [`2cb64ef`](https://github.com/bitwarden/android/commit/2cb64efd31cd603cdbcf06dc321335276ed90b42) PM-14333 add info logging for the purpose of potentially gathering more information around the index out of bounds crash on spannables - [`f3d4084`](https://github.com/bitwarden/android/commit/f3d4084dadcd8a4a737fd975bbb3364f588b34b8) simpify launch key, reformat text a bit - [`6df43b0`](https://github.com/bitwarden/android/commit/6df43b0ae6f282d3bd3be0e707ce3075d830d34d) noop override for fdroid version ### 📊 Changes **4 files changed** (+43 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/src/fdroid/java/com/x8bit/bitwarden/data/platform/manager/LogsManagerImpl.kt` (+2 -0) 📝 `app/src/main/java/com/x8bit/bitwarden/data/platform/manager/LogsManager.kt` (+5 -0) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/components/field/BitwardenPasswordField.kt` (+26 -5) 📝 `app/src/standard/java/com/x8bit/bitwarden/data/platform/manager/LogsManagerImpl.kt` (+10 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-14333 <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> ## 📔 Objective - Gather information breadcrumbs around the `BitwardenPasswordField`s to see if there is any correlation with the index out of bounds crash. <!-- Describe what the purpose of this PR is, for example what bug you're fixing or new feature you're adding. --> ## 📸 Screenshots ![image](https://github.com/user-attachments/assets/0242f1e7-97e6-48d6-a6ea-5b738e152616) <!-- Required for any UI changes; delete if not applicable. Use fixed width images for better display. --> ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:49:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#4804