private void InitRuntimeStatic(bool cleanup)
 {
     InitRuntime(cleanup);
     ms_Runtime = m_Runtime;
 }
 private void ShutdownRuntimeStatic(bool cleanup)
 {
     ShutdownRuntime(cleanup);
     ms_Runtime = null;
 }
Example #3
0
 internal AndroidLogcatFakeDeviceQuery(AndroidLogcatRuntimeBase runtime)
     : base(runtime)
 {
 }