Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19058346 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 2897cf5d e845919c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
                    }
                });