Commit Graph
301 Commits
Author SHA1 Message Date
hai007 0e85eb6a58 Internal change
PiperOrigin-RevId: 635857301
2024-05-21 10:45:31 -07:00
hai007 00e8286021 add connection mode
PiperOrigin-RevId: 633706665
2024-05-14 14:28:03 -07:00
hai007 3f1a6d63d1 internal change of annotations
PiperOrigin-RevId: 632206914
2024-05-09 11:05:06 -07:00
hai007 7c973ee9d2 1. Refine CATEGORY_NEARBY_ERROR in BT, WFD, Wifi Hotspot outgoing logs
2. Define new result code for the TieBreak cases

PiperOrigin-RevId: 628401240
2024-04-26 07:37:10 -07:00
Francis Tsui 012b9b0569 Cleanup EventLogger interface.
PiperOrigin-RevId: 625797877
2024-04-17 13:59:30 -07:00
hai007 535538d5d1 annotate EventType enum
PiperOrigin-RevId: 624254082
2024-04-12 12:10:31 -07:00
hai007 10501ebf9c Update Westworld logging to include connection events
PiperOrigin-RevId: 623881505
2024-04-11 11:13:20 -07:00
hai007 0215e35043 Deprecate the IO_ENDPOINT_IO_ERROR_ON_XXX related result code due to we changed to apply the CONNECTIVITY_CHANNEL_IO_ERROR_ON_XXX in cl/621498234,
PiperOrigin-RevId: 623718959
2024-04-10 23:14:46 -07:00
hai007 2c6926be17 Move IO_ENDPOINT_IO_ERROR_ON_XXX related result code to CONNECTIVITY_CHANNEL_IO_ERROR_ON_XXX, due to they are related to channel writing error.
PiperOrigin-RevId: 621498234
2024-04-03 06:06:05 -07:00
hai007 c8168ba1de Implement Westworld logging of preconnect events
PiperOrigin-RevId: 620374739
2024-03-29 17:07:40 -07:00
Guogang Li 387a51b260 internal update
PiperOrigin-RevId: 619595164
2024-03-27 11:25:55 -07:00
hai007 ca0cb7dc91 Logs more detail result codes of p2p creating when hosting Wifi Direct
PiperOrigin-RevId: 617700352
2024-03-20 19:57:02 -07:00
hai007 a633a940f4 Multiplex implementation - Frame generation
PiperOrigin-RevId: 616247739
2024-03-15 14:45:01 -07:00
Francis Tsui a082f36021 Switch glog to absl::log.
PiperOrigin-RevId: 615535748
2024-03-13 14:03:23 -07:00
hai007 6cf2fe5c1b Define protos for NearbyConnections Westworld logging
PiperOrigin-RevId: 613289168
2024-03-06 11:43:12 -08:00
hai007 924247aa8f If the sender BT or Wifi connect failed, we should log the correct result code to clearcut
PiperOrigin-RevId: 610709164
2024-02-27 04:28:13 -08:00
hai007 5fee66b487 Rename OperationResultDetail to be OperationResultCode
PiperOrigin-RevId: 590803695
2023-12-13 20:59:24 -08:00
hai007 d710bff241 Apply result code to payloads
PiperOrigin-RevId: 588978332
2023-12-07 19:08:16 -08:00
hai007 437a048aad Add timeout exception error message for L2CAP connecting
PiperOrigin-RevId: 585864057
2023-11-27 23:21:48 -08:00
hai007 a83fbe3ebb Correct event types for SendDesktopNotification and SendDesktopTransferEvent
PiperOrigin-RevId: 580773405
2023-11-08 21:34:55 -08:00
Edwin Wu 5dacb56a0c [Connections] Impl to auto connect once the auth compound result is FAILURE.
PiperOrigin-RevId: 579049556
2023-11-02 19:57:34 -07:00
Francis Tsui d706984330 [Sharing] add an enum value for SYNC_PURPOSE.
PiperOrigin-RevId: 576294050
2023-10-24 14:58:05 -07:00
hai007 9b0f46a2da Internal change.
PiperOrigin-RevId: 573961794
2023-10-16 16:26:55 -07:00
hai007 12346928ef fix auto-resume logging issue
PiperOrigin-RevId: 571093232
2023-10-05 12:11:13 -07:00
hai007 42787803fd Internal change
PiperOrigin-RevId: 568673212
2023-09-26 16:00:05 -07:00
hai007 6f936fa78b [Sharing] add an enum value for SYNC_PURPOSE.
PiperOrigin-RevId: 568375213
2023-09-25 18:01:35 -07:00
Hai Shang 6adba4c2f8 [Analytics] log certificates stats after download
PiperOrigin-RevId: 566828025
2023-09-19 20:23:38 -07:00
hai007 82c8970535 [Sharing][Analytics] Adding logging for permission auto access UI.
PiperOrigin-RevId: 564554884
2023-09-11 17:57:04 -07:00
Guogang Li fcee99d7ee Added MacOS into OS type
PiperOrigin-RevId: 563279974
2023-09-08 18:40:59 -07:00
hai007 8725391822 [Sharing] add EstablishConection log on receiver side.
PiperOrigin-RevId: 562424397
2023-09-03 19:13:22 -07:00
hai007 0008ef3870 [Sharing] Add getContactList API.
PiperOrigin-RevId: 561260976
2023-08-30 01:03:26 -07:00
hai007 ea9e479981 Add RECONNECT as a new EstablishedConnection's type.
PiperOrigin-RevId: 560724376
2023-08-28 08:56:47 -07:00
hai007 71c298f270 [Nearby Sharing] log connection lost for connection/transfer phase
PiperOrigin-RevId: 558083193
2023-08-18 02:11:19 -07:00
hai007 78dd1bab2c [Nearby Sharing] 1. log as CONNECTION_STATUS_CANCELLATION status code if sender cancels receiver after connection setup.
2. add a new status(TIMED_OUT_READ_FRAME) when read frame time out.

