improve log

This commit is contained in:
hengyunabc
2019-01-18 15:05:51 +08:00
parent dcf9be4732
commit 6ecc035a6d
@@ -140,7 +140,8 @@ public abstract class EnhancerCommand extends AnnotatedCommand {
process.write("No class or method is affected, try:\n"
+ "1. sm CLASS_NAME METHOD_NAME to make sure the method you are tracing actually exists (it might be in your parent class).\n"
+ "2. reset CLASS_NAME and try again, your method body might be too large.\n"
+ "3. visit https://github.com/alibaba/arthas/issues/47 for more details.\n");
+ "3. check arthas log: " + LogUtil.LOGGER_FILE + "\n"
+ "4. visit https://github.com/alibaba/arthas/issues/47 for more details.\n");
process.end();
return;
}