Merge "Switch pong to use InitGoogle"
diff --git a/aos/events/pong.cc b/aos/events/pong.cc
index f9f35c2..2f5a0a5 100644
--- a/aos/events/pong.cc
+++ b/aos/events/pong.cc
@@ -9,9 +9,7 @@
 DEFINE_string(config, "aos/events/pingpong_config.json", "Path to the config.");
 
 int main(int argc, char **argv) {
-  FLAGS_logtostderr = true;
-  google::InitGoogleLogging(argv[0]);
-  ::gflags::ParseCommandLineFlags(&argc, &argv, true);
+  aos::InitGoogle(&argc, &argv);
 
   aos::FlatbufferDetachedBuffer<aos::Configuration> config =
       aos::configuration::ReadConfig(FLAGS_config);