Merge "[Satellite] Add log for the bug analysis" into main

This commit is contained in:
Treehugger Robot
2025-03-17 17:26:12 -07:00
committed by Android (Google) Code Review

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();
}
});