mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 15:07:11 +02:00
fix android bionic log
This commit is contained in:
parent
4d06f19fe7
commit
6828fe6270
5 changed files with 83 additions and 9 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue