Why it is important:
Disabling the Bort SDK could potentially accelerate development by reducing integration complexities.
Applies When:
Your Bort SDK uses Runtime enablement.
- Please run the command below:
adb shell am broadcast --receiver-include-background \
-a com.memfault.intent.action.BORT_ENABLE \
-n your.app.id/com.memfault.bort.receivers.ShellControlReceiver \
--ez com.memfault.intent.extra.BORT_ENABLED false
Note: Please make sure to replace your.app.id in the command with the actual package name of your Android app.
You are all set 🙂
Comments
0 comments
Please sign in to leave a comment.