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

Commit a6d94e8d authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am a11713ce: Merge "Increase screenshot timeout." into jb-mr2-dev

* commit 'a11713ce':
  Increase screenshot timeout.
parents 9943b7b9 a11713ce
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);
    }