I was reading the Writing Style Guidelines provided by Google until I saw this:

What I understand from this example is: you can modify the crashing message that appears when your app crashes. Is this true? Is it possible to change the crashing dialog text? Or is it just a not-real example?
By establishing a top-level exception handler, yes. See
ThreadandsetDefaultUncaughtExceptionHandler().