Bryan Roe

Results 264 comments of Bryan Roe

> Please don't change license. How could it be difficult to add a tiny license information to about page? Please give some respect to author. This project couldn't be exist...

All of our stuff is released under Apache 2, and have never had our legal dept raise any issues with only putting attribution in source.

In order to do remote input injection on android, requires phone specific driver support, which requires OEM support for each handset.

This is because when it does UAC, the child process exits and respawns as root. I'll see if I can save the selected display when it does that.

If you edit the .msh file and add: coreDumpEnabled=1 to the end of it, and restart the agent, it will generate a dump file whenever it crashes. If you could...

The control channel debug thing is good for figuring out connection problems. The core dump thing is the most useful for tracking crashes. If you don't have any connection issues,...

On most platforms it will be in the same folder as the executable. On windows, it will be called meshagent.dmp. on Linux and FreeBSD it is simply called core. On...

I must've missed the zip file. I'll take a look at it when I get back in the office later today.

Your machines that are crashing... Do they have AMT? That dump shows the crash is occuring when a JavaScript object is garbage collected, but it doesn't tell me which type...

When you built that agent, did you save the DEBUG_xxx file that it built? That file will contain the symbols that you can use to decode where that crash was......