u3d icon indicating copy to clipboard operation
u3d copied to clipboard

Create a log entry when no activity for X minutes

Open oddgames-david opened this issue 5 years ago • 1 comments

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.

oddgames-david avatar Jul 04 '19 10:07 oddgames-david

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)...

oddgames-david avatar Aug 18 '19 07:08 oddgames-david