mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-13 21:12:53 -04: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 = MeshServerCreateControl(domainUrl, authCookie);
|
||||||
meshserver.onStateChanged = onStateChanged;
|
meshserver.onStateChanged = onStateChanged;
|
||||||
meshserver.onMessage = onMessage;
|
meshserver.onMessage = onMessage;
|
||||||
|
meshserver.trace = args.trace;
|
||||||
meshserver.Start();
|
meshserver.Start();
|
||||||
|
|
||||||
// Setup stared devices
|
// Setup stared devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user