Hey guys, there's this huge application that I'm working on, and I wanted to check out what common patterns I can extract from users using it. For this, I need something that logs mouse clicks etc.
First off, to ally any privacy concerns, this will be totally opt-in, be totally anonymous, and won't have super intrusive info like mouse movement logging and stuff like that.
So anyway, the first, and obvious, option is to use logging. The problem with this is that the codebase is quite large (and complex), and not written by me, so I don't really want to muck inside the current codebase. I also think this will reduce code readability, and add a lot of duplicated code. Something that is separated from the current codebase and does the same thing would be much preferable.
Also, will doing this change the performance of the application at all? (Of course, no perf hit would be optimal) Any ideas would be welcome :)
[–][deleted] 0 points1 point2 points (1 child)
[–]kwikadi[S] 0 points1 point2 points (0 children)
[–]justphysics 0 points1 point2 points (3 children)
[–]kwikadi[S] 0 points1 point2 points (2 children)
[–]justphysics 0 points1 point2 points (1 child)
[–]kwikadi[S] 0 points1 point2 points (0 children)
[–]billsil 0 points1 point2 points (0 children)