Enabling tombstone transmit back to host

Test: Treehugger
Change-Id: Iedca1d0ae9f7082cd7b077cdc75d854a88edd247
diff --git a/host/commands/launch/flags.cc b/host/commands/launch/flags.cc
index 6c0867d..211e55c 100644
--- a/host/commands/launch/flags.cc
+++ b/host/commands/launch/flags.cc
@@ -200,7 +200,7 @@
              "The (vsock) port for the configuration server");
 DEFINE_int32(frames_vsock_port, vsoc::GetPerInstanceDefault(5580),
              "The vsock port to receive frames from the guest on");
-DEFINE_bool(enable_tombstone_receiver, false, "Enables the tombstone logger on "
+DEFINE_bool(enable_tombstone_receiver, true, "Enables the tombstone logger on "
             "both the guest and the host");
 DEFINE_string(tombstone_receiver_binary,
               vsoc::DefaultHostArtifactsPath("bin/tombstone_receiver"),