RetrieveStartupLogs()
Returns any captured startup logs
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Debug.StartupLog[] RetrieveStartupLogs()
Returns
Type | Description |
|---|---|
| StartupLog[] |
Remarks
If startup logs are being captured, all captured logs will be returned. Capturing will also be disabled.