Skip to content

Fix log tag formatting in MainViewModel#65

Merged
neteinstein merged 3 commits intobolt_deeplink_hackfrom
copilot/sub-pr-63-again
Jan 17, 2026
Merged

Fix log tag formatting in MainViewModel#65
neteinstein merged 3 commits intobolt_deeplink_hackfrom
copilot/sub-pr-63-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 17, 2026

Removed trailing comma and space from log tags in two Bolt deep link methods.

Changes:

  • Fixed Log.d("MainViewModel, ", ...)Log.d("MainViewModel", ...) in createBoltDeepLink() (line 155)
  • Fixed Log.d("MainViewModel, ", ...)Log.d("MainViewModel", ...) in createBoltDeepLinkWeb() (line 174)

The malformed tags were inconsistent with other log statements in the file which correctly use "MainViewModel".


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: neteinstein <910242+neteinstein@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jan 17, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.google.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -XX:MaxMetaspaceSize=512m -XX:&#43;HeapDumpOnOutOfMemoryError -Xmx4g -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Fix deep link issues based on feedback in original PR Fix log tag formatting in MainViewModel Jan 17, 2026
Copilot AI requested a review from neteinstein January 17, 2026 00:25
@neteinstein neteinstein marked this pull request as ready for review January 17, 2026 00:35
@neteinstein neteinstein merged commit 18b1c5c into bolt_deeplink_hack Jan 17, 2026
@neteinstein neteinstein deleted the copilot/sub-pr-63-again branch January 17, 2026 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants