`ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version);` This code cannot generate screenshots, changing `%04x` to `%x` will work, All versions of CodeSnap have this problem.
ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version);This code cannot generate screenshots, changing
%04xto%xwill work, All versions of CodeSnap have this problem.