Merge "[Satellite] Add log for the bug analysis" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
1905834638
@@ -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