/usr/share/upstart/sessions/application-failed.conf is in ubuntu-app-launch 0.5+15.10.20150817-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | description "Application Failing"
start on stopped application-legacy RESULT=failed or stopped application-click RESULT=failed
task
exec /usr/lib/x86_64-linux-gnu/ubuntu-app-launch/application-failed
|