Launch timeout has expired, giving up wake lock

I get freeze application while start up.
It works fine, when first launch, but the second freeze app.

There is two file in attachment with first and second launch.

Can anybody help me?
Thanks!

2385005–162362–first.txt (182 KB)
2385005–162363–second.txt (86.7 KB)

It looks like a problem with one of your plugins. Judging from the second log Unity doesn’t even get initialized. Check the initialization code of AppsFlyer maybe there is something in there that will give you a clue as to what is going on.

Thanks for reply!
The reason was in other place.
In my script I did some actions in OnDestroy().
When I removed OnDestroy, everyting works fine.

Ah, so it was probably the shutdown that never took place so when you relaunched the app you would go back to the old application still trying to shutdown. Yeah, that makes sense

Glad it all worked out!