We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e32f04 commit 6f52f50Copy full SHA for 6f52f50
starboard/android/apk/app/src/main/java/dev/cobalt/coat/StarboardBridge.java
@@ -775,7 +775,6 @@ void reportFullyDrawn() {
775
@SuppressWarnings("unused")
776
@UsedByNative
777
public void setCrashContext(String key, String value) {
778
- Log.i(TAG, "setCrashContext Called: " + key + ", " + value);
779
crashContext.put(key, value);
780
if (this.crashContextUpdateHandler != null) {
781
this.crashContextUpdateHandler.onCrashContextUpdate();
0 commit comments