Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a11713ce authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Increase screenshot timeout." into jb-mr2-dev

parents 801e632a 75604430
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ static void dumpstate() {

    if (screenshot_path[0]) {
        ALOGI("taking screenshot\n");
        run_command(NULL, 5, "/system/bin/screencap", "-p", screenshot_path, NULL);
        run_command(NULL, 10, "/system/bin/screencap", "-p", screenshot_path, NULL);
        ALOGI("wrote screenshot: %s\n", screenshot_path);
    }