Mock static initialization order 19
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_stack* ``` 's|mock_function_count_map\[__func__\]++|inc_func_call_count(__func__)|' ``` Bug: 265217208 Test: atest --host Change-Id: I36d81ecd86dca2418d88dd4a34003a7261df550a Merged-In: I36d81ecd86dca2418d88dd4a34003a7261df550a
Loading
Please register or sign in to comment