|
__init__(self,
sigCacheDir=None,
serverHost=None,
serverPort=None,
serverProtocol=None,
serverAuthToken=None,
clientId=None,
tool=None)
Initialize the Collector. |
source code
|
|
|
refresh(self,
*args,
**kwargs)
Refresh signatures by contacting the server, downloading new
signatures and invalidating old ones. |
source code
|
|
|
refreshFromZip(self,
*args,
**kwargs)
Refresh signatures from a local zip file, adding new signatures and
invalidating old ones. |
source code
|
|
|
submit(self,
*args,
**kwargs)
Submit the given crash information and an optional testcase/metadata
to the server for processing and storage. |
source code
|
|
tuple
|
search(self,
*args,
**kwargs)
Searches within the local signature cache directory for a signature
matching the given crash. |
source code
|
|
string
|
generate(self,
*args,
**kwargs)
Generates a signature in the local cache directory. |
source code
|
|
tuple
|
|
string
|
|