Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ log
Method
log
packages/firebase-crashlytics/index.ios.ts:61–63 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
59
return
this.native.didCrashDuringPreviousExecution();
60
}
61
log(message: string): void {
62
this.native.log(message);
63
}
64
65
recordError(error: any): void {
66
if
(error instanceof Error) {
Callers
nothing calls this directly
Calls
1
log
Method · 0.65
Tested by
no test coverage detected