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

Commit 3a479aed authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Add SDK extension versions to dumpstate header" am: f91ec235

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1675877

Change-Id: Ifbae14434666bf2cc735a69e3b73396242ebc847
parents 7ef72410 f91ec235
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -793,6 +793,9 @@ void Dumpstate::PrintHeader() const {
    if (module_metadata_version != 0) {
    if (module_metadata_version != 0) {
        printf("Module Metadata version: %" PRId64 "\n", module_metadata_version);
        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: ");
    printf("Kernel: ");
    DumpFileToFd(STDOUT_FILENO, "", "/proc/version");
    DumpFileToFd(STDOUT_FILENO, "", "/proc/version");