Mock static initialization order 16
cpp static order initialization is not guarantee. In order to avoid the mess, we need to have a lazy init schema. Replacing all mock incrementation in mock_bt* ``` 's|mock_function_count_map\[__func__\]++|inc_func_call_count(__func__)|' ``` Bug: 265217208 Test: atest --host Change-Id: Icf71ad8a7b0ee3c2ee0a9296262e93d7e631e65d
Loading
Please register or sign in to comment