mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 23:42:32 +03:00
Added tracing support to mobile app.
This commit is contained in:
parent
b24a30ace6
commit
c20f3549d5
@ -1277,6 +1277,7 @@
|
||||
meshserver = MeshServerCreateControl(domainUrl, authCookie);
|
||||
meshserver.onStateChanged = onStateChanged;
|
||||
meshserver.onMessage = onMessage;
|
||||
meshserver.trace = args.trace;
|
||||
meshserver.Start();
|
||||
|
||||
// Setup stared devices
|
||||
|
Loading…
Reference in New Issue
Block a user