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
Is there a way you can either edit the last line of the log to display an indicator that the application is still running and hasn't received a log entry for X minutes?
It's nice to know when a big import is happening or when IL2CPP in debug mode is taking 20+ minutes.
If I had some indicator in the log telling I could look at the progress of a build and see that something is possibly stuck.
The text was updated successfully, but these errors were encountered:
Would be nice to print out the last line received (if it hasn't already been printed) so we know what action the build is stuck on.
[LOG] Compiling asssets... doing something that takes forever like IL2CPP
[ACTIVITY] No activity for 1 minute(s)...
[ACTIVITY] No activity for 2 minute(s)...
[ACTIVITY] No activity for 3 minute(s)...
[ACTIVITY] No activity for 4 minute(s)...
Is there a way you can either edit the last line of the log to display an indicator that the application is still running and hasn't received a log entry for X minutes?
It's nice to know when a big import is happening or when IL2CPP in debug mode is taking 20+ minutes.
If I had some indicator in the log telling I could look at the progress of a build and see that something is possibly stuck.
The text was updated successfully, but these errors were encountered: