MCPcopy Create free account
hub / github.com/NativeScript/firebase / log

Method log

packages/firebase-crashlytics/index.android.ts:70–72  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

68 return this.native.didCrashOnPreviousExecution();
69 }
70 log(message: string): void {
71 this.native.log(message);
72 }
73 recordError(error: any): void {
74 if (error instanceof Error) {
75 StackTrace.fromError(error).then((stack) => {

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected