Skip to content

Commit 27dff7c

Browse files
committed
Linux: don't upload renderer dumps
1 parent 977a161 commit 27dff7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crash_handler_host_linux.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) {
348348
// Nothing gets uploaded in android.
349349
info->upload = false;
350350
#else
351-
info->upload = (getenv(env_vars::kHeadless) == NULL);
351+
info->upload = false;
352352
#endif
353353

354354
info->crash_keys = crash_keys;

0 commit comments

Comments
 (0)