Some cleanups to MWExceptionHandler::handleException
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 31 Mar 2015 22:41:26 +0000 (15:41 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 31 Mar 2015 23:29:20 +0000 (16:29 -0700)
commit50b7a49e66180e06ab510e4f6a365177ed2b8990
treedefce22c7130e55459d5137e76aa074893e89f25
parent885a1e0703984cc9d4665b168b0097e20f2dc695
Some cleanups to MWExceptionHandler::handleException

* Do not bother with profiling data, which is just another
  thing that can go wrong.
* Catch DB rollback errors to avoid getting stuck in
  report() loops during network partitions.

Change-Id: I92293b2261c48cf49625ea14a51987e5619ab8d4
includes/exception/MWExceptionHandler.php