Fixed
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Dmitry Andrejev
Dmitry AndrejevChange Log Message
Improved error reporting
External issue ID
932
External issue URL
Fix versions
Affects versions
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Created November 23, 2010 at 6:18 PM
Updated December 29, 2024 at 9:15 PM
Resolved March 30, 2011 at 2:53 PM
I propose to display "$pseudo", passed to "kApplication::recallObject" method, when class, associated with given pseudo is not found. This useful, since when class is not found, then "empty string" is displayed instead of it's name (in several cases) and such error message won't help to detect problem source.
Also "kApplication::printTrace" added to allow method call trace printing, when debug mode is not available.