You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I have made this new tool: https://github.com/WaviestBalloon/FastLogExtractor
It was specifically created so I can replace the command chain strings ${playerExecutable} | grep FLog:: in InspectDeployment.ts so I can be ran on Windows-based systems as well as Linux.
A small downside is that it might be just a few seconds slower than just using strings and grep, as it usually take 2-3 seconds to extract the logs from the binary, but it's a good enough compromise for me.
The text was updated successfully, but these errors were encountered:
Recently, I have made this new tool: https://github.com/WaviestBalloon/FastLogExtractor
It was specifically created so I can replace the command chain
strings ${playerExecutable} | grep FLog::
inInspectDeployment.ts
so I can be ran on Windows-based systems as well as Linux.A small downside is that it might be just a few seconds slower than just using
strings
andgrep
, as it usually take 2-3 seconds to extract the logs from the binary, but it's a good enough compromise for me.The text was updated successfully, but these errors were encountered: