Address review comment in go/wvgerrit/160480

Merged in http://go/wvgerrit/160638

Test: Netflix, Play TV and Movies, Youtube
Test: adb shell dumpsys android.hardware.drm.IDrmFactory/widevine
Test: ./build_and_run_all_unit_tests.sh

Bug: 239462891
Change-Id: Ib63abfaf70edec01e2ef5f81678d6bae1462fd65
This commit is contained in:
Edwin Wong
2022-11-08 03:01:36 +00:00
parent f5fbfa6176
commit 98439a439a
3 changed files with 332 additions and 333 deletions

View File

@@ -205,7 +205,7 @@ void WVDrmFactory::printCdmMetrics(int fd) {
dprintf(fd, "%s\n", formatted.c_str());
}
} else {
dprintf(fd, " error_message: %s\n", ::wvcdm::CdmResponseTypeToString(result).c_str());
dprintf(fd, " error_message: %s\n", ::wvcdm::CdmResponseTypeToString(result));
dprintf(fd, " error_code: %d\n", result);
}
}