What filters are you applying to the log for assessing MAF errors? You're not logging Fuel Trim Cell, which I think is an important parameter. I used FTC < 7 as one of the filters for all my airflow tuning (MAF and VVE), and I didn't bother disabling DFCO.
https://forum.hptuners.com/showthrea...FTC-definition
Following is my complete filter for MAF tuning. The three lines are: FTC < 7, MAF steady state, and MAP steady state. You might have to adjust the "-40" number depending on your polling rate.
[6310] < 7 &
ABS([50040.71]-[50040.71.shift(-40)]) < ([50040.71]/[50040.71.shift(-40)])*0.1 &
ABS([2311.71]-[2311.71.shift(-40)]) < ([2311.71]/[2311.71.shift(-40)])*0.1
Speaking about polling rates, I think I counted 95 parameters in your log... are you really using all these? Reducing the number of parameters increases the polling rate of those that remain. You can prove this by exporting the log as a CSV without interpolation and opening it in Excel. I see MAP Hi-Res, Intake MAP (SAE), and Intake MAP A (SAE) (Hi Res) all in your log - but the first one alone should be sufficient, I think.
Regarding tuning VE on these LGX engines: my advice is don't bother zeroing your cams, and only make changes to the base VVE table. The HP Tuners VVE Editor doesn't do a good job of solving for the ICA and ECA coefficients. It's not that big of a deal, since you can still achieve good results just editing the base table.