de310dba78fa7cd60ad01cefa7fadb6d48fffcaa
This patch fixes the following issues in LocalLog:
- reverseDump() uses a descending iterator with linear complexity
instead of a quadratic loop using get(index) on a linked list.
- reverseDump() is added to ReadOnlyLocalLog.
- synchronized section in log() is restricted to mutation of internal
list.
- formatting of the log message does not create an internal
StringBuilder.
- the instance variable mNow is removed: it was only used inside log()
as a local variable.
- remaining instance variables are qualified with final.
- the linked list is replaced by a fixed capacity array-backed queue.
Test: added unit tests
Change-Id: I1a54f0ad26dd35448d3297ea24df1fd626d20ef3
Merge "Remove net_bt_stack group and replace it with bluetooth" am:
2309b98b25 am: 4a1fd7eb3d am: bd25fec0d9
Docs: Remove a reference to a deprecated sample am:
3e01ab2b0e am: c48ad2580a am: e62f577153 am: b7fe96a4f6
…
Merge "wifi: WifiEnterpriseConfig: use ParcelUtil to parcelize key and certificates" am:
05d950ee3b am: c1beaa3424 am: 9515f91d9e
…
Description
No description provided
Languages
Java
73.7%
Kotlin
14%
PowerBuilder
5.8%
C++
5.2%
AIDL
1%