Home
last modified time | relevance | path

Searched refs:id_as_string (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/bugreport/
Dmain.cpp382 std::string id_as_string = to_string(id); in takeScreenshotForDisplayId() local
383 std::string filename = std::string(tmp_dir) + kScreenshotPrefix + id_as_string + ".png"; in takeScreenshotForDisplayId()
384 std::vector<const char*> args{"-p", "-d", id_as_string.c_str(), filename.c_str(), nullptr}; in takeScreenshotForDisplayId()
385 ALOGI("capturing screen for display (%s) as %s", id_as_string.c_str(), filename.c_str()); in takeScreenshotForDisplayId()
388 ALOGI("Screenshot saved for display: %s", id_as_string.c_str()); in takeScreenshotForDisplayId()
393 ALOGW("Failed to take screenshot for display: %s", id_as_string.c_str()); in takeScreenshotForDisplayId()