From: Hosang Kim Date: Fri, 11 Jun 2021 05:02:14 +0000 (+0900) Subject: bootstrap: change size of screenshot. X-Git-Tag: submit/tizen/20210629.075325~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4eb0961ac3dd39f56071c07384cfa71df942ca4;p=platform%2Fcore%2Fuifw%2Faurum.git bootstrap: change size of screenshot. --- diff --git a/org.tizen.aurum-bootstrap/src/Commands/TakeScreenshotCommand.cc b/org.tizen.aurum-bootstrap/src/Commands/TakeScreenshotCommand.cc index ad199b1..3206029 100644 --- a/org.tizen.aurum-bootstrap/src/Commands/TakeScreenshotCommand.cc +++ b/org.tizen.aurum-bootstrap/src/Commands/TakeScreenshotCommand.cc @@ -21,7 +21,7 @@ TakeScreenshotCommand::TakeScreenshotCommand( std::ifstream ifs(path, std::ifstream::binary); ::aurum::RspTakeScreenshot rsp; - int size = 1024 * 1024; + int size = 1920 * 1080; char buf[size]; while (!ifs.eof()) {