BpfLoader: use BpfLoader as the LOG_TAG am: e2f2b8228d
Original change: https://android-review.googlesource.com/c/platform/system/bpf/+/3114564 Change-Id: Icfbcdffc96b72d76a4cb646629ebd4bc82013eb4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3b390bf744
2 changed files with 2 additions and 4 deletions
|
@ -14,9 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef LOG_TAG
|
||||
#define LOG_TAG "bpfloader"
|
||||
#endif
|
||||
#define LOG_TAG "BpfLoader"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "LibBpfLoader"
|
||||
#define LOG_TAG "BpfLoader"
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in a new issue