How to create a nested logs in UIautomation ios like the one produced by logElementTree()
I tried doing the following:
UIALogger.logStart("Log parent Started");
UIALogger.logStart("Log child Started");
UIALogger.logMessage("Message 1");
UIALogger.logPass("Log child passed");
UIALogger.logPass("Log Parent passed");
But this isn't creating a nested logs in the Instruments window