Fixes: a9de9248064b ("[Bluetooth] Switch from OGF+OCF to using only opcodes") Fixes: 1b56c90018f0 ("Makefile: Enable -Wstringop-overflow globally") Signed-off-by: Arnd Bergmann Signed-off-by: Luiz Augusto von Dentz --- net/bluetooth/hci_event.c | 3 +++ 1 file changed, 3 ...
(NSString *)jsonString HTTPMethod:(NSString *)HTTPMethod { + NSString *postBody; + @try { + int gzip = 9; // gzip = 9 表示加密编码 + NSString *b64String = [jsonString copy]; +#ifndef SENSORS_ANALYTICS_ENABLE_ENCRYPTION + // 加密数据已经做过 gzip 压缩和 base64 处理了,就不...