Skip to content

Commit 6f52f50

Browse files
authored
Remove one line of log in setCrashContext (#4922)
The production log was identified as pii. b/370167229
1 parent 8e32f04 commit 6f52f50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

starboard/android/apk/app/src/main/java/dev/cobalt/coat/StarboardBridge.java

-1
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ void reportFullyDrawn() {
775775
@SuppressWarnings("unused")
776776
@UsedByNative
777777
public void setCrashContext(String key, String value) {
778-
Log.i(TAG, "setCrashContext Called: " + key + ", " + value);
779778
crashContext.put(key, value);
780779
if (this.crashContextUpdateHandler != null) {
781780
this.crashContextUpdateHandler.onCrashContextUpdate();

0 commit comments

Comments
 (0)