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

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

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

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