(message: string)
| 6 | deleteUnsentReports(); |
| 7 | didCrashOnPreviousExecution(): boolean; |
| 8 | log(message: string): void; |
| 9 | recordError(error: any): void; |
| 10 | sendUnsentReports(): void; |
| 11 | setAttribute(name: string, value: string | number | boolean); |
no outgoing calls
no test coverage detected