Merge "Removed a few more log prefixes in core/"

This commit is contained in:
Alex Dale
2019-11-27 21:04:53 +00:00
committed by Android (Google) Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -406,7 +406,7 @@ class WatchDog {
std::string path;
if (!wvcdm::Properties::GetDeviceFilesBasePath(wvcdm::kSecurityLevelL3,
&path)) {
LOGW("WatchDog::FailureFilename: Unable to get base path");
LOGW("WatchDog: Unable to get base path");
return "/data/l3_failure_file";
}
path += "l3_failure_file";