Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cb46120

Browse files
committed
Add more log when receiving semantics node not part of update
1 parent c3c7b24 commit cb46120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell/platform/android/io/flutter/view/AccessibilityBridge.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,8 @@ private void updateRecursively(
27312731
}
27322732
if (transform == null) {
27332733
if (BuildConfig.DEBUG) {
2734-
throw new AssertionError("transform has not been initialized");
2734+
Log.e(TAG, "transform has not been initialized for id = " + id);
2735+
accessibilityBridge.getRootSemanticsNode().log("Semantics tree:", true);
27352736
}
27362737
transform = new float[16];
27372738
}

0 commit comments

Comments
 (0)