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

Commit 5a604584 authored by Felipe Leme's avatar Felipe Leme
Browse files

Changed DeviceConfig.dump() signature.

Test: m
Bug: 378760392
Bug: 364399200
Flag: android.provider.flags.dump_improvements

Change-Id: Ifab219bccededb07de558dced9d6203efe568666
parent f33d3c52
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();