We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c1ece commit 44eb12cCopy full SHA for 44eb12c
aztec/src/main/kotlin/org/wordpress/aztec/AztecAttributes.kt
@@ -29,7 +29,8 @@ class AztecAttributes(attributes: Attributes = AttributesImpl()) : AttributesImp
29
try {
30
AppLog.e(AppLog.T.EDITOR, toString())
31
} catch (e: ArrayIndexOutOfBoundsException) {
32
- AppLog.e(AppLog.T.EDITOR, "Error dumping internal state!", e)
+ // No need to log anything here. `toString` already writes to log details, but we need to shallow the exception
33
+ // we don't want to crash logging state of the app
34
}
35
36
0 commit comments