PiperOrigin-RevId: 557666045
2023-08-16 18:46:44 -07:00
hai007 73635815ab [Analytics] Filter unparsed endpoint id.
PiperOrigin-RevId: 557503948
2023-08-16 09:04:38 -07:00
hai007 d19f21ed71 [Sharing] Log Decrypt Certificate Failure Status.
PiperOrigin-RevId: 555186404
2023-08-09 19:12:30 -07:00
hai007 005f734d53 [Sharing] add metadata for FAST_SHARE_SERVER_RESPONSE event.
PiperOrigin-RevId: 553419234
2023-08-09 19:08:58 -07:00
hai007 903c8e07be [Sharing Analytics]Correct AttachmentTransmissionStatus from FAILED_NULL_CONNECTION to FAILED_NULL_CONNECTION_DISCONNECTED if the transfer failure is caused by Wifi/Bluetooth setting off.
PiperOrigin-RevId: 553396704
2023-08-09 19:08:15 -07:00
hai007 859dd1d1bd Add definition to Parsing Failed Type
PiperOrigin-RevId: 553382949
2023-08-09 19:07:35 -07:00
hai007 3a88f4e217 record connection layer status code
PiperOrigin-RevId: 553302833
2023-08-09 19:06:13 -07:00
hai007 8904cb04a6 [Sharing] Add SetAccount and activity name logging when user switches account.
PiperOrigin-RevId: 553027327
2023-08-01 22:20:44 -07:00
Richard Levasseur 0d58ead61c Internal change
PiperOrigin-RevId: 552574409
2023-07-31 13:22:20 -07:00
hai007 4a100435f7 Apply result code to BLE L2CAP mediums
PiperOrigin-RevId: 552347968
2023-07-30 20:31:54 -07:00
hai007 e0b9ad2c2d Make sharing_enums_cc_proto publicly visible
PiperOrigin-RevId: 549761350
2023-07-20 15:42:30 -07:00
hai007 be5c5b77bd Fix typo in parsing failed event type.
PiperOrigin-RevId: 549344443
2023-07-19 09:50:29 -07:00
hai007 ea110f8f8a Add new enum and container class for the new NC result code
PiperOrigin-RevId: 549194812
2023-07-18 21:25:54 -07:00
Edwin Wu 7b50a09185 Add salt for hashing service_id in generic MultiplexScoket.
PiperOrigin-RevId: 548151953
2023-07-14 09:54:16 -07:00
Fan Di ddaf447212 Add salt for hashing service_id in generic MultiplexScoket.
PiperOrigin-RevId: 547667469
2023-07-12 19:58:53 -07:00
Edwin Wu 49965a6cf1 Add salt for hashing service_id in generic MultiplexScoket.
PiperOrigin-RevId: 544634139
2023-06-30 05:57:35 -07:00
Eiden Kim baaf6b2a3b Change TransferUIEvent name to DesktopTransferEvent.
PiperOrigin-RevId: 543473454
2023-06-26 10:19:32 -07:00