Ejemplo n.º 1
0
 def prepareVisTrails(cls):
     """ Disable tracking """
     CaptureAPI.setAppTracking(int(False))
Ejemplo n.º 2
0
 def restoreVisTrails(cls):
     """ Enable back reporting """
     CaptureAPI.setAppTracking(int(True))