You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add debug logging to LauncherSelectionPolicyFilterAware for channel switch debugging
Logs the following information when selectUpdateToLaunch is called:
- filterByChannel flag value
- config.requestHeaders (should contain expo-channel-name)
- config.disableAntiBrickingMeasures value
- Total and eligible update counts
- Each update's branch vs target channel comparison
- Final selection result
This will help identify why channel switching is not working as expected.
Bump version to 0.0.12.
Copy file name to clipboardExpand all lines: packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/LauncherSelectionPolicyFilterAware.kt
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,32 @@ class LauncherSelectionPolicyFilterAware(
0 commit comments