Launching the app became slower 1.6.3 -> 1.7.2

Recently I updated my appium from 1.6.3 to 1.7.2, I noticed that my android app (real device) takes much longer to launch. I checked the launch time for both versions (everything else remained the same):
for 1.6.3 ~8s,
for 1.7.2 ~33s

When I use 1.7.2 I can see AppiumSettings app launching on my device for a moment which doesnt happen with 1.6.3. Does it have anything to do with configurations? Can I do anything to make it run faster? I dont want to use outdated appium version, but with this one each test takes 25s longer.

Log for each version, from the start until the app launches:
163.txt (16.9 KB)
172.txt (25.8 KB)