public byte[] GetBuffer(bool compress)
        {
#if UNITY_EDITOR || !UNITY_WEBGL
            return(mConsoleLog.GetBuffer(compress));
#else
            return(new byte[0]);
#endif
        }