fix android bionic log

This commit is contained in:
Emmanuel Hansen 2023-06-26 07:27:43 +00:00
parent 4d06f19fe7
commit 6828fe6270
5 changed files with 83 additions and 9 deletions

View file

@ -3,7 +3,7 @@ using System.Text;
namespace Ryujinx.Common.Logging.Formatters
{
internal class DefaultLogFormatter : ILogFormatter
public class DefaultLogFormatter : ILogFormatter
{
private static readonly ObjectPool<StringBuilder> _stringBuilderPool = SharedPools.Default<StringBuilder>();