Skip to main content

Event Logs

Report specific events


DeployGate provides remote log function to browse Log without connecting directly to Android devices. The remote log is displayed on the timeline of the distributed application page.

caution

Remote log is sent instantaneously. However it requires the network connection on devices to finalize.

These below methods are available to send logs and the results can be found on the timeline.

Java
DeployGate.logError("an error");
DeployGate.logWarn("a warning");
DeployGate.logInfo("information");
DeployGate.logVerbose("verbose");
DeployGate.logDebug("debugging");