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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user