Add debug information

This commit is contained in:
Alexander Lobas
2012-06-29 14:25:27 +04:00
parent 8744bf4c0b
commit 6193ca63a3
@@ -403,7 +403,10 @@ public final class AndroidDesignerEditorPanel extends DesignerEditorPanel {
}
}
StringBuilder builder = new StringBuilder("SDK: ");
StringBuilder builder = new StringBuilder();
builder.append("ActiveTool: ").append(myToolProvider.getActiveTool());
builder.append("\nSDK: ");
try {
AndroidPlatform platform = AndroidPlatform.getInstance(getModule());