fix small bug
This commit is contained in:
parent
fcba655f82
commit
66d008431b
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ def check_app_result(
|
|||
|
||||
does_reflection = False
|
||||
boot_cl_id = ""
|
||||
for cl in data["classloaders"]:
|
||||
for cl in data["classloaders"].values():
|
||||
if cl["cname"] == "Ljava/lang/BootClassLoader;":
|
||||
boot_cl_id = cl["id"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue