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

Commit 4f8a4c44 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Changed DeviceConfig.dump() signature." into main

parents d5101a55 5a604584
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -133,12 +133,7 @@ public final class DeviceConfigService extends Binder {
            }

            pw.println("DeviceConfig provider: ");
            try (ParcelFileDescriptor pfd = ParcelFileDescriptor.dup(fd)) {
                DeviceConfig.dump(pfd, pw, /* prefix= */ "  ", args);
            } catch (IOException e) {
                pw.print("IOException creating ParcelFileDescriptor: ");
                pw.println(e);
            }
            DeviceConfig.dump(pw, /* prefix= */ "  ", args);
        }

        IContentProvider iprovider = mProvider.getIContentProvider();