Mock static initialization order 20
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 and getter in system/stack/test ``` 's|mock_function_count_map\[__func__\]++|inc_func_call_count(__func__)|' 's|mock_function_count_map.count(\("[A-Za-z_]*"\))|get_func_call_count(\1)|' ``` Bug: 265217208 Test: atest --host Change-Id: Ic6ac8ad96dcbbed8bc43ab9ebfb28cc7953ce72a
Loading
Please register or sign in to comment