There is no crash log in Google Console.
I have crash details with number of occurances and a Stack trace in the bottom of the page. Isn't that a crash log? (And no, I haven't gotten around to implementing Crashlytics yet.)
I get there by clicking Production in menu to the left:
This lands me at the Release dashboard, with a number of graphs. I find the one with title Release stability, which shows crashes, and click Explore.
This lands me on a page with title "Crashes and ANRs", with a list of crashes, like "java.lang.ArrayIndexOutOfBoundsException" for instance. I can click the blue arrow to the right of any one of them and see number of occurances and Stack trace and some more info.