[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:
@@ -159,6 +159,7 @@ public class SatelliteSettingsPreferenceCategoryController
|
|||||||
@Override
|
@Override
|
||||||
public void onResult(Boolean result) {
|
public void onResult(Boolean result) {
|
||||||
mIsSatelliteSupported.set(result);
|
mIsSatelliteSupported.set(result);
|
||||||
|
Log.d(TAG, "Satellite requestIsSupported : " + result);
|
||||||
SatelliteSettingsPreferenceCategoryController.this.displayPreference();
|
SatelliteSettingsPreferenceCategoryController.this.displayPreference();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user