mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add debug information
This commit is contained in:
+4
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user