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

Commit f91ec235 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Add SDK extension versions to dumpstate header"

parents 611202f9 37c041de
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -793,6 +793,9 @@ void Dumpstate::PrintHeader() const {
    if (module_metadata_version != 0) {
        printf("Module Metadata version: %" PRId64 "\n", module_metadata_version);
    }
    printf("SDK extension versions [r=%s s=%s]\n",
           android::base::GetProperty("build.version.extensions.r", "-").c_str(),
           android::base::GetProperty("build.version.extensions.s", "-").c_str());

    printf("Kernel: ");
    DumpFileToFd(STDOUT_FILENO, "", "/proc/version");