Skip to content

Commit

Permalink
eee
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Oct 4, 2024
1 parent 4b776bc commit d60e14b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static JNIReferenceCache JNICache;

void FAndroidPlatformBugsnag::Start(const TSharedRef<FBugsnagConfiguration>& Config)
{
UE_LOG(LogBugsnag, Log, TEXT("FAndroidPlatformBugsnag::Start called with Config: %s"), *Config->ToString());
UE_LOG(LogBugsnag, Log, TEXT("FAndroidPlatformBugsnag::Start called "));

if (JNICache.loaded) // only attempt initialization once
{
Expand Down Expand Up @@ -113,7 +113,7 @@ void FAndroidPlatformBugsnag::Start(const TSharedRef<FBugsnagConfiguration>& Con
}
else
{
UE_LOG(LogBugsnag, Log, TEXT("Runtime version info added to Bugsnag client: %s - %s"), *BugsnagConstants::UnrealEngine, *BugsnagUtils::GetUnrealEngineVersion());
UE_LOG(LogBugsnag, Log, TEXT("Runtime version info added to Bugsnag client."));
}
}
else
Expand Down

0 comments on commit d60e14b

Please sign in to comment.