[Satellite] Add log for the bug analysis

Flag: EXEMPT bug fix
Bug: b/404265450
Test: Manual test
Change-Id: I05a01151615437603ba71e3d3021a9d4f0da069a
This commit is contained in:
tom hsu
2025-03-17 19:36:47 +00:00
parent 1bb0fe126f
commit e845919cbf

View File

@@ -159,6 +159,7 @@ public class SatelliteSettingsPreferenceCategoryController
@Override
public void onResult(Boolean result) {
mIsSatelliteSupported.set(result);
Log.d(TAG, "Satellite requestIsSupported : " + result);
SatelliteSettingsPreferenceCategoryController.this.displayPreference();
}
});