Mock static initialization order 04
cpp static order initialization is not guarantee. In order to avoid the mess, we need to have a lazy init schema. Replacing all clear with the function call: ``` 's|mock_function_count_map.clear()|reset_mock_function_count_map()|' ``` Bug: 265217208 Test: atest --host Change-Id: I65bf13382a0193393de017696bbeccd2b273ef07
Loading
Please register or sign in to comment