Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit bdc3d9b

Browse files
committed
fix logWithFormat command
1 parent d180527 commit bdc3d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/scripts/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ const string2 = \`
465465
#if DEBUG
466466
#else
467467
static int redirect_cls(const char *prefix, const char *buffer, int size) {
468-
[[FIRCrashlytics crashlytics] logWithFormat:@"%s line %d $ " __FORMAT__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__];
468+
[[FIRCrashlytics crashlytics] logWithFormat:@"%s: %.*s", prefix, size, buffer];
469469
return size;
470470
}
471471

0 commit comments

Comments
 (0)