Exemplo n.º 1
0
 private Glean()
 {
     // Private constructor to disallow instantiation since
     // this is meant to be a singleton. It only wires up the
     // glean-core logging on the Rust side.
     LibGleanFFI.glean_enable_logging();
 }