I'm working on a java application for android and I currently am getting a problem where the debugger is stepping into my catch block and somehow ex is null? Has anyone seen anything like this before?
}
catch(Exception ex)
{
// Debugger is coming through the catch block and ex is null ????
}