LogUploader class Core

LogUploader uploads .gm or .mp4 recordings to Magic Lane servers for bug reports.

Constructors

LogUploader.new({required void onLogStatusChangedCallback(GemError error, String logPath, LogUploaderState? status, int? progress)})
Creates a LogUploader instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel({required String logPath}) GemError
Cancels an upload operation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited
upload({required String logPath, required String userName, required String userMail, String details = '', List<String> externalFiles = const <String>[]}) GemError
Starts an upload operation.

Operators

operator ==(Object other) bool
The equality operator.
inherited