Skip to content

Commit

Permalink
Revert "[android] Fix Cobalt crash in official build (#4617)" (#4685)
Browse files Browse the repository at this point in the history
Application is now initialized correctly.

b/389078801

This reverts commit 8e80e03.
  • Loading branch information
andrewsavage1 authored Jan 14, 2025
1 parent a7c27be commit 1637768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starboard/android/shared/starboard_bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ JNI_StarboardBridge_StartNativeStarboard(JNIEnv* env) {
#if SB_IS(EVERGREEN_COMPATIBLE)
StarboardThreadLaunch();
#else
starboard::shared::starboard::GetLoggingMutex();
auto command_line = std::make_unique<CommandLine>(GetArgs());
LogInit(*command_line);
auto* nativeApp = new ApplicationAndroid(std::move(command_line));
Expand Down

0 comments on commit 1637768

Please sign in to comment.