VPA info: plugin is INTEL, AVD_id = 1080020, AVD_api.Create:0x110adff2c

I get this in the console every time I run/debug (successfully) my app which loads jpg files from a folder into a collection view. On an iMac Retina5K, 27-inch, 2017, Monterey 12.4, Xcode 13.4.1

VPA info: plugin is INTEL, AVD_id = 1080020, AVD_api.Create:0x110adff2c

"1080020" and "...f2c" are always the same.

I suspect this is log "junk", but does anyone know what this actually is, or how to turn it off?

Replies

That definitely looks like log noise to me. For my advice on that topic, see On Log Noise.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

You can disable that log with:

1 - From Xcode menu open: Product > Scheme > Edit Scheme 2 - On your Environment Variables set OS_ACTIVITY_MODE = disable