mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-03 05:46:26 +02:00
add helper for checking bionic
This commit is contained in:
parent
1835e16045
commit
ad0f9a7fc7
12 changed files with 44 additions and 31 deletions
|
@ -126,11 +126,14 @@ namespace Ryujinx.Common.Logging
|
|||
|
||||
_time = Stopwatch.StartNew();
|
||||
|
||||
// Logger should log to console by default
|
||||
AddTarget(new AsyncLogTargetWrapper(
|
||||
new ConsoleLogTarget("console"),
|
||||
1000,
|
||||
AsyncLogTargetOverflowAction.Discard));
|
||||
if (!Ryujinx.Common.SystemInfo.SystemInfo.IsAndroid())
|
||||
{
|
||||
// Logger should log to console by default
|
||||
AddTarget(new AsyncLogTargetWrapper(
|
||||
new ConsoleLogTarget("console"),
|
||||
1000,
|
||||
AsyncLogTargetOverflowAction.Discard));
|
||||
}
|
||||
|
||||
Notice = new Log(LogLevel.Notice);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue