diff options
author | 2024-09-12 15:54:42 +0000 | |
---|---|---|
committer | 2024-09-12 15:54:42 +0000 | |
commit | 28b9115aea50fdb1a0654cb53a6cce20e5ff590e (patch) | |
tree | af15c31bc269da04024a17141cda6d8577f84468 /flags | |
parent | a00550385db90ca72b56a3710a41686956b7999b (diff) | |
parent | 1eabae9da042a1bc6d385f05f4f5bfaa60b5d879 (diff) |
Merge "Add flag not to send error code to app when sock is already in connected" into main
Diffstat (limited to 'flags')
-rw-r--r-- | flags/sockets.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/sockets.aconfig b/flags/sockets.aconfig index f286e247a1..7b9d6648b6 100644 --- a/flags/sockets.aconfig +++ b/flags/sockets.aconfig @@ -16,3 +16,13 @@ flag { bug: "326351678" is_exported: true } + +flag { + name: "donot_push_error_code_to_app_when_connected" + namespace: "bluetooth" + description: "donot send error code to app when sock is already is connected, this can cause unwanted bytes even after socket is disconnected" + bug: "365844219" + metadata { + purpose: PURPOSE_BUGFIX + } +} |