Don't use String8::empty
With the current definition, it's an alias of default constructor. This has very different meaning from std::string empty, especially that static method String8::empty can still be called from instance context. One of such bugs are present in in CoreAudioHalAidl. Bug: 295394788 Test: make checkbuild Change-Id: Iaae36d688e17b016415a2bb6642051bb0447954d
Loading
Please register or sign in to comment