Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a log entry when no activity for X minutes #363

Open
oddgames-david opened this issue Jul 4, 2019 · 1 comment
Open

Create a log entry when no activity for X minutes #363

oddgames-david opened this issue Jul 4, 2019 · 1 comment

Comments

@oddgames-david
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